Skip to content

Commit

Permalink
feat(argo-apps): Update Argo Rollouts from 1.5.1 to 1.6.0 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Sep 15, 2023
1 parent 29e708b commit fb30343
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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.20.0
version: 0.21.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,14 +17,14 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-rollouts): update from 1.5.0 to 1.5.1"
description: "feat(argo-rollouts): update from 1.5.1 to 1.6.0"
links:
- name: GitHub Release 1.5.1
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.5.1
- name: GitHub Release 1.6.0
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.6.0
- kind: changed
description: "feat(argo-rollouts): update chart from 2.31.0 to 2.31.3"
description: "feat(argo-rollouts): update chart from 2.31.3 to 2.32.0"
links:
- name: "fix: helm lint error when extraObjects is defined"
url: https://github.com/argoproj/argo-helm/pull/2196
- name: "fix: Use annotation container metrics"
url: https://github.com/argoproj/argo-helm/pull/2184
- name: "fix: Add required ingress permission"
url: https://github.com/argoproj/argo-helm/pull/2207
- name: "feat: update servicemonitor.yaml to allow for namespace to be set"
url: https://github.com/argoproj/argo-helm/pull/2222
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.31.3"
targetRevision: "2.32.0"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}

0 comments on commit fb30343

Please sign in to comment.