Skip to content

Commit 1cb0c92

Browse files
feat(chart)!: minor update of dependencies on argocd chart (#119)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2588b6 commit 1cb0c92

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

chart-version.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- kind: changed
4-
description: Bump argo-cd to v2.11.7
3+
- kind: added
4+
description: "Added liveness and readiness probes to the notification controller."
55
artifacthub.io/signKey: |
66
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
77
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
88
apiVersion: v2
9-
appVersion: v2.11.7
9+
appVersion: v2.12.0
1010
dependencies:
1111
- condition: redis-ha.enabled
1212
name: redis-ha
@@ -20,12 +20,12 @@ keywords:
2020
- argoproj
2121
- argocd
2222
- gitops
23-
kubeVersion: '>=1.23.0-0'
23+
kubeVersion: '>=1.25.0-0'
2424
maintainers:
2525
- name: argoproj
2626
url: https://argoproj.github.io/
2727
name: argo-cd
2828
sources:
2929
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
3030
- https://github.com/argoproj/argo-cd
31-
version: 7.3.11
31+
version: 7.4.3

charts/argocd/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: argo-cd
33
repository: https://argoproj.github.io/argo-helm
4-
version: 7.3.11
5-
digest: sha256:50201611354d2274d3685d1fd6ac9391cbbe3853626a68d232ddb89fee1e2610
6-
generated: "2024-08-05T07:01:46.864180513Z"
4+
version: 7.4.3
5+
digest: sha256:5efa33d96e498f1f2fac73b80b0d674377c4ad92bff93d443a2bc19639f791e1
6+
generated: "2024-08-15T11:39:23.04450983Z"

charts/argocd/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
dependencies:
33
- name: argo-cd
44
repository: https://argoproj.github.io/argo-helm
5-
version: 7.3.11
5+
version: 7.4.3
66
description: |
77
This chart installs and configures:
88
99
* Argo CD official chart
1010
* A Grafana dashboard for Argo CD
1111
* An `OAuthClient` Kubernetes object if the OpenShift 4 option is enabled
1212
name: ArgoCD
13-
version: "0"
13+
version: 0
-165 KB
Binary file not shown.
165 KB
Binary file not shown.

0 commit comments

Comments
 (0)