From 44aeb1abbb2974f6cf522f55daa2238ea9244b6d Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 10 Jul 2023 11:26:04 +0200 Subject: [PATCH] feat(infra-apps): update Argo CD from 2.7.4 to 2.7.7 --- charts/infra-apps/Chart.yaml | 58 +++++++++++++++++++++++++---------- charts/infra-apps/README.md | 4 +-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 45 insertions(+), 19 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 8ebb7e067..4739c3c8a 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.165.0 +version: 0.166.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -16,20 +16,46 @@ dependencies: repository: https://charts.adfinis.com annotations: artifacthub.io/changes: | + - kind: security + description: "feat: update dexIDP from 2.36.0 -> 2.37.0" + links: + - name: "GitHub PR" + url: https://github.com/argoproj/argo-helm/pull/2155 + - kind: changed + description: "feat(argo-cd): Update Argo CD from 2.7.4 to 2.7.7" + links: + - name: Argo CD 2.7.7 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.7 + - name: Argo CD 2.7.6 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.6 + - name: Argo CD 2.7.5 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.5 - kind: changed - description: "mimir-distributed: Update from 3.3.0 to 4.5.0" + description: "feat(argo-cd): Update chart 5.36.2 to 5.38.0" links: - - name: Mimir 2.9.0 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.9.0 - - name: Mimir 2.8.0 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.8.0 - - name: Mimir 2.7.3 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.3 - - name: Mimir 2.7.2 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.2 - - name: Mimir 2.7.1 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.7.1 - - name: Mimir 2.6.0 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.6.0 - - name: Mimir 2.5.0 - url: https://github.com/grafana/mimir/releases/tag/mimir-2.5.0 + - name: "chore: update Argo CD to 2.7.7" + url: https://github.com/argoproj/argo-helm/pull/2147 + - name: "feat: Update appset deployment template" + url: https://github.com/argoproj/argo-helm/pull/2145 + - name: "fix: Remove necessary `create` entry in `argocd-cmd-params-cm` ConfigMap" + url: https://github.com/argoproj/argo-helm/pull/2146 + - name: "fix: Update argo-cd.strategy template" + url: https://github.com/argoproj/argo-helm/pull/2144 + - name: "fix: Add usages to ArgoCD server certificate" + url: https://github.com/argoproj/argo-helm/pull/2143 + - name: "fix: gRPC service target port" + url: https://github.com/argoproj/argo-helm/pull/2138 + - name: "feat: Add `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL` and `ARGOCD_NOTIFICATIONS_CONTROLLER_LOGFORMAT` env vars to argo-notifications Deployment" + url: https://github.com/argoproj/argo-helm/pull/2127 + - name: "feat: Conditionally create the argocd-cmd-params-cm ConfigMap" + url: https://github.com/argoproj/argo-helm/pull/2129 + - name: "chore: Upgrade Argo CD to v2.7.6" + url: https://github.com/argoproj/argo-helm/pull/2123 + - name: "feat: Add app.kubernetes.io/version label" + url: https://github.com/argoproj/argo-helm/pull/2122 + - name: "fix: helm lint error when extraObjects is defined" + url: https://github.com/argoproj/argo-helm/pull/2116 + - name: "chore: upgrade argo-cd to v2.7.5" + url: https://github.com/argoproj/argo-helm/pull/2108 + - name: "fix: Allow specify redis config file" + url: https://github.com/argoproj/argo-helm/pull/2100 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 090e4aa10..4121b50a6 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.165.0](https://img.shields.io/badge/Version-0.165.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.166.0](https://img.shields.io/badge/Version-0.166.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.36.2"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.38.0"` | [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 f5b132b97..898f7ede0 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.36.2 + targetRevision: 5.38.0 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}