mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Update(argocd): 3.26.10 -> 3.29.2
This commit is contained in:
parent
9759ceb432
commit
5328d00f6e
1 changed files with 10 additions and 11 deletions
|
@ -1,18 +1,17 @@
|
|||
config:
|
||||
description: ArgoCD - Continous Deployment from Git
|
||||
|
||||
apps:
|
||||
- name: argocd
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 3.26.10
|
||||
syncWave: "0"
|
||||
targetRevision: 3.29.2
|
||||
syncWave: '0'
|
||||
secrets:
|
||||
- name: argocd-secret
|
||||
keys:
|
||||
- admin.password
|
||||
- server.secretkey
|
||||
- oidc.auth0.clientSecret
|
||||
- name: ca-cert
|
||||
keys:
|
||||
- ca
|
||||
- name: argocd-secret
|
||||
keys:
|
||||
- admin.password
|
||||
- server.secretkey
|
||||
- oidc.auth0.clientSecret
|
||||
- name: ca-cert
|
||||
keys:
|
||||
- ca
|
||||
|
|
Loading…
Reference in a new issue