Skip to content

Commit 98725f0

Browse files
authored
chore(argo-apps): Update Argo Rollouts from 2.40.3 to 2.40.5 (#1586)
1 parent ccd5bf1 commit 98725f0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

charts/argo-apps/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argo-apps
33
description: Argo CD app-of-apps config for various argo project components
44
type: application
5-
version: 0.27.2
5+
version: 0.28.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,11 +18,11 @@ annotations:
1818
artifacthub.io/changes: |
1919
- kind: changed
2020
description: |
21-
Update Argo Rollouts from 2.40.2 to 2.40.3
22-
* Support dnsConfig parameter by @nitinverma9
23-
* Bumpred dependencies
21+
Update Argo Rollouts from 2.40.3 to 2.40.5
22+
* Updated dependencies
23+
* feat: allow argo rollout controller service monitor to use tlsconfig
2424
links:
25-
- name: Argo Rollouts 2.40.2 Relese Notes
26-
url: https://github.com/argoproj/argo-helm/releases/tag/argo-rollouts-2.40.3
27-
- name: Argo Rollouts Full Change log
28-
url: https://github.com/argoproj/argo-helm/compare/argo-rollouts-2.40.2...argo-rollouts-2.40.3
25+
- name: argo-rollouts-2.40.5 Relese Notes
26+
url: https://github.com/argoproj/argo-helm/releases/tag/argo-rollouts-2.40.5
27+
- name: argo-rollouts-2.40.4 Release notes
28+
url: https://github.com/argoproj/argo-helm/releases/tag/argo-rollouts-2.40.4

charts/argo-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/argo-apps/values.yaml

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

0 commit comments

Comments
 (0)