feat(argo-cd): Argo CD 1.7.11 (#502)

This commit is contained in:
Lucas Bickel 2021-01-27 00:40:18 +01:00 committed by GitHub
parent cce87f5163
commit eaa0deb3ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 14 deletions

View file

@ -1,3 +1,4 @@
chart-repos:
- argo=https://argoproj.github.io/argo-helm
- minio=https://helm.min.io/
- dandydeveloper=https://dandydeveloper.github.io/charts/

View file

@ -21,6 +21,7 @@ jobs:
- checkout
- run: helm repo add stable https://charts.helm.sh/stable
- run: helm repo add minio https://helm.min.io/
- run: helm repo add dandydeveloper https://dandydeveloper.github.io/charts/
# Only actually publish charts on master.
- run: |
set -x