Skip to content

Commit

Permalink
feat(argo-apps): Update Argo Rollouts from 1.6.0 to 1.6.4 (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 23, 2024
1 parent 87a30ab commit 196352a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
27 changes: 23 additions & 4 deletions charts/argo-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argo-apps
description: Argo CD app-of-apps config for various argo project components
type: application
version: 0.21.1
version: 0.22.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,26 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "update argoconfig dependency"
description: "feat(argo-rollouts): update from 1.6.0 to 1.6.4"
links:
- name: Github PR
url: https://github.com/adfinis/helm-charts/pull/1172
- name: GitHub Release 1.6.1
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.6.1
- name: GitHub Release 1.6.2
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.6.1
- name: GitHub Release 1.6.3
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.6.1
- name: GitHub Release 1.6.4
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.6.1
- kind: changed
description: "feat(argo-rollouts): update chart from 2.32.0 to 2.34.1"
links:
- name: "feat: Add rollout plugin gloo platform rbac"
url: https://github.com/argoproj/argo-helm/pull/2404
- name: "feat: add args for dashboard logs"
url: https://github.com/argoproj/argo-helm/pull/2388
- name: "feat: allow setting log config for rollouts"
url: https://github.com/argoproj/argo-helm/pull/2386
- name: "feat: add rollout plugin contour rbac"
url: https://github.com/argoproj/argo-helm/pull/2371
- name: "fix: controller replicas count comparison"
url: https://github.com/argoproj/argo-helm/pull/2309
4 changes: 2 additions & 2 deletions charts/argo-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/argo-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ argoRollouts:
# -- Chart
chart: "argo-rollouts"
# -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version
targetRevision: "2.32.0"
targetRevision: "2.34.1"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}

0 comments on commit 196352a

Please sign in to comment.