Skip to content

Commit 6b108af

Browse files
committed
ajusta install helm
1 parent 7bd06c6 commit 6b108af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd-eks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
- name: Create namespace giropops-senhas
6363
run: kubectl create namespace giropops-senhas || true
6464

65-
# Instalar o Helm
66-
- name: ⚙️ Instalar Helm
65+
- name: Install dependencies
6766
run: |
68-
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
67+
helm repo add stable https://charts.helm.sh/stable
68+
helm repo update
6969
7070
# Deploy no Kubernetes
7171
- name: Deploy to Kubernetes

0 commit comments

Comments
 (0)