Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-17 15:36:21 +00:00
parent 0b77bd4d84
commit c5f1e025bf
14 changed files with 16 additions and 11 deletions

View File

@ -1,4 +0,0 @@
## [firezone-0.0.2](https://github.com/truecharts/charts/compare/firezone-0.0.1...firezone-0.0.2) (2023-06-17)

View File

@ -4,6 +4,11 @@
## [firezone-0.0.3](https://github.com/truecharts/charts/compare/firezone-0.0.2...firezone-0.0.3) (2023-06-17)
## [firezone-0.0.2](https://github.com/truecharts/charts/compare/firezone-0.0.1...firezone-0.0.2) (2023-06-17)

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/firezone
- https://github.com/firezone/firezone
type: application
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- vpn

View File

@ -0,0 +1,4 @@
## [firezone-0.0.3](https://github.com/truecharts/charts/compare/firezone-0.0.2...firezone-0.0.3) (2023-06-17)

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,12 +1,12 @@
{{/* Define the secrets */}}
{{- define "firezone.secrets" -}}
{{- $secretName := (printf "%s-firezone-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}}
{{- $keyGuardian := randAlphaNum 32 -}}
{{- $keyDatabase := randAlphaNum 32 -}}
{{- $keySecret := randAlphaNum 32 -}}
{{- $keyLive := randAlphaNum 32 -}}
{{- $keyCookieSigning := randAlphaNum 32 -}}
{{- $keyCookieEncrypt := randAlphaNum 32 -}}
{{- $keyGuardian := randAlphaNum 64 -}}
{{- $keyDatabase := randAlphaNum 64 -}}
{{- $keySecret := randAlphaNum 64 -}}
{{- $keyLive := randAlphaNum 64 -}}
{{- $keyCookieSigning := randAlphaNum 64 -}}
{{- $keyCookieEncrypt := randAlphaNum 64 -}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
{{- $keyGuardian = index .data "GUARDIAN_SECRET_KEY" | b64dec -}}
{{- $keyDatabase = index .data "DATABASE_ENCRYPTION_KEY" | b64dec -}}