Skip to content

Commit 288d3d0

Browse files
authored
chore(infra-apps): update argocd to 4.0.* (#604)
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent c146b6d commit 288d3d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/infra-apps/Chart.yaml

+1-1
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.86.0
5+
version: 0.87.0
66
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/infra-apps
77
sources:
88
- https://github.com/adfinis-sygroup/helm-charts

charts/infra-apps/README.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ argocd:
1313
# argocd.chart -- Chart
1414
chart: argo-cd
1515
# argocd.targetRevision -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd) version
16-
targetRevision: 3.35.*
16+
targetRevision: 4.0.*
1717
# argocd.values -- Helm values
1818
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/values.yaml)
1919
values: {}

0 commit comments

Comments
 (0)