mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 21:07:10 +08:00
[bitnami/keycloak] fix: 🐛 Add emptyDir at /bitnami to allow init scripts (#29020)
* [bitnami/keycloak] fix: 🐛 Add emptyDir at /bitnami to allow init scripts Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
9811aebf92
commit
3d04a655e5
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 22.2.0 (2024-08-25)
|
||||
## 22.2.1 (2024-08-26)
|
||||
|
||||
* [bitnami/keycloak] Use database user secret key from PostgreSQL chart ([#29008](https://github.com/bitnami/charts/pull/29008))
|
||||
* [bitnami/keycloak] fix: :bug: Add emptyDir at /bitnami to allow init scripts ([#29020](https://github.com/bitnami/charts/pull/29020))
|
||||
|
||||
## 22.2.0 (2024-08-26)
|
||||
|
||||
* [bitnami/keycloak] Use database user secret key from PostgreSQL chart (#29008) ([bf7ea4a](https://github.com/bitnami/charts/commit/bf7ea4a17dbe47ea0171dfae8415c4d035e7c8ad)), closes [#29008](https://github.com/bitnami/charts/issues/29008)
|
||||
|
||||
## <small>22.1.3 (2024-08-22)</small>
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: keycloak
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
|
||||
version: 22.2.0
|
||||
version: 22.2.1
|
||||
|
||||
@@ -284,6 +284,9 @@ spec:
|
||||
- name: empty-dir
|
||||
mountPath: /tmp
|
||||
subPath: tmp-dir
|
||||
- name: empty-dir
|
||||
mountPath: /bitnami
|
||||
subPath: app-volume-dir
|
||||
- name: empty-dir
|
||||
mountPath: /opt/bitnami/keycloak/conf
|
||||
subPath: app-conf-dir
|
||||
|
||||
Reference in New Issue
Block a user