Skip to content

Commit

Permalink
feat(argo-apps): Update argo-rollouts from 2.26.1 to 2.31.0 (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 12, 2023
1 parent e2102f0 commit 2075927
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
23 changes: 18 additions & 5 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.18.1
version: 0.19.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -16,8 +16,21 @@ dependencies:
repository: https://charts.adfinis.com
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "fix: Added missing permissions for argo rollouts dashboard cluster role"
- kind: changed
description: "feat(argo-rollouts): update from 1.4.1 to 1.5.0"
links:
- name: GitHub PR
url: https://github.com/argoproj/argo-helm/pull/1988
- name: GitHub Release 1.5.0
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.5.0
- kind: changed
description: "feat(argo-rollouts): update chart from 2.26.1 to 2.31.0"
links:
- name: "feat: Support Traffic Router Plugins"
url: https://github.com/argoproj/argo-helm/pull/2090
- name: "fix: Fix cluster role missing access in dashboards"
url: https://github.com/argoproj/argo-helm/pull/1969
- name: "feat: add deployment annotations for controller"
url: https://github.com/argoproj/argo-helm/pull/2048
- name: "feat: Istion compat in healthz and metrics ports"
url: https://github.com/argoproj/argo-helm/pull/1976
- name: "feat: allow extraObjects to contain string template"
url: https://github.com/argoproj/argo-helm/pull/1996
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.26.1"
targetRevision: "2.31.0"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}

0 comments on commit 2075927

Please sign in to comment.