Skip to content

Commit

Permalink
Update helm property value
Browse files Browse the repository at this point in the history
  • Loading branch information
BronzBierd committed Dec 19, 2024
1 parent c0bec3a commit 68e0f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
gitops_branch: ${{ env.GITOPS_BRANCH }}
gitops_ssh_key: ${{ secrets.GIT_OPS_SSH_KEY }}
image_tag: ${{ env.IMAGE_TAG_PREFIX }}-${{ steps.short_sha.outputs.SHORT_SHA }}
helm_property: /apitag
helm_property: apitag
helm_paths: "api/values.yaml ../develop/values.yaml"
2 changes: 1 addition & 1 deletion .github/workflows/cd-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
gitops_branch: ${{ env.GITOPS_BRANCH }}
gitops_ssh_key: ${{ secrets.GIT_OPS_SSH_KEY }}
image_tag: ${{ env.IMAGE_TAG_PREFIX }}-${{ steps.short_sha.outputs.SHORT_SHA }}
helm_property: /webtag
helm_property: webtag
helm_paths: web/values.yaml ../develop/values.yaml

0 comments on commit 68e0f2e

Please sign in to comment.