Skip to content

Commit 40de1ef

Browse files
authored
feat(infra-apps): Update Argo CD from 2.13.0 to 2.13.1 (#1337)
1 parent 492f170 commit 40de1ef

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.223.0
5+
version: 0.224.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,20 +18,16 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "feat: Update Argo CD from 2.12.4 to 2.13.0"
21+
description: "feat: Update Argo CD from 2.13.0 to 2.13.1"
2222
links:
23-
- name: "Argo CD 2.13.0 Release"
24-
url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.0
23+
- name: "Argo CD 2.13.1 Release"
24+
url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1
2525
- kind: changed
26-
description: "feat: Update Argo CD Helm chart from 7.6.5 to 7.7.0"
26+
description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5"
2727
links:
28-
- name: "fix: fixed shard value in clusterCredentials Secret"
29-
url: https://github.com/argoproj/argo-helm/pull/2982
30-
- name: "fix: add missing event permissions for run actions"
31-
url: https://github.com/argoproj/argo-helm/pull/2980
32-
- name: "feat: Add affinity to redisSecretInit Job"
33-
url: https://github.com/argoproj/argo-helm/pull/2962
34-
- name: "fix: Arrange for ApplicationSet in any Namespace"
35-
url: https://github.com/argoproj/argo-helm/pull/2945
36-
- name: "chore(argo-cd): Add Proxy Extensions config"
37-
url: https://github.com/argoproj/argo-helm/pull/2944
28+
- name: "chore: Update redis-ha"
29+
url: https://github.com/argoproj/argo-helm/pull/3026
30+
- name: "chore: Update Redis Image"
31+
url: https://github.com/argoproj/argo-helm/pull/3023
32+
- name: "feat: honorLabels config for ServiceMonitors"
33+
url: https://github.com/argoproj/argo-helm/pull/3018

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ argocd:
2020
# -- Chart
2121
chart: argo-cd
2222
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
23-
targetRevision: 7.7.0
23+
targetRevision: 7.7.5
2424
# -- Helm values
2525
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
2626
values: {}

0 commit comments

Comments
 (0)