[bitnami/keycloak] Apply the openshift-compatibility fix also to the init-pod of Keycloak (#24569)

* Apply the openshift-compatibility fix also to the init-pod of Keycloak

Signed-off-by: Joost van der Sluis <joost@cnoc.nl>

* Bumped chart version

Signed-off-by: Joost van der Sluis <joost@cnoc.nl>

---------

Signed-off-by: Joost van der Sluis <joost@cnoc.nl>
Signed-off-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
JoostVanDerSluis
2024-04-01 17:12:48 +02:00
committed by GitHub
parent 5a1f261189
commit 9a862faef5
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ maintainers:
name: keycloak
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keycloak
version: 19.4.0
version: 19.4.1

View File

@@ -99,7 +99,7 @@ spec:
#!/bin/bash
cp -r /opt/bitnami/keycloak/lib/quarkus/* /quarkus
{{- if .Values.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 12 }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.containerSecurityContext "context" $) | nindent 12 }}
{{- end }}
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 12 }}