We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be7b4f commit fa31b91Copy full SHA for fa31b91
1 file changed
.github/workflows/cloud-e2e-installer.yml
@@ -626,6 +626,10 @@ jobs:
626
--set images.kubeblocksConsole.tag=${CLOUD_VERSION} \
627
--set images.hook.tag=${CLOUD_VERSION} \
628
--set images.cubetranFront.tag=${CLOUD_VERSION} \
629
+ --set images.console.tag=${CLOUD_VERSION} \
630
+ --set images.hook.tag=${CLOUD_VERSION} \
631
+ --set images.docs.tag=${CLOUD_VERSION} \
632
+ --set onlyNewConsole=true \
633
--reset-then-reuse-values
634
fi
635
0 commit comments