Commit 3c55909 1 parent 1873178 commit 3c55909 Copy full SHA for 3c55909
File tree 5 files changed +13
-5
lines changed
5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"." : " 2.3.0" ,
3
- "keptn-cert-manager" : " 3.0.0 " ,
3
+ "keptn-cert-manager" : " 3.0.1 " ,
4
4
"runtimes/python-runtime" : " 1.0.8" ,
5
5
"runtimes/deno-runtime" : " 3.0.1" ,
6
6
"lifecycle-operator" : " 2.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.1] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1 ) (2024-11-11)
4
+
5
+
6
+ ### Other
7
+
8
+ * bump helm chart versions ([ #3857 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3857 ) ) ([ 1873178] ( https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5 ) )
9
+ * polish helm charts ([ #3853 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3853 ) ) ([ 17fa47b] ( https://github.com/keptn/lifecycle-toolkit/commit/17fa47b16fb43bb627a466e999851bc1f225e878 ) )
10
+
3
11
## [ 3.0.0] ( https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v3.0.0 ) (2024-11-11)
4
12
5
13
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
6
6
RELEASE_TIME =$(shell date +% Y% m% d% s)
7
7
BUILD_TIME =$(shell date -u "+% F_% T")
8
8
RELEASE_VERSION? =$(RELEASE_TIME ) -v0.24.3# $(shell git describe --tags --match "v*")
9
- TAG?="v3.0.0 " # x-release-please-version
9
+ TAG?="v3.0.1 " # x-release-please-version
10
10
RELEASE_IMAGE:=certificate-operator:$(TAG )
11
11
CHART_APPVERSION? =""
12
12
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ annotations:
19
19
artifacthub.io/operator : ' true'
20
20
kubeVersion : ' >= 1.27.0-0'
21
21
type : application
22
- version : 0. 3.0 # Helm Chart version
23
- appVersion : v3.0.0 # x-release-please-version
22
+ version : 3.0.1
23
+ appVersion : v3.0.0
24
24
dependencies :
25
25
- name : common
26
26
repository : https://charts.lifecycle.keptn.sh
Original file line number Diff line number Diff line change 72
72
# # @param image.repository specify repo for manager image
73
73
repository : keptn/certificate-operator
74
74
# # @param image.tag select tag for manager container
75
- tag : v3.0.0 # x-release-please-version
75
+ tag : v3.0.1 # x-release-please-version
76
76
# # @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
77
77
imagePullPolicy : " "
78
78
# # @extra livenessProbe custom RBAC proxy liveness probe
You can’t perform that action at this time.
0 commit comments