Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-27 08:08:07 +00:00
parent e1ee69b334
commit 6e1d90fb03
13 changed files with 16 additions and 16 deletions

View File

@ -2,6 +2,19 @@
## [meshcentral-5.0.9](https://github.com/truecharts/charts/compare/meshcentral-5.0.8...meshcentral-5.0.9) (2022-10-27)
### Chore
- Auto-update chart README [skip ci]
### Fix
- whops ([#4207](https://github.com/truecharts/charts/issues/4207))
## [meshcentral-5.0.8](https://github.com/truecharts/charts/compare/meshcentral-5.0.7...meshcentral-5.0.8) (2022-10-27)
### Chore
@ -84,16 +97,3 @@
- use transitioning variable tcdefaultdomain in scale GUI ([#4184](https://github.com/truecharts/charts/issues/4184))
## [meshcentral-5.0.1](https://github.com/truecharts/charts/compare/meshcentral-5.0.0...meshcentral-5.0.1) (2022-10-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4181](https://github.com/truecharts/charts/issues/4181))

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 2.0.40
digest: sha256:d4f7a8e0a0b71397241720094b69aaafad84c580c21f86c83d521e03affddb20
generated: "2022-10-27T05:54:16.795120473Z"
generated: "2022-10-27T08:06:13.936954863Z"

View File

@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.90"
version: 5.0.8
version: 5.0.9
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@ -59,7 +59,7 @@ metadata:
data:
{{/* Store session_key to reuse */}}
session_key: {{ $sessionKey | b64enc }}
trigger_redeploy: {{ randAlpha 5 }}
trigger_redeploy: {{ randAlpha 5 | b64enc }}
{{/* The actual config */}}
config.json: |
{{- toPrettyJson (fromYaml $config) | b64enc | nindent 4 }}