Skip to content

Commit 5c23615

Browse files
Merge pull request #90 from codefresh-io/fix/monorepo-selfheal
fix: imporve self heal logic in monorepo
2 parents 5fe70f1 + d879b6a commit 5c23615

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.11-2024.7.20-8eb51f7a6
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-5-cap-2.11-2024.7.20-8eb51f7a6
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:
@@ -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

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)