Skip to content

Commit 02f9197

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/installer/scripts/kots-install.sh

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

89+
echo "Gitpod: Installer version"
90+
/app/installer version | yq e '.version' -
91+
8992
echo "Gitpod: Generate the base Installer config"
9093
/app/installer config init
9194

0 commit comments

Comments
 (0)