chore(argo-cd): Upgrade Argo CD to v2.8.4 (#2268)

pull/2270/head argo-cd-5.46.3
Aikawa 2023-09-14 13:33:34 +09:00 committed by GitHub
parent bf1e4f2dde
commit 44ddf59864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: v2.8.3 appVersion: v2.8.4
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 5.46.2 version: 5.46.3
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Improve readme migration notes description: Upgrade Argo CD to v2.8.4

View File

@ -48,6 +48,7 @@ rules:
- apiGroups: - apiGroups:
- batch - batch
resources: resources:
{{/* supports triggering jobs from UI */}}
- jobs - jobs
verbs: verbs:
- create - create
@ -56,5 +57,6 @@ rules:
resources: resources:
- workflows - workflows
verbs: verbs:
{{/* supports triggering workflows from UI */}}
- create - create
{{- end }} {{- end }}