|
@@ -84,9 +84,9 @@ spec:
|
|
|
yq eval '.image.repository = env(IMAGE_REPO)' -i values.yaml
|
|
yq eval '.image.repository = env(IMAGE_REPO)' -i values.yaml
|
|
|
yq eval '.image.tag = env(GIT_COMMIT)' -i values.yaml
|
|
yq eval '.image.tag = env(GIT_COMMIT)' -i values.yaml
|
|
|
cat values.yaml
|
|
cat values.yaml
|
|
|
- '''
|
|
|
|
|
|
|
+ '''
|
|
|
sh "git add values.yaml"
|
|
sh "git add values.yaml"
|
|
|
- sh "git commit -m "Triggered Build '$GIT_COMMIT'""
|
|
|
|
|
|
|
+ sh "git commit -m \"Triggered Build '$GIT_COMMIT'\""
|
|
|
sh "git push https://$HELM_GIT_REPO_URL --force"
|
|
sh "git push https://$HELM_GIT_REPO_URL --force"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|