From e18854dcdd040381d2979db9630ea799002a3d00 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:11:19 +0100 Subject: [PATCH] feat(infra-apps): Update Argo CD from 2.9.3 to 2.9.4 (#1175) --- charts/infra-apps/Chart.yaml | 17 +++++++++++++---- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index d9a92cf85..69548119e 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.191.1 +version: 0.192.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -16,8 +16,17 @@ dependencies: repository: https://charts.adfinis.com annotations: artifacthub.io/changes: | + - kind: security + description: "fix: update Argo CD from 2.9.3 to 2.9.4" + links: + - name: Github Release + url: https://github.com/argoproj/argo-cd/releases/tag/v2.9.4 - kind: changed - description: "update argoconfig dependency" + description: "feat: Update Helm chart from 5.51.6 to 5.53.1" links: - - name: Github PR - url: https://github.com/adfinis/helm-charts/pull/1172 + - name: "feat: Use new Argo CD extension mechanism" + url: https://github.com/argoproj/argo-helm/pull/2406 + - name: "feat: Add optional mapping of argocd-repo-server emptydir to custom volumes" + url: https://github.com/argoproj/argo-helm/pull/2410 + - name: "chore: DRY cleanup of ServiceAccounts" + url: https://github.com/argoproj/argo-helm/pull/2409 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 9f50e0815..63ad353fe 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.191.1](https://img.shields.io/badge/Version-0.191.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.192.0](https://img.shields.io/badge/Version-0.192.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.6"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.53.1"` | [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 4a0a4022b..7cc17c270 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.6 + targetRevision: 5.53.1 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}