Skip to content

Commit

Permalink
fix: helm upgrade in cd instead install
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Apr 19, 2024
1 parent 34a528b commit 01f02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install helm chart to EKS cluster
run: |
helm install simplebank helm/simplebank
helm upgrade -i simplebank helm/simplebank
--set image.repository=${{steps.login-ecr.outputs.registry}}/${{secrets.AWS_ECR_REPOSITORY}},
image.tag=${{github.sha}},
image.pullPolicy=IfNotPresent

0 comments on commit 01f02db

Please sign in to comment.