Refactor Helm action

This commit is contained in:
stefanprodan
2020-05-27 13:06:54 +03:00
parent ea55d3facf
commit 55e7178dad
2 changed files with 23 additions and 11 deletions
+2 -3
View File
@@ -20,7 +20,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: 1.14.x
- name: Setup Helm
@@ -45,8 +45,7 @@ jobs:
helm upgrade -i podinfo ./charts/podinfo \
--set image.repository=test/podinfo \
--set image.tag=latest \
--namespace=default \
--wait
--namespace=default
- name: Integration test
run: |
kubectl rollout status deployment/podinfo --timeout=1m