Skip to content

Commit

Permalink
Update default Redis password key and dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre authored Sep 28, 2024
1 parent 77c57fe commit 652e428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/ehrbase/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.29
version: 15.5.36
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.0
digest: sha256:4545a4815879ad3131f05eeea6f15f90c66d2d3fa618388c6b87d755755e7285
generated: "2024-09-10T23:06:25.7750314+02:00"
version: 20.1.5
digest: sha256:a2155d84c92c8a16034c0f796cb34e241dfca944a42927311d2463c1fb4bd990
generated: "2024-09-28T00:34:01.3133526+02:00"
2 changes: 1 addition & 1 deletion charts/ehrbase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ehrbase
version: 0.4.0
version: 0.4.1
kubeVersion: ">=1.26"
description: EHRbase is an open source software backend for clinical application systems and electronic health records.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/ehrbase/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Return the Redis password key
*/}}
{{- define "ehrbase.redisSecretPasswordKey" -}}
{{- if and .Values.redis.enabled .Values.redis.auth.existingSecret }}
{{- .Values.redis.auth.existingSecretPasswordKey }}
{{- default "redis-password" .Values.redis.auth.existingSecretPasswordKey }}
{{- else if and (not .Values.redis.enabled) .Values.externalRedis.existingSecret }}
{{- default "redis-password" .Values.externalRedis.existingSecretPasswordKey }}
{{- else -}}
Expand Down

0 comments on commit 652e428

Please sign in to comment.