Skip to content

Commit e4bc19a

Browse files
author
Simon Emms
committed
[installer]: print the installer version to the kots-install script
1 parent dbdecc3 commit e4bc19a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

install/installer/scripts/kots-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ version: "1.0.0"
8686
appVersion: "$(/app/installer version | yq e '.version' -)"
8787
EOF
8888

89+
echo "Gitpod: Installer version - $(/app/installer version | yq e '.version' -)"
90+
8991
echo "Gitpod: Generate the base Installer config"
9092
/app/installer config init
9193

install/kots/manifests/gitpod-installation-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
containers:
3131
- name: installation-status
3232
# This will normally be the release tag
33-
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-installer-kill-workspaces.14"
33+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-installer-version-script.2"
3434
envFrom:
3535
- configMapRef:
3636
name: gitpod-kots-config

install/kots/manifests/gitpod-installer-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
containers:
4040
- name: installer
4141
# This will normally be the release tag
42-
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-installer-kill-workspaces.14"
42+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-installer-version-script.2"
4343
volumeMounts:
4444
- mountPath: /mnt/node0
4545
name: node-fs0

0 commit comments

Comments
 (0)