Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
91a33831f8
commit
42e3a1ceb9
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docspell-3.0.11](https://github.com/truecharts/charts/compare/docspell-3.0.10...docspell-3.0.11) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docspell-3.0.10](https://github.com/truecharts/charts/compare/docspell-3.0.9...docspell-3.0.10) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [docspell-3.0.8](https://github.com/truecharts/charts/compare/docspell-3.0.7...docspell-3.0.8) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [docspell-3.0.8](https://github.com/truecharts/charts/compare/docspell-3.0.7...docspell-3.0.8) (2022-11-29)
|
||||
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ sources:
|
|||
- https://github.com/eikek/docspell
|
||||
- https://docspell.org/docs/install/docker/
|
||||
- https://docspell.org/docs/configure/defaults/
|
||||
version: 3.0.10
|
||||
version: 3.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docspell-3.0.11](https://github.com/truecharts/charts/compare/docspell-3.0.10...docspell-3.0.11) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
{{- $server_secret := "" }}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $storeSecretName) }}
|
||||
{{- $server_secret = (index .data "server_secret") }}
|
||||
{{- else }}
|
||||
{{- $server_secret = printf "b64:%v" (randAlphaNum 32 | b64enc) }}
|
||||
{{- else }} {{/* Real content must be also b64 encoded */}}
|
||||
{{- $server_secret = (printf "b64:%v" (randAlphaNum 32 | b64enc)) | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- $new_invite_password := "" }}
|
||||
|
@ -34,7 +34,7 @@ metadata:
|
|||
name: {{ $storeSecretName }}
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
stringData:
|
||||
data:
|
||||
server_secret: {{ $server_secret }}
|
||||
new_invite_password: {{ $new_invite_password }}
|
||||
---
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [euterpe-3.0.0](https://github.com/truecharts/charts/compare/euterpe-2.0.3...euterpe-3.0.0) (2022-12-08)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [euterpe-3.0.1](https://github.com/truecharts/charts/compare/euterpe-3.0.0...euterpe-3.0.1) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [euterpe-3.0.0](https://github.com/truecharts/charts/compare/euterpe-2.0.3...euterpe-3.0.0) (2022-12-08)
|
||||
|
||||
|
||||
|
@ -86,14 +95,5 @@
|
|||
|
||||
|
||||
|
||||
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [euterpe-2.0.1](https://github.com/truecharts/charts/compare/euterpe-2.0.0...euterpe-2.0.1) (2022-11-15)
|
||||
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/ironsmile/euterpe
|
||||
- https://hub.docker.com/r/ironsmile/euterpe
|
||||
type: application
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [euterpe-3.0.1](https://github.com/truecharts/charts/compare/euterpe-3.0.0...euterpe-3.0.1) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
||||
{{- $secretKey = (index .data "secret") }}
|
||||
{{- else }}
|
||||
{{- $secretKey = randAlphaNum 32 }}
|
||||
{{- $secretKey = randAlphaNum 32 | b64enc }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: v1
|
||||
|
@ -32,7 +32,7 @@ stringData:
|
|||
{{- with .Values.euterpe.authentication.password }}
|
||||
"password": {{ . | quote }},
|
||||
{{- end }}
|
||||
"secret": {{ $secretKey | quote }}
|
||||
"secret": {{ $secretKey | b64dec | quote }}
|
||||
},
|
||||
|
||||
{{- $libraries := .Values.euterpe.libraries -}}
|
||||
|
@ -74,5 +74,5 @@ metadata:
|
|||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{/* Store secretKey to reuse */}}
|
||||
secret: {{ $secretKey | b64enc }}
|
||||
secret: {{ $secretKey }}
|
||||
{{- end }}
|
|
@ -1,99 +0,0 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-1.0.0](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-1.0.0) (2022-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Major Change to GUI
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
### Fix
|
||||
|
||||
- change container config label
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.44](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.44) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.43](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.43) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-0.0.42](https://github.com/truecharts/charts/compare/fireshare-0.0.41...fireshare-0.0.42) (2022-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
{{/* Define the secrets */}}
|
||||
{{- define "fireshare.secrets" -}}
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: fireshare-secrets
|
||||
{{- $fireshareprevious := lookup "v1" "Secret" .Release.Namespace "fireshare-secrets" }}
|
||||
{{- $secret_key := "" }}
|
||||
data:
|
||||
{{- if $fireshareprevious}}
|
||||
SECRET_KEY: {{ index $fireshareprevious.data "SECRET_KEY" }}
|
||||
{{- else }}
|
||||
{{- $secret_key := randAlphaNum 32 }}
|
||||
SECRET_KEY: {{ $secret_key | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.3](https://github.com/truecharts/charts/compare/fireshare-2.0.2...fireshare-2.0.3) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.2](https://github.com/truecharts/charts/compare/fireshare-2.0.1...fireshare-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
|
||||
|
||||
## [fireshare-2.0.1](https://github.com/truecharts/charts/compare/fireshare-2.0.0...fireshare-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.4
|
||||
description: "Share your game clips, videos, or other media via unique links."
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
deprecated: false
|
||||
home: https://truecharts.org/docs/charts/incubator/fireshare
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [fireshare-2.0.3](https://github.com/truecharts/charts/compare/fireshare-2.0.2...fireshare-2.0.3) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{{/* Define the secrets */}}
|
||||
{{- define "fireshare.secrets" -}}
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: fireshare-secrets
|
||||
data:
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace "fireshare-secrets") }}
|
||||
SECRET_KEY: {{ index .data "SECRET_KEY" }}
|
||||
{{- else }}
|
||||
SECRET_KEY: {{ randAlphaNum 32 | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netbox-3.0.10](https://github.com/truecharts/charts/compare/netbox-3.0.9...netbox-3.0.10) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.9](https://github.com/truecharts/charts/compare/netbox-3.0.8...netbox-3.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [netbox-3.0.7](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.7) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.7](https://github.com/truecharts/charts/compare/netbox-3.0.6...netbox-3.0.7) (2022-11-29)
|
||||
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ name: netbox
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbox
|
||||
- https://github.com/netbox-community/netbox-docker
|
||||
version: 3.0.9
|
||||
version: 3.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netbox-3.0.10](https://github.com/truecharts/charts/compare/netbox-3.0.9...netbox-3.0.10) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
|
@ -524,7 +524,6 @@ questions:
|
|||
description: By default uploaded media is stored on the local filesystem. Using Django-storages is also supported. Provide the class path of the storage driver in storage_backend and any configuration options in storage_config.
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: storage_config
|
||||
label: Storage Config
|
||||
|
@ -570,6 +569,8 @@ questions:
|
|||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: backend
|
||||
label: Backend
|
||||
schema:
|
|
@ -7,7 +7,7 @@
|
|||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
|
||||
{{- $secret_key = (index .data "secret_key") }}
|
||||
{{- else }}
|
||||
{{- $secret_key = randAlphaNum 64 }}
|
||||
{{- $secret_key = randAlphaNum 64 | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
---
|
||||
|
@ -20,7 +20,7 @@ metadata:
|
|||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
secret_key: {{ $secret_key | b64enc }}
|
||||
secret_key: {{ $secret_key }}
|
||||
stringData:
|
||||
config.py: |
|
||||
ALLOWED_HOSTS = [
|
||||
|
@ -57,7 +57,7 @@ stringData:
|
|||
}
|
||||
}
|
||||
|
||||
SECRET_KEY = '{{ $secret_key }}'
|
||||
SECRET_KEY = '{{ $secret_key | b64dec }}'
|
||||
|
||||
{{- with .Values.netbox.admins }}
|
||||
ADMINS = [
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [netbox-3.0.9](https://github.com/truecharts/charts/compare/netbox-3.0.8...netbox-3.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [meshcentral-9.0.12](https://github.com/truecharts/charts/compare/meshcentral-9.0.11...meshcentral-9.0.12) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [meshcentral-9.0.8](https://github.com/truecharts/charts/compare/meshcentral-9.0.7...meshcentral-9.0.8) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [meshcentral-9.0.8](https://github.com/truecharts/charts/compare/meshcentral-9.0.7...meshcentral-9.0.8) (2022-11-29)
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: meshcentral
|
||||
version: 9.0.11
|
||||
version: 9.0.12
|
||||
appVersion: "1.1.1"
|
||||
description: MeshCentral is a full computer management web site
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [meshcentral-9.0.12](https://github.com/truecharts/charts/compare/meshcentral-9.0.11...meshcentral-9.0.12) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/ylianst/meshcentral
|
||||
repository: tccr.io/truecharts/meshcentral
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.1@sha256:fc31e9430fbbbc4cbebb8a008133468d9f2ebde37afe8d67fe47f42038cc687b
|
||||
tag: 1.1.1@sha256:1719ae34bfec743049d5e415d9a89a472e707fb9dfb1f64c33df70141db09032
|
||||
|
||||
command:
|
||||
- node
|
|
@ -32,7 +32,7 @@
|
|||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretStorageName) }}
|
||||
{{- $sessionKey = (index .data "session_key") }}
|
||||
{{- else }}
|
||||
{{- $sessionKey = randAlphaNum 32 }}
|
||||
{{- $sessionKey = randAlphaNum 32 | b64enc}}
|
||||
{{- end }}
|
||||
|
||||
{{/* Inject some values */}}
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
{{- $_ := set $config.settings "mongoDB" (.Values.mongodb.url.complete | trimAll "\"") }}
|
||||
{{- $_ := set $config.settings "mongoDbName" .Values.mongodb.mongodbDatabase }}
|
||||
{{- $_ := set $config.settings "sessionKey" $sessionKey }}
|
||||
{{- $_ := set $config.settings "sessionKey" ($sessionKey | b64dec) }}
|
||||
{{- $_ := set $config.settings "port" .Values.service.main.ports.main.port }}
|
||||
|
||||
{{/* Force disable some functions that are not appliable in docker */}}
|
||||
|
@ -77,7 +77,7 @@ metadata:
|
|||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{/* Store session_key to reuse */}}
|
||||
session_key: {{ $sessionKey | b64enc }}
|
||||
session_key: {{ $sessionKey }}
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue