Skip to content

Commit

Permalink
bump to 1.14.2 (#417)
Browse files Browse the repository at this point in the history
* bump to 1.14.2

* CHANGELOG

* new metrics

* revert args
  • Loading branch information
ssyno authored Feb 27, 2024
1 parent dfc1b10 commit c28d06e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Changed `appVersion` to `v1.14.2`

## [3.7.3] - 2024-02-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cert-manager-app
description: Simplifies the process of obtaining, renewing and using certificates.
version: 3.7.3
appVersion: v1.13.3
appVersion: v1.14.2
home: https://github.com/giantswarm/cert-manager-app
icon: https://s.giantswarm.io/app-icons/cert-manager/1/light.svg
sources:
Expand Down
4 changes: 2 additions & 2 deletions helm/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ dns01RecursiveNameserversOnly: false
# Additional command line flags to pass to cert-manager controller binary.
# To see all available flags run docker run quay.io/jetstack/cert-manager-controller:<version> --help
extraArgs: []
# Use this flag to enable or disable arbitrary controllers, for example, disable the CertificiateRequests approver
# - --controllers=*,-certificaterequests-approver
# Use this flag to enable or disable arbitrary controllers, for example, disable the CertificiateRequests approver
# - --controllers=*,-certificaterequests-approver

extraEnv: []
# - name: SOME_VAR
Expand Down

0 comments on commit c28d06e

Please sign in to comment.