Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-09-27 05:58:15 +00:00
parent e5c73b4d66
commit 7a2b426427
15 changed files with 29 additions and 15 deletions

View File

@ -1,8 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30)

View File

@ -1,4 +0,0 @@
## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30)

View File

@ -0,0 +1,17 @@
**Important:**
*for the complete changelog, please refer to the website*
## [plausible-5.0.2](https://github.com/truecharts/charts/compare/plausible-5.0.1...plausible-5.0.2) (2023-09-27)
### Fix
- Increase secret_key_base length to 64 bytes ([#12947](https://github.com/truecharts/charts/issues/12947))
## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30)

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/plausible/analytics
- https://github.com/plausible/hosting
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- analytics

View File

@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -0,0 +1,9 @@
## [plausible-5.0.2](https://github.com/truecharts/charts/compare/plausible-5.0.1...plausible-5.0.2) (2023-09-27)
### Fix
- Increase secret_key_base length to 64 bytes ([#12947](https://github.com/truecharts/charts/issues/12947))

View File

@ -7,7 +7,7 @@
{{- $maxmind := $plausible.maxmind -}}
{{- $google := $plausible.google -}}
{{- $baseKey := randAlphaNum 32 -}}
{{- $baseKey := randAlphaNum 64 -}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
{{- $baseKey = index .data "SECRET_KEY_BASE" | b64dec -}}
{{- end }}