Skip to content

Commit a1449f1

Browse files
fix: imporve self heal logic in monorepo
1 parent fbc6b88 commit a1449f1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.11-2024.7.3-c0941bcb4
2+
appVersion: v2.11-2024.7.30-a31bf96bb
33
kubeVersion: ">=1.23.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 6.11.1-4-cap-2.11-2024.7.3-c0941bcb4
6+
version: 6.11.1-5-cap-2.11-2024.7.30-a31bf96bb
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,6 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Upgrade argo-cd to v2.11-2024.7.3-c0941bcb4 with fix - report application event from queue instead of requesting actual state again which potentially means doesn't get same data as in original event
31-
- kind: fixed
32-
description: Event reporter selector labeles
30+
description: Upgrade argo-cd to v2.11-2024.7.30-a31bf96bb with fix - self heal is not working in monorepo

charts/argo-cd/templates/crds/crd-application.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)