From 7856dfd9049607e228f9cddab160a6cddeaaec69 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 11 Jul 2024 15:05:40 +0200 Subject: [PATCH] feat(infra-apps): Update Argo CD from 2.11.3 to 2.11.4 --- charts/infra-apps/Chart.yaml | 25 ++++++++++++++++++------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 5df931e4..96cdb5f1 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.213.0 +version: 0.214.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,22 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "chore: Update cert-manager from 1.15.0 to 1.15.1" + description: "fix: Update ARgo CD from 2.11.3 to 2.11.4" links: - name: "Release Notes" - url: https://github.com/cert-manager/cert-manager/releases/tag/v1.15.1 - - name: "CVE-2024-35255: Elevation of Privilege in Azure Identity Libraries and Microsoft Authentication Library" - url: https://github.com/cert-manager/cert-manager/pull/7092 - - name: "CVE-2024-6104: go-retryablehttp can leak basic auth credentials to log files" - url: https://github.com/cert-manager/cert-manager/pull/7130 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.11.4 + - kind: changed + description: "chore: Update Argo CD chart from 7.2.0 to 7.3.5" + links: + - name: "fix: Default repo-server init container resources to empty" + url: https://github.com/argoproj/argo-helm/pull/2786 + - name: "feat: make PrometheusRule deployment conditional on CRD existing" + url: https://github.com/argoproj/argo-helm/pull/2791 + - name: "chore: add shard option for clusterCredentials" + url: https://github.com/argoproj/argo-helm/pull/2779 + - name: "feat: add support for passing redis - sentinel credentials" + url: https://github.com/argoproj/argo-helm/pull/2492 + - name: "fix: Make REDIS_PASSWORD environment variables optional always" + url: https://github.com/argoproj/argo-helm/pull/2800 + - name: "fix: Address oversights of feature namespaceOverride" + url: https://github.com/argoproj/argo-helm/pull/2821 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 4d3a0b5a..cd5226bd 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.213.0](https://img.shields.io/badge/Version-0.213.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.214.0](https://img.shields.io/badge/Version-0.214.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 | `"7.2.0"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"7.3.5"` | [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 541c9f70..0b0ab4ee 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: 7.2.0 + targetRevision: 7.3.5 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}