File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "." : " 2.1.0" ,
3- "keptn-cert-manager" : " 2.2.1 " ,
3+ "keptn-cert-manager" : " 2.2.2 " ,
44 "runtimes/python-runtime" : " 1.0.6" ,
55 "runtimes/deno-runtime" : " 2.0.5" ,
66 "lifecycle-operator" : " 1.1.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.2.2] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.1...cert-manager-v2.2.2 ) (2024-08-07)
4+
5+
6+ ### Other
7+
8+ * bump keptn-cert-manager chart version ([ #3657 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3657 ) ) ([ 9bcc0d1] ( https://github.com/keptn/lifecycle-toolkit/commit/9bcc0d1633a6e0a731d8fd831b8e8c5e7ab1995f ) )
9+
310## [ 2.2.1] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.0...cert-manager-v2.2.1 ) (2024-08-06)
411
512
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
66RELEASE_TIME =$(shell date +% Y% m% d% s)
77BUILD_TIME =$(shell date -u "+% F_% T")
88RELEASE_VERSION? =$(RELEASE_TIME ) -v0.24.3# $(shell git describe --tags --match "v*")
9- TAG?="v2.2.1 " # x-release-please-version
9+ TAG?="v2.2.2 " # x-release-please-version
1010RELEASE_IMAGE:=certificate-operator:$(TAG )
1111CHART_APPVERSION? =""
1212
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ annotations:
1919 artifacthub.io/operator : ' true'
2020kubeVersion : ' >= 1.24.0-0'
2121type : application
22- version : 0 .2.5
23- appVersion : v2.2.1 # x-release-please-version
22+ version : 2 .2.2
23+ appVersion : v2.2.1
2424dependencies :
2525 - name : common
2626 repository : https://charts.lifecycle.keptn.sh
Original file line number Diff line number Diff line change 7272# # @param image.repository specify repo for manager image
7373 repository : keptn/certificate-operator
7474# # @param image.tag select tag for manager container
75- tag : v2.2.1 # x-release-please-version
75+ tag : v2.2.2 # x-release-please-version
7676# # @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
7777 imagePullPolicy : " "
7878# # @extra livenessProbe custom RBAC proxy liveness probe
You can’t perform that action at this time.
0 commit comments