diff --git a/stable/meshcentral/9.0.22/app-changelog.md b/stable/meshcentral/9.0.22/app-changelog.md deleted file mode 100644 index 50f5ce381c..0000000000 --- a/stable/meshcentral/9.0.22/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [meshcentral-9.0.22](https://github.com/truecharts/charts/compare/meshcentral-9.0.21...meshcentral-9.0.22) (2022-12-27) - diff --git a/stable/meshcentral/9.0.22/CHANGELOG.md b/stable/meshcentral/9.0.23/CHANGELOG.md similarity index 94% rename from stable/meshcentral/9.0.22/CHANGELOG.md rename to stable/meshcentral/9.0.23/CHANGELOG.md index 8c56fbdd81..a9ac8fdca9 100644 --- a/stable/meshcentral/9.0.22/CHANGELOG.md +++ b/stable/meshcentral/9.0.23/CHANGELOG.md @@ -4,6 +4,11 @@ +## [meshcentral-9.0.23](https://github.com/truecharts/charts/compare/meshcentral-9.0.22...meshcentral-9.0.23) (2022-12-27) + + + + ## [meshcentral-9.0.22](https://github.com/truecharts/charts/compare/meshcentral-9.0.21...meshcentral-9.0.22) (2022-12-27) @@ -92,8 +97,3 @@ - decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258)) - - - -## [meshcentral-9.0.11](https://github.com/truecharts/charts/compare/meshcentral-9.0.10...meshcentral-9.0.11) (2022-12-10) - diff --git a/stable/meshcentral/9.0.22/Chart.yaml b/stable/meshcentral/9.0.23/Chart.yaml similarity index 98% rename from stable/meshcentral/9.0.22/Chart.yaml rename to stable/meshcentral/9.0.23/Chart.yaml index 26b5161439..631b9914e1 100644 --- a/stable/meshcentral/9.0.22/Chart.yaml +++ b/stable/meshcentral/9.0.23/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 9.0.22 +version: 9.0.23 appVersion: "1.1.2" description: MeshCentral is a full computer management web site type: application diff --git a/stable/meshcentral/9.0.22/README.md b/stable/meshcentral/9.0.23/README.md similarity index 100% rename from stable/meshcentral/9.0.22/README.md rename to stable/meshcentral/9.0.23/README.md diff --git a/stable/meshcentral/9.0.23/app-changelog.md b/stable/meshcentral/9.0.23/app-changelog.md new file mode 100644 index 0000000000..a67a2cb1a8 --- /dev/null +++ b/stable/meshcentral/9.0.23/app-changelog.md @@ -0,0 +1,4 @@ + + +## [meshcentral-9.0.23](https://github.com/truecharts/charts/compare/meshcentral-9.0.22...meshcentral-9.0.23) (2022-12-27) + diff --git a/stable/meshcentral/9.0.22/app-readme.md b/stable/meshcentral/9.0.23/app-readme.md similarity index 100% rename from stable/meshcentral/9.0.22/app-readme.md rename to stable/meshcentral/9.0.23/app-readme.md diff --git a/stable/meshcentral/9.0.22/charts/common-11.1.2.tgz b/stable/meshcentral/9.0.23/charts/common-11.1.2.tgz similarity index 100% rename from stable/meshcentral/9.0.22/charts/common-11.1.2.tgz rename to stable/meshcentral/9.0.23/charts/common-11.1.2.tgz diff --git a/stable/meshcentral/9.0.22/charts/mongodb-4.0.20.tgz b/stable/meshcentral/9.0.23/charts/mongodb-4.0.20.tgz similarity index 100% rename from stable/meshcentral/9.0.22/charts/mongodb-4.0.20.tgz rename to stable/meshcentral/9.0.23/charts/mongodb-4.0.20.tgz diff --git a/stable/meshcentral/9.0.22/ix_values.yaml b/stable/meshcentral/9.0.23/ix_values.yaml similarity index 100% rename from stable/meshcentral/9.0.22/ix_values.yaml rename to stable/meshcentral/9.0.23/ix_values.yaml diff --git a/stable/meshcentral/9.0.22/questions.yaml b/stable/meshcentral/9.0.23/questions.yaml similarity index 99% rename from stable/meshcentral/9.0.22/questions.yaml rename to stable/meshcentral/9.0.23/questions.yaml index f8ac20b6b0..b81cb176be 100644 --- a/stable/meshcentral/9.0.22/questions.yaml +++ b/stable/meshcentral/9.0.23/questions.yaml @@ -114,12 +114,14 @@ questions: description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local schema: type: string + required: true default: "" - variable: trustedProxy label: trustedProxy description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local schema: type: string + required: true default: "" - variable: WANonly label: WANonly diff --git a/stable/meshcentral/9.0.22/templates/_secret.tpl b/stable/meshcentral/9.0.23/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/9.0.22/templates/_secret.tpl rename to stable/meshcentral/9.0.23/templates/_secret.tpl diff --git a/stable/meshcentral/9.0.22/templates/common.yaml b/stable/meshcentral/9.0.23/templates/common.yaml similarity index 100% rename from stable/meshcentral/9.0.22/templates/common.yaml rename to stable/meshcentral/9.0.23/templates/common.yaml diff --git a/stable/meshcentral/9.0.22/values.yaml b/stable/meshcentral/9.0.23/values.yaml similarity index 100% rename from stable/meshcentral/9.0.22/values.yaml rename to stable/meshcentral/9.0.23/values.yaml