File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : v2.11-2024.7.20-8eb51f7a6
2+ appVersion : v2.11-2024.7.30-a31bf96bb
33kubeVersion : " >=1.23.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 6.11.1-5-cap-2.11-2024.7.20-8eb51f7a6
6+ version : 6.11.1-5-cap-2.11-2024.7.30-a31bf96bb
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -26,5 +26,5 @@ annotations:
2626 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
2727 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828 artifacthub.io/changes : |
29- - kind: fixed
30- description: Improve processing of webhook events
29+ - kind: changed
30+ description: Upgrade argo-cd to v2.11-2024.7.30-a31bf96bb with fix - self heal is not working in monorepo
Original file line number Diff line number Diff line change @@ -4991,6 +4991,13 @@ spec:
49914991 required :
49924992 - destination
49934993 type : object
4994+ manifestsChanged :
4995+ additionalProperties :
4996+ type : boolean
4997+ description : ManifestsChanged indicates whether the manifests
4998+ have changed base on argocd.argoproj.io/manifest-generate-paths
4999+ annotation
5000+ type : object
49945001 revision :
49955002 description : Revision contains information about the revision
49965003 the comparison has been performed to
You can’t perform that action at this time.
0 commit comments