Skip to content

Commit

Permalink
feat(infra-apps): Update cert-manager from 1.12.0 to 1.12.2 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Jun 26, 2023
1 parent 084b2cc commit 250d4a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 25 deletions.
25 changes: 6 additions & 19 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.163.0
version: 0.163.1
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,22 +17,9 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "argo-cd: Update from 3.7.3 to 3.7.5"
description: "cert-manager: Update from 1.12.0 to 1.12.2"
links:
- 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.34.6 to 5.36.2"
links:
- 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
- name: GitHub Release 1.11.1
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.12.1
- name: GitHub Release 1.11.2
url: https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2
6 changes: 3 additions & 3 deletions charts/infra-apps/README.md

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

6 changes: 3 additions & 3 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ certManager:
repoURL: https://charts.jetstack.io
# -- Chart
chart: cert-manager
# -- [cert-manager Helm chart](https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: 1.12.0
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: 1.12.2
# -- Helm values
# @default -- [upstream values](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
# @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 250d4a0

Please sign in to comment.