From fb303431b407a9de8bd4bca729b705b9292f7655 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:01:30 +0200 Subject: [PATCH] feat(argo-apps): Update Argo Rollouts from 1.5.1 to 1.6.0 (#1098) --- charts/argo-apps/Chart.yaml | 18 +++++++++--------- charts/argo-apps/README.md | 4 ++-- charts/argo-apps/values.yaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/argo-apps/Chart.yaml b/charts/argo-apps/Chart.yaml index 782ad8178..712a18b70 100644 --- a/charts/argo-apps/Chart.yaml +++ b/charts/argo-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/argo-apps/README.md b/charts/argo-apps/README.md index d87c0dcdf..2337299fb 100644 --- a/charts/argo-apps/README.md +++ b/charts/argo-apps/README.md @@ -1,6 +1,6 @@ # argo-apps -![Version: 0.20.0](https://img.shields.io/badge/Version-0.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for various argo project components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argoRollouts.destination.namespace | string | `"infra-argo-rollouts"` | Namespace | | argoRollouts.enabled | bool | `false` | Enable Argo Rollouts | | argoRollouts.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argoRollouts.targetRevision | string | `"2.31.3"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | +| argoRollouts.targetRevision | string | `"2.32.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | | argoRollouts.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) | Helm values | | argocdNotifications | object | DEPRECATED | [Argo CD Notifications](https://argocd-notifications.readthedocs.io/en/stable/) is DEPRECATED, use Argo CD directly instead. | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | diff --git a/charts/argo-apps/values.yaml b/charts/argo-apps/values.yaml index b29043a75..0fbafa72c 100644 --- a/charts/argo-apps/values.yaml +++ b/charts/argo-apps/values.yaml @@ -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: {}