Skip to content

Commit bb1116a

Browse files
Merge pull request #104 from codefresh-io/CR-23204-synced-version
feat: getting version based on synced revision
2 parents 2e03f84 + dae1b74 commit bb1116a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

charts/argo-cd/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.12-2024.10.5-66e1e38fa
2+
appVersion: v2.12-2024.10.11-4a252db7c
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: 7.4.7-4-cap-2.12-2024.10.5-66e1e38fa
6+
version: 7.4.7-5-cap-2.12-2024.10.11-4a252db7c
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -27,4 +27,8 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: Added env variable for acr controller to retrieve server.rootpath from params ConfigMap
30+
description: support for arrays in promotion versionSource
31+
- kind: changed
32+
description: getting version based on synced revision
33+
- kind: changed
34+
description: suppress 'version not found' error message when version configuration is not provided

0 commit comments

Comments
 (0)