Skip to content

Commit bdbd2a7

Browse files
committed
melhora tag e ajusta comando helm
1 parent 2526bf7 commit bdbd2a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/ci-cd-eks.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
push: true
3232
tags: |
3333
rafallltm/giropops-senhas:latest
34-
rafallltm/giropops-senhas:${{ github.sha }}
34+
rafallltm/giropops-senhas:eks-v${{ github.sha }}
3535
3636
cd:
3737
runs-on: ubuntu-latest
@@ -66,9 +66,7 @@ jobs:
6666
- name: Deploy with Helm
6767
run: |
6868
helm upgrade --install giropops ./helm-chat \
69-
--namespace giropops-senhas \
70-
--create-namespace \
7169
--set image.repository=rafallltm/giropops-senhas \
72-
--set image.tag=${{ github.sha }} \
70+
--set image.tag=eks-v${{ github.sha }} \
7371
--atomic \
7472
--timeout 5m

0 commit comments

Comments
 (0)