File tree Expand file tree Collapse file tree
charts/keycloak-cr-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : keycloak-cr-operator
33description : A Helm chart to distribute keycloak-cr-operator
44type : application
5- version : v0.0.1
6- appVersion : v0.0.1
5+ version : v0.0.2
6+ appVersion : v0.0.2
77maintainers :
88 - name : treydock
99keywords :
Original file line number Diff line number Diff line change 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
55A Helm chart to distribute keycloak-cr-operator
66
You can’t perform that action at this time.
0 commit comments