Skip to content

Commit

Permalink
feat(infra-apps): update cert manager 1.15.0 (#1266)
Browse files Browse the repository at this point in the history
* feat(infra-apps): update cert-manager to 1.15.0

* ci(cert-manager): update cert-manager to 1.15.0
  • Loading branch information
tongpu authored Jun 6, 2024
1 parent 3816469 commit 03ee340
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
21 changes: 4 additions & 17 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 03ee340

Please sign in to comment.