Skip to content

Commit d641ae0

Browse files
authored
Release v0.0.2 (#26)
* Release v0.0.2
1 parent 13045e5 commit d641ae0

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
## v0.0.1
1+
## v0.0.2 - 2026-03-19
2+
3+
* Improve image release and README fixes (#23)
4+
* Make envVar format Secret and ConfigMap keys optional (#24)
5+
* Use Helm Job to signal webhooks are ready, also support deploying imagePullSecret (#27)
6+
7+
## v0.0.1 - 2026-03-18
28

39
* Initial release

charts/keycloak-cr-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak-cr-operator
33
description: A Helm chart to distribute keycloak-cr-operator
44
type: application
5-
version: v0.0.1
6-
appVersion: v0.0.1
5+
version: v0.0.2
6+
appVersion: v0.0.2
77
maintainers:
88
- name: treydock
99
keywords:

charts/keycloak-cr-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# keycloak-cr-operator
22

3-
![Version: v0.0.1](https://img.shields.io/badge/Version-v0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
3+
![Version: v0.0.2](https://img.shields.io/badge/Version-v0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.2](https://img.shields.io/badge/AppVersion-v0.0.2-informational?style=flat-square)
44

55
A Helm chart to distribute keycloak-cr-operator
66

0 commit comments

Comments
 (0)