From 158cc273904d91d172fbcc1663baba967ea47cb7 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:27:28 +0100 Subject: [PATCH] feat(infra-apps): Update Argo CD from 2.9.0 to 2.9.1 (#1149) --- charts/infra-apps/Chart.yaml | 17 +++++++---------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 8ac82a75d..574e98b42 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.185.0 +version: 0.186.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,17 +15,14 @@ dependencies: version: 0.9.0 repository: https://charts.adfinis.com annotations: - artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "feat(argo-cd): Update from 2.8.5 to 2.9.0" + description: "feat(argo-cd): Update from 2.9.0 to 2.9.1" links: - - name: GitHub Release 2.9.0 - url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.0 + - name: GitHub Release 2.9.1 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.1 - kind: changed - description: "feat(argo-cd): Update helm chart from 5.49.0 to 5.51.0" + description: "feat(argo-cd): Update helm chart from 5.51.0 to 5.51.2" links: - - name: "feat: Argo CD 2.9.0" - url: https://github.com/argoproj/argo-helm/pull/2318 - - name: "fix: Create notifications ClusterRole and ClusterRoleBinding" - url: https://github.com/argoproj/argo-helm/pull/2326 + - name: "fix: Add permission for Applications in any namespace" + url: https://github.com/argoproj/argo-helm/pull/2341 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 3b7193a08..26ab3b5a8 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.185.0](https://img.shields.io/badge/Version-0.185.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.186.0](https://img.shields.io/badge/Version-0.186.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 infrastructure components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argocd.destination.namespace | string | `"infra-argocd"` | Namespace | | argocd.enabled | bool | `false` | Enable Argo CD | | argocd.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argocd.targetRevision | string | `"5.51.0"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.51.2"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | | argocd.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) | Helm values | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | | certManager | object | [example](./examples/cert-manager.yaml) | [cert-manager](https://cert-manager.io/) | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 480dba25e..9096e435f 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -20,7 +20,7 @@ argocd: # -- Chart chart: argo-cd # -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version - targetRevision: 5.51.0 + targetRevision: 5.51.2 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}