diff --git a/incubator/firezone/0.0.2/app-changelog.md b/incubator/firezone/0.0.2/app-changelog.md deleted file mode 100644 index a5258a1e688..00000000000 --- a/incubator/firezone/0.0.2/app-changelog.md +++ /dev/null @@ -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) - diff --git a/incubator/firezone/0.0.2/CHANGELOG.md b/incubator/firezone/0.0.3/CHANGELOG.md similarity index 77% rename from incubator/firezone/0.0.2/CHANGELOG.md rename to incubator/firezone/0.0.3/CHANGELOG.md index 7bdbfea12f6..b9ccc313c56 100644 --- a/incubator/firezone/0.0.2/CHANGELOG.md +++ b/incubator/firezone/0.0.3/CHANGELOG.md @@ -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) diff --git a/incubator/firezone/0.0.2/Chart.yaml b/incubator/firezone/0.0.3/Chart.yaml similarity index 98% rename from incubator/firezone/0.0.2/Chart.yaml rename to incubator/firezone/0.0.3/Chart.yaml index 2b945b5d046..5247f9a3f84 100644 --- a/incubator/firezone/0.0.2/Chart.yaml +++ b/incubator/firezone/0.0.3/Chart.yaml @@ -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 diff --git a/incubator/firezone/0.0.2/README.md b/incubator/firezone/0.0.3/README.md similarity index 100% rename from incubator/firezone/0.0.2/README.md rename to incubator/firezone/0.0.3/README.md diff --git a/incubator/firezone/0.0.3/app-changelog.md b/incubator/firezone/0.0.3/app-changelog.md new file mode 100644 index 00000000000..4d4671d2749 --- /dev/null +++ b/incubator/firezone/0.0.3/app-changelog.md @@ -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) + diff --git a/incubator/firezone/0.0.2/app-readme.md b/incubator/firezone/0.0.3/app-readme.md similarity index 100% rename from incubator/firezone/0.0.2/app-readme.md rename to incubator/firezone/0.0.3/app-readme.md diff --git a/incubator/firezone/0.0.2/charts/common-12.14.2.tgz b/incubator/firezone/0.0.3/charts/common-12.14.2.tgz similarity index 100% rename from incubator/firezone/0.0.2/charts/common-12.14.2.tgz rename to incubator/firezone/0.0.3/charts/common-12.14.2.tgz diff --git a/incubator/firezone/0.0.2/ix_values.yaml b/incubator/firezone/0.0.3/ix_values.yaml similarity index 100% rename from incubator/firezone/0.0.2/ix_values.yaml rename to incubator/firezone/0.0.3/ix_values.yaml diff --git a/incubator/firezone/0.0.2/logo.png b/incubator/firezone/0.0.3/logo.png similarity index 100% rename from incubator/firezone/0.0.2/logo.png rename to incubator/firezone/0.0.3/logo.png diff --git a/incubator/firezone/0.0.2/questions.yaml b/incubator/firezone/0.0.3/questions.yaml similarity index 100% rename from incubator/firezone/0.0.2/questions.yaml rename to incubator/firezone/0.0.3/questions.yaml diff --git a/incubator/firezone/0.0.2/templates/NOTES.txt b/incubator/firezone/0.0.3/templates/NOTES.txt similarity index 100% rename from incubator/firezone/0.0.2/templates/NOTES.txt rename to incubator/firezone/0.0.3/templates/NOTES.txt diff --git a/incubator/firezone/0.0.2/templates/_secrets.tpl b/incubator/firezone/0.0.3/templates/_secrets.tpl similarity index 78% rename from incubator/firezone/0.0.2/templates/_secrets.tpl rename to incubator/firezone/0.0.3/templates/_secrets.tpl index 8390618aad5..8e3a689c668 100644 --- a/incubator/firezone/0.0.2/templates/_secrets.tpl +++ b/incubator/firezone/0.0.3/templates/_secrets.tpl @@ -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 -}} diff --git a/incubator/firezone/0.0.2/templates/common.yaml b/incubator/firezone/0.0.3/templates/common.yaml similarity index 100% rename from incubator/firezone/0.0.2/templates/common.yaml rename to incubator/firezone/0.0.3/templates/common.yaml diff --git a/incubator/firezone/0.0.2/values.yaml b/incubator/firezone/0.0.3/values.yaml similarity index 100% rename from incubator/firezone/0.0.2/values.yaml rename to incubator/firezone/0.0.3/values.yaml