From 0d78bdf5a2ac42f9a0b9e1665efb96ec80114c2b Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 6 Jun 2024 12:54:58 +0200 Subject: [PATCH 1/2] feat(infra-apps): update cert-manager to 1.15.0 --- charts/infra-apps/Chart.yaml | 21 ++++----------------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 3797ca4ae..649afb87f 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.209.0 +version: 0.210.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,20 +18,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "fix: Update Argo CD from 2.11.1 to 2.11.2" + description: "feat: Update cert-manager from 1.14.5 to 1.15.0" links: - - name: "Argo CD 2.11.2" - url: https://github.com/argoproj/argo-cd/releases/tag/v2.11.2 - - kind: changed - description: "feat: Update Argo CD chart from 6.10.1 to 7.1.1" - links: - - name: "fix: add priorityClassName to redis-secret-init job" - url: https://github.com/argoproj/argo-helm/pull/2709 - - name: "fix: redis exporter NOAUTH error" - url: https://github.com/argoproj/argo-helm/pull/2736 - - name: "feat!: represent cluster credentials as a map" - url: https://github.com/argoproj/argo-helm/pull/2648 - - name: "feat: make redis secret init optional" - url: https://github.com/argoproj/argo-helm/pull/2713 - - name: "feat: add support for doal-stack clusters" - url: https://github.com/argoproj/argo-helm/pull/2649 + - name: "cert-manager 1.15.0" + url: https://github.com/cert-manager/cert-manager/releases/tag/v1.15.0 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 1d6a5e152..2839b70e7 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.209.0](https://img.shields.io/badge/Version-0.209.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.210.0](https://img.shields.io/badge/Version-0.210.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 @@ -38,7 +38,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | certManager.destination.namespace | string | `"infra-certmanager"` | Namespace | | certManager.enabled | bool | `false` | Enable cert-manager | | certManager.repoURL | string | [repo](https://charts.jetstack.io) | Repo URL | -| certManager.targetRevision | string | `"1.14.5"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | +| certManager.targetRevision | string | `"1.15.0"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | | certManager.values | object | [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) | Helm values | | certManagerIssuers | object | [example](./examples/cert-manager-issuers.yaml) | [cert-manager-issuers](https://cert-manager.io/docs/configuration/) | | certManagerIssuers.annotations | object | `{}` | Annotations for cert-manager-issuers app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 8bb4b0e5c..17216380d 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -42,7 +42,7 @@ certManager: # -- Chart chart: cert-manager # -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version - targetRevision: 1.14.5 + targetRevision: 1.15.0 # -- Helm values # @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) values: {} From b4d8b9fa8a9efe89eb66e97925c9f21bd9cbbf4a Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 6 Jun 2024 13:01:45 +0200 Subject: [PATCH 2/2] ci(cert-manager): update cert-manager to 1.15.0 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 03c6574c0..aa19396dc 100644 --- a/.env +++ b/.env @@ -18,5 +18,5 @@ HELM_DOCS_TEMPLATE_FILE="hack/config/helm-docs/README.md.gotmpl" ADFINIS_CHARTS_ARGOCD_VERSION="2.9.4" ADFINIS_CHARTS_KUBE_PROMETHEUS_STACK_VERISON="54.2.2" ADFINIS_CHARTS_SECRETS_STORE_CSI_DRIVER_VERSION="1.4.1" -ADFINIS_CHARTS_CERT_MANAGER_VERSION="1.13.2" +ADFINIS_CHARTS_CERT_MANAGER_VERSION="1.15.0" ADFINIS_CHARTS_RBAC_MANAGER_VERSION="1.8.0"