diff --git a/incubator/meshcentral/5.0.8/CHANGELOG.md b/incubator/meshcentral/5.0.9/CHANGELOG.md similarity index 90% rename from incubator/meshcentral/5.0.8/CHANGELOG.md rename to incubator/meshcentral/5.0.9/CHANGELOG.md index f7088e86d90..bba201e634f 100644 --- a/incubator/meshcentral/5.0.8/CHANGELOG.md +++ b/incubator/meshcentral/5.0.9/CHANGELOG.md @@ -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)) - - - - diff --git a/incubator/meshcentral/5.0.8/Chart.lock b/incubator/meshcentral/5.0.9/Chart.lock similarity index 85% rename from incubator/meshcentral/5.0.8/Chart.lock rename to incubator/meshcentral/5.0.9/Chart.lock index f0e763e5539..351d4b1b695 100644 --- a/incubator/meshcentral/5.0.8/Chart.lock +++ b/incubator/meshcentral/5.0.9/Chart.lock @@ -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" diff --git a/incubator/meshcentral/5.0.8/Chart.yaml b/incubator/meshcentral/5.0.9/Chart.yaml similarity index 98% rename from incubator/meshcentral/5.0.8/Chart.yaml rename to incubator/meshcentral/5.0.9/Chart.yaml index bf58cc3a824..7b8607902d4 100644 --- a/incubator/meshcentral/5.0.8/Chart.yaml +++ b/incubator/meshcentral/5.0.9/Chart.yaml @@ -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 diff --git a/incubator/meshcentral/5.0.8/README.md b/incubator/meshcentral/5.0.9/README.md similarity index 100% rename from incubator/meshcentral/5.0.8/README.md rename to incubator/meshcentral/5.0.9/README.md diff --git a/incubator/meshcentral/5.0.8/app-readme.md b/incubator/meshcentral/5.0.9/app-readme.md similarity index 100% rename from incubator/meshcentral/5.0.8/app-readme.md rename to incubator/meshcentral/5.0.9/app-readme.md diff --git a/incubator/meshcentral/5.0.8/charts/common-10.7.7.tgz b/incubator/meshcentral/5.0.9/charts/common-10.7.7.tgz similarity index 100% rename from incubator/meshcentral/5.0.8/charts/common-10.7.7.tgz rename to incubator/meshcentral/5.0.9/charts/common-10.7.7.tgz diff --git a/incubator/meshcentral/5.0.8/charts/mongodb-2.0.40.tgz b/incubator/meshcentral/5.0.9/charts/mongodb-2.0.40.tgz similarity index 100% rename from incubator/meshcentral/5.0.8/charts/mongodb-2.0.40.tgz rename to incubator/meshcentral/5.0.9/charts/mongodb-2.0.40.tgz diff --git a/incubator/meshcentral/5.0.8/ci/ci-values.yaml b/incubator/meshcentral/5.0.9/ci/ci-values.yaml similarity index 100% rename from incubator/meshcentral/5.0.8/ci/ci-values.yaml rename to incubator/meshcentral/5.0.9/ci/ci-values.yaml diff --git a/incubator/meshcentral/5.0.8/ix_values.yaml b/incubator/meshcentral/5.0.9/ix_values.yaml similarity index 100% rename from incubator/meshcentral/5.0.8/ix_values.yaml rename to incubator/meshcentral/5.0.9/ix_values.yaml diff --git a/incubator/meshcentral/5.0.8/questions.yaml b/incubator/meshcentral/5.0.9/questions.yaml similarity index 100% rename from incubator/meshcentral/5.0.8/questions.yaml rename to incubator/meshcentral/5.0.9/questions.yaml diff --git a/incubator/meshcentral/5.0.8/templates/_secret.tpl b/incubator/meshcentral/5.0.9/templates/_secret.tpl similarity index 98% rename from incubator/meshcentral/5.0.8/templates/_secret.tpl rename to incubator/meshcentral/5.0.9/templates/_secret.tpl index 1a521550a61..07dc63dcb1c 100644 --- a/incubator/meshcentral/5.0.8/templates/_secret.tpl +++ b/incubator/meshcentral/5.0.9/templates/_secret.tpl @@ -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 }} diff --git a/incubator/meshcentral/5.0.8/templates/common.yaml b/incubator/meshcentral/5.0.9/templates/common.yaml similarity index 100% rename from incubator/meshcentral/5.0.8/templates/common.yaml rename to incubator/meshcentral/5.0.9/templates/common.yaml diff --git a/incubator/meshcentral/5.0.8/values.yaml b/incubator/meshcentral/5.0.9/values.yaml similarity index 100% rename from incubator/meshcentral/5.0.8/values.yaml rename to incubator/meshcentral/5.0.9/values.yaml