Skip to content

Commit

Permalink
[bitnami/keycloak] Fix externalDatabase property population (bitnami#…
Browse files Browse the repository at this point in the history
…8835)

* Fix database configuration

Signed-off-by: Sebastian Ullrich <sebastian.ullrich@deepsource.de>

* [bitnami/keycloak] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
  • Loading branch information
sullrich84 and bitnami-bot authored Feb 3, 2022
1 parent a74a541 commit d0dc8fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bitnami/keycloak/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.11.0
version: 1.11.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.16.2
digest: sha256:4a595ba85359abfef7c618d5b69e3bbcfe95c4747cf37ce0839bfcae0f2c1dd6
generated: "2022-02-01T17:58:00.511651+01:00"
digest: sha256:7c14838c18e3ded108c43f254d306e68ecd6d2ece69c0a4027aae59f508d28f7
generated: "2022-02-03T11:19:43.775019459Z"
4 changes: 2 additions & 2 deletions bitnami/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
description: Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort.
description: Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort.
engine: gotpl
home: https://www.keycloak.org
icon: https://bitnami.com/assets/stacks/keycloak/img/keycloak-stack-220x234.png
Expand All @@ -26,4 +26,4 @@ name: keycloak
sources:
- https://github.com/bitnami/bitnami-docker-keycloak
- https://github.com/keycloak/keycloak
version: 6.1.3
version: 6.1.4
2 changes: 0 additions & 2 deletions bitnami/keycloak/templates/configmap-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ data:
KEYCLOAK_HTTP_PORT: {{ .Values.containerPorts.http | quote }}
KEYCLOAK_PROXY_ADDRESS_FORWARDING: {{ ternary "true" "false" .Values.proxyAddressForwarding | quote }}
KEYCLOAK_ENABLE_STATISTICS: {{ ternary "true" "false" .Values.metrics.enabled | quote }}
{{- if (not .Values.externalDatabase.existingSecret) }}
KEYCLOAK_DATABASE_HOST: {{ include "keycloak.databaseHost" . | quote }}
KEYCLOAK_DATABASE_PORT: {{ include "keycloak.databasePort" . }}
KEYCLOAK_DATABASE_NAME: {{ include "keycloak.databaseName" . | quote }}
KEYCLOAK_DATABASE_USER: {{ include "keycloak.databaseUser" . | quote }}
{{- end }}
{{- if .Values.serviceDiscovery.enabled }}
KEYCLOAK_JGROUPS_DISCOVERY_PROTOCOL: {{ .Values.serviceDiscovery.protocol | quote }}
KEYCLOAK_JGROUPS_DISCOVERY_PROPERTIES: {{ (tpl (join "," .Values.serviceDiscovery.properties) $) | quote }}
Expand Down
4 changes: 2 additions & 2 deletions bitnami/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/keycloak
tag: 16.1.1-debian-10-r0
tag: 16.1.1-debian-10-r11
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -290,7 +290,7 @@ keycloakConfigCli:
image:
registry: docker.io
repository: bitnami/keycloak-config-cli
tag: 4.6.1-debian-10-r7
tag: 4.6.1-debian-10-r15
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit d0dc8fd

Please sign in to comment.