Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(infra-apps): Update cert-manager from 1.15.1 to 1.16.0 #1326

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 5 additions & 22 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.220.0
version: 0.221.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,27 +15,10 @@ dependencies:
version: 0.9.1
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "fix: Update Argo CD from 2.12.0 to 2.12.4"
description: "fix: Update cert-manager from 1.15.1 to 1.16.0"
links:
- name: "Argo CD: 2.12.1"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.1
- name: "Argo CD: 2.12.2"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.2
- name: "Argo CD: 2.12.3"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.3
- name: "Argo CD: 2.12.4"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.12.4
- kind: changed
description: "feat: Update Helm chart from 7.4.2 to 7.6.5"
links:
- name: "fix: Align imagePullSecrets for redis-secret-init Job"
url: https://github.com/argoproj/argo-helm/pull/2928
- name: "feat: add multi-namespace support for ApplicationSet controller RBAC"
url: https://github.com/argoproj/argo-helm/pull/2935
- name: "feat: allow setting runtime class name"
url: https://github.com/argoproj/argo-helm/pull/2930
- name: "chore: bump redis-ha"
url: https://github.com/argoproj/argo-helm/pull/2900
- name: "cert-manager: 1.16.0"
url: https://cert-manager.io/docs/releases/release-notes/release-notes-1.16/
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.15.1
targetRevision: 1.16.0
# -- Helm values
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}
Expand Down