Skip to content

Commit

Permalink
update kots
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jan 4, 2024
1 parent cbaf830 commit 345f93e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/kots/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ create_dev_release:
exit 1; \
fi

replicated release create --lint --ensure-channel --yaml-dir ${YAML_DIR} --promote ${REPLICATED_DEV_CHANNEL} --version="$(shell date +%s)"
replicated release create --lint --ensure-channel --yaml-dir ${YAML_DIR} --promote ${REPLICATED_DEV_CHANNEL} --version="release-2022.11.4-rc5"
.PHONY: create_dev_release

create_unstable_release:
Expand Down
2 changes: 1 addition & 1 deletion install/kots/manifests/gitpod-installation-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: installation-status
# This will normally be the release tag
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.15
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.21
envFrom:
- configMapRef:
name: gitpod-kots-config
Expand Down
2 changes: 1 addition & 1 deletion install/kots/manifests/gitpod-installer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
containers:
- name: installer
# This will normally be the release tag
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.15
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.21
volumeMounts:
- mountPath: /mnt/node0
name: node-fs0
Expand Down
2 changes: 1 addition & 1 deletion install/kots/manifests/kots-preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
podSpec:
containers:
- name: installer
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.15"
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.4-gha.21"
volumeMounts:
- mountPath: /mnt/node0
name: node-fs0
Expand Down

0 comments on commit 345f93e

Please sign in to comment.