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 kubectl get deployments app-release-my-chart-v1 && kubectl get deployments app-release-my-chart-v2; then
103
106
# Get the current v1 and v2 image tags from the app deployment in the cluster
@@ -110,19 +113,19 @@ jobs:
110
113
# If the commit message starts with [v1], it's an update for v1
111
114
if [[ "$COMMIT_MESSAGE" == \[v1\]* ]]; then
112
115
echo "Update is for v1. Not setting v2.image.tag."
113
-
# Update the app without changing the v2 image but instead change the v1 image to inputs.image_tag ensure the v2.image.tag is not changed from the values.yaml file
# 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