diff --git a/charts/incubator/authelia/Chart.yaml b/charts/incubator/authelia/Chart.yaml index 79df91b23b6..66fefe29350 100644 --- a/charts/incubator/authelia/Chart.yaml +++ b/charts/incubator/authelia/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 1.6.4 +version: 1.6.5 diff --git a/charts/incubator/authelia/templates/_secrets.tpl b/charts/incubator/authelia/templates/_secrets.tpl index b1f69810d2a..eafb4fc9663 100644 --- a/charts/incubator/authelia/templates/_secrets.tpl +++ b/charts/incubator/authelia/templates/_secrets.tpl @@ -8,13 +8,13 @@ metadata: labels: {{- include "common.labels" . | nindent 4 }} name: dbcreds -{{- $previous := lookup "v1" "Secret" .Release.Namespace "dbcreds" }} +{{- $dbprevious := lookup "v1" "Secret" .Release.Namespace "dbcreds" }} {{- $dbPass := "" }} data: -{{- if $previous }} - {{- $dbPass = ( index $previous.data "postgresql-password" ) | b64dec }} - postgresql-password: {{ ( index $previous.data "postgresql-password" ) }} - postgresql-postgres-password: {{ ( index $previous.data "postgresql-postgres-password" ) }} +{{- if $dbprevious }} + {{- $dbPass = ( index $dbprevious.data "postgresql-password" ) | b64dec }} + postgresql-password: {{ ( index $dbprevious.data "postgresql-password" ) }} + postgresql-postgres-password: {{ ( index $dbprevious.data "postgresql-postgres-password" ) }} {{- else }} {{- $dbPass = randAlphaNum 50 }} postgresql-password: {{ $dbPass | b64enc | quote }} diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 41170363474..68324e7fab5 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -23,4 +23,4 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 1.4.7 +version: 1.4.8 diff --git a/charts/stable/external-service/SCALE/ix_values.yaml b/charts/stable/external-service/SCALE/ix_values.yaml index 64d5a513ed3..ab180553eb4 100644 --- a/charts/stable/external-service/SCALE/ix_values.yaml +++ b/charts/stable/external-service/SCALE/ix_values.yaml @@ -4,6 +4,12 @@ # Example: Everything under "image" is not included in questions.yaml but is included here. ## +# Fake external service image +image: + repository: ghcr.io/truecharts/bs + pullPolicy: IfNotPresent + tag: v0.66.6 + # Disable Deployment controller: enabled: false diff --git a/charts/stable/external-service/values.yaml b/charts/stable/external-service/values.yaml index 337035f6b5b..3d8f559565e 100644 --- a/charts/stable/external-service/values.yaml +++ b/charts/stable/external-service/values.yaml @@ -1,4 +1,8 @@ -# Default values for Jackett. +# Fake external service image +image: + repository: ghcr.io/truecharts/bs + pullPolicy: IfNotPresent + tag: v0.66.6 # Disable Deployment controller: