Skip to content

Commit ae5e4d2

Browse files
feat(action.yml): update canaryDelivery image tag key (#69)
✨ Updated the key for canaryDelivery image tag to align with input version. 🎨 Simplified the logic for updating canaryDelivery image tag in helm charts. PAGOPA-2435
1 parent 922ed4e commit ae5e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-bump/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
for i in helm/values-*.yaml; do
8181
[ -f "$i" ] || break
8282
yq -i ".microservice-chart.canaryDelivery.create = true" "$i"
83-
yq -i ".microservice-chart.canaryDelivery.deployment.image.tag = \"${{ inputs.version }}\"" "$i"
83+
yq -i ".microservice-chart.canaryDelivery.image.tag = \"${{ inputs.version }}\"" "$i"
8484
git add "$i"
8585
done
8686

0 commit comments

Comments
 (0)