From cd315cb402cfa7d5f728d91603e72bdf3da97071 Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:44:29 +0200 Subject: [PATCH] feat(infra-apps): Update argo-cd from 3.7.3 to 3.7.5 (#1055) --- charts/infra-apps/Chart.yaml | 52 ++++++++++++----------------------- charts/infra-apps/README.md | 4 +-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 20 insertions(+), 38 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index b24f20f00..c7a67c5ff 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.162.0 +version: 0.163.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,40 +17,22 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "argo-cd: Update from 3.7.1 to 3.7.3" + description: "argo-cd: Update from 3.7.3 to 3.7.5" links: - - name: GitHub Release 3.7.2 - url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.2 - - name: GitHub Release 3.7.3 - url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.3 + - name: GitHub Release 3.7.4 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.4 + - name: GitHub Release 3.7.5 + url: https://github.com/argoproj/argo-cd/releases/tag/v2.7.5 - kind: changed - description: "argo-cd: update chart from 5.32.0 to 5.34.6" + description: "argo-cd: update chart from 5.34.6 to 5.36.2" links: - - name: "feat: Enable to customize Service type of applicationset-controller" - url: https://github.com/argoproj/argo-helm/pull/2014 - - name: "feat: Introduce chart signing" - url: https://github.com/argoproj/argo-helm/pull/2042 - - name: "feat: Add ability to add prometheus.io/scrape annotations" - url: https://github.com/argoproj/argo-helm/pull/2037 - - name: "feat: Add ability to add additional labels to all CRDs" - url: https://github.com/argoproj/argo-helm/pull/2051 - - name: "fix: Upgrade Argo CD to v2.7.2" - url: https://github.com/argoproj/argo-helm/pull/2054 - - name: "feat: Enable to add certificate to ApplicationSet Controller" - url: https://github.com/argoproj/argo-helm/pull/2052 - - name: "feat: Update redis-ha to v4.23.0" - url: https://github.com/argoproj/argo-helm/pull/2058 - - name: "feat: add lifecycle hooks to repo server" - url: https://github.com/argoproj/argo-helm/pull/1922 - - name: "feat: Add new BitbucketCloud ssh keys" - url: https://github.com/argoproj/argo-helm/pull/2062 - - name: "fix: don't request applicationsets if its disabled" - url: https://github.com/argoproj/argo-helm/pull/2069 - - name: "fix: Align with upstream dex initContainers" - url: https://github.com/argoproj/argo-helm/pull/2070 - - name: "fix: Allow to disable containerSecurityContext" - url: https://github.com/argoproj/argo-helm/pull/2072 - - name: "fix: Upgrade Argo CD to v2.7.3" - url: https://github.com/argoproj/argo-helm/pull/2075 - - name: "feat Adding 'appProtocol: HTTPS' to HTTPS service port of argocd-server " - url: https://github.com/argoproj/argo-helm/pull/1955 + - name: "fix: 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 + - name: "feat: Add 'global.env' for all deployed containers" + url: https://github.com/argoproj/argo-helm/pull/2096 + - name: "fix: Upgrade Argo CD to v2.7.4" + url: https://github.com/argoproj/argo-helm/pull/2095 + - name: "feat: Upgrade supported Kubernetes version to v1.23.0" + url: https://github.com/argoproj/argo-helm/pull/2087 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 7556aefa8..a074005e3 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.162.0](https://img.shields.io/badge/Version-0.162.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.163.0](https://img.shields.io/badge/Version-0.163.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.34.6"` | [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version | +| argocd.targetRevision | string | `"5.36.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 5d69bc9bb..45e43d847 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.34.6 + targetRevision: 5.36.2 # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml) values: {}