Skip to content

Commit ad9dd42

Browse files
feat(chart): patch update of dependencies on argocd chart (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f5d274 commit ad9dd42

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

chart-version.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- kind: added
4-
description: "Added liveness and readiness probes to the notification controller."
3+
- kind: changed
4+
description: Bump argo-cd to v2.12.1
55
artifacthub.io/signKey: |
66
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
77
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
88
apiVersion: v2
9-
appVersion: v2.12.0
9+
appVersion: v2.12.1
1010
dependencies:
1111
- condition: redis-ha.enabled
1212
name: redis-ha
@@ -28,4 +28,4 @@ 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.4.3
31+
version: 7.4.4

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.4.3
5-
digest: sha256:5efa33d96e498f1f2fac73b80b0d674377c4ad92bff93d443a2bc19639f791e1
6-
generated: "2024-08-15T11:39:23.04450983Z"
4+
version: 7.4.4
5+
digest: sha256:990e4ebef6493abb2a7590267191263e8c279679b963bb9aec33042e91daedcc
6+
generated: "2024-08-20T07:01:57.293530545Z"

charts/argocd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
dependencies:
33
- name: argo-cd
44
repository: https://argoproj.github.io/argo-helm
5-
version: 7.4.3
5+
version: 7.4.4
66
description: |
77
This chart installs and configures:
88
-165 KB
Binary file not shown.
165 KB
Binary file not shown.

0 commit comments

Comments
 (0)