You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If the commit message starts with [v1], it's an update for v1
114
-
if [[ "$COMMIT_MESSAGE" == \[v1\]* ]]; then
115
-
echo "Update is for v1. Not setting v2.image.tag."
116
-
# Update the app without changing the v2 image but instead change the v1 image to IMAGE_TAG ensure the v2.image.tag is not changed from the values.yaml file
# If the commit message starts with [v1], it's an update for v1
22
+
if [[ "$COMMIT_MESSAGE"==\[v1\]* ]];then
23
+
echo"Update is for v1. Not setting v2.image.tag."
24
+
# Update the app without changing the v2 image but instead change the v1 image to IMAGE_TAG ensure the v2.image.tag is not changed from the values.yaml file
0 commit comments