Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release cert-manager 3.0.1 #3854

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "2.4.0",
"keptn-cert-manager": "3.0.0",
"keptn-cert-manager": "3.0.1",
"runtimes/python-runtime": "1.0.8",
"runtimes/deno-runtime": "3.0.1",
"lifecycle-operator": "2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions keptn-cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1) (2024-11-12)


### Other

* bump helm chart versions ([#3857](https://github.com/keptn/lifecycle-toolkit/issues/3857)) ([1873178](https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5))
* polish helm charts ([#3853](https://github.com/keptn/lifecycle-toolkit/issues/3853)) ([17fa47b](https://github.com/keptn/lifecycle-toolkit/commit/17fa47b16fb43bb627a466e999851bc1f225e878))

## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v2.2.2...cert-manager-v3.0.0) (2024-11-11)


Expand Down
2 changes: 1 addition & 1 deletion keptn-cert-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
RELEASE_TIME=$(shell date +%Y%m%d%s)
BUILD_TIME=$(shell date -u "+%F_%T")
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
TAG?="v3.0.0" # x-release-please-version
TAG?="v3.0.1" # x-release-please-version
RELEASE_IMAGE:=certificate-operator:$(TAG)
CHART_APPVERSION?=""

Expand Down
4 changes: 2 additions & 2 deletions keptn-cert-manager/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ annotations:
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.27.0-0'
type: application
version: 0.3.0 # Helm Chart version
appVersion: v3.0.0 # x-release-please-version
version: 3.0.1
appVersion: v3.0.0
dependencies:
- name: common
repository: https://charts.lifecycle.keptn.sh
Expand Down
2 changes: 1 addition & 1 deletion keptn-cert-manager/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ image:
## @param image.repository specify repo for manager image
repository: keptn/certificate-operator
## @param image.tag select tag for manager container
tag: v3.0.0 # x-release-please-version
tag: v3.0.1 # x-release-please-version
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
imagePullPolicy: ""
## @extra livenessProbe custom RBAC proxy liveness probe
Expand Down
Loading