fix authelia db and try to hack-fix external-service
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user