Skip to content

Commit 6cbdcd2

Browse files
committed
chore: release cert-manager 2.2.3
1 parent 8345ec5 commit 6cbdcd2

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "2.3.0",
3-
"keptn-cert-manager": "2.2.2",
3+
"keptn-cert-manager": "2.2.3",
44
"runtimes/python-runtime": "1.0.7",
55
"runtimes/deno-runtime": "3.0.0",
66
"lifecycle-operator": "1.2.0",

keptn-cert-manager/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.3](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v2.2.3) (2024-11-05)
4+
5+
6+
### Dependency Updates
7+
8+
* bump umbrella chart dependencies ([#3816](https://github.com/keptn/lifecycle-toolkit/issues/3816)) ([302150a](https://github.com/keptn/lifecycle-toolkit/commit/302150a60b07c88d9d1fe6412dfb91f89fb36c7f))
9+
310
## [2.2.2](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.1...cert-manager-v2.2.2) (2024-10-30)
411

512

keptn-cert-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
66
RELEASE_TIME=$(shell date +%Y%m%d%s)
77
BUILD_TIME=$(shell date -u "+%F_%T")
88
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
9-
TAG?="v2.2.2" # x-release-please-version
9+
TAG?="v2.2.3" # x-release-please-version
1010
RELEASE_IMAGE:=certificate-operator:$(TAG)
1111
CHART_APPVERSION?=""
1212

keptn-cert-manager/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ annotations:
1919
artifacthub.io/operator: 'true'
2020
kubeVersion: '>= 1.24.0-0'
2121
type: application
22-
version: 0.2.6
23-
appVersion: v2.2.2 # x-release-please-version
22+
version: 2.2.3
23+
appVersion: v2.2.2
2424
dependencies:
2525
- name: common
2626
repository: https://charts.lifecycle.keptn.sh

keptn-cert-manager/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ image:
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.2 # x-release-please-version
75+
tag: v2.2.3 # 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

0 commit comments

Comments
 (0)