Skip to content

Commit

Permalink
CertManager update to 1.16.1 (#135)
Browse files Browse the repository at this point in the history
* cert-manager update to 1.16.1
  • Loading branch information
krankkkk authored Oct 14, 2024
1 parent 8acb2ab commit 6bed763
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion charts/cert-manager/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.0.x -> 1.1.0
### Chart version 1.16.1
- Updated Chart & App Version to 1.16.1
- As indicated per [documentation](https://cert-manager.io/docs/releases/release-notes/release-notes-1.16/#helm) the base chart now includes a Helm schema, so unrecognised fields will make the templating fail.

----
### Chart version 1.1.0

💥 **Breaking changes** 💥

Expand Down
6 changes: 3 additions & 3 deletions charts/cert-manager/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.15.3
version: v1.16.1
- name: cert-manager-webhook-opentelekomcloud
repository: https://iits-consulting.github.io/cert-manager-webhook-opentelekomcloud
version: 0.1.4
digest: sha256:eaf5ae7764b3318d9ff7b567e9dca0be90fc2e17a7af3001e142315a6bfca80e
generated: "2024-09-09T12:52:57.638972+02:00"
digest: sha256:e45732ca384f1d9c11c05d52e6d5baec9a424a58e14c0d5c5be770af790b9f3a
generated: "2024-10-14T12:00:41.742982+02:00"
5 changes: 3 additions & 2 deletions charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ apiVersion: v2
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.15.3
version: v1.16.1
- name: cert-manager-webhook-opentelekomcloud
repository: https://iits-consulting.github.io/cert-manager-webhook-opentelekomcloud
version: v0.1.4
condition: clusterIssuers.otcDNS.enabled
name: cert-manager
description: Wrapper chart for cert-manager. Deploys a ClusterIssuer resource to bootstrap Let's encrypt cert generation
version: 1.15.3
appVersion: v1.16.1
version: 1.16.1
4 changes: 2 additions & 2 deletions charts/cert-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# cert-manager

![Version: 1.15.3](https://img.shields.io/badge/Version-1.15.3-informational?style=flat-square)
![Version: 1.16.1](https://img.shields.io/badge/Version-1.16.1-informational?style=flat-square) ![AppVersion: v1.16.1](https://img.shields.io/badge/AppVersion-v1.16.1-informational?style=flat-square)

Wrapper chart for cert-manager. Deploys a ClusterIssuer resource to bootstrap Let's encrypt cert generation

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.jetstack.io | cert-manager | v1.15.3 |
| https://charts.jetstack.io | cert-manager | v1.16.1 |
| https://iits-consulting.github.io/cert-manager-webhook-opentelekomcloud | cert-manager-webhook-opentelekomcloud | v0.1.4 |

## Values
Expand Down

0 comments on commit 6bed763

Please sign in to comment.