feat(argo-cd): Update to Argo CD 2.13 (#2999)

This commit is contained in:
Marco Maurer (-Kilchhofer) 2024-11-05 00:59:47 +01:00 committed by GitHub
parent baef862c36
commit 69f3eddca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1413 additions and 10 deletions

View file

@ -14,15 +14,16 @@ rules:
resources:
- '*'
verbs:
- delete
- get
- patch
- delete # supports deletion a live object in UI
- get # supports viewing live object manifest in UI
- patch # supports `argocd app patch`
- list # supports `argocd appset generate` with cluster generator
- apiGroups:
- ""
resources:
- events
verbs:
- list
- list # supports listing events in UI
- create
- apiGroups:
- ""
@ -30,7 +31,7 @@ rules:
- pods
- pods/log
verbs:
- get
- get # supports viewing pod logs from UI
{{- if eq (toString (index .Values.configs.cm "exec.enabled")) "true" }}
- apiGroups:
- ""