From 4490578f7367fbb2821b54d330fff7ba1e507048 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 3 Nov 2023 22:46:51 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/dashy/3.0.23/app-changelog.md | 9 ------ stable/dashy/{3.0.23 => 3.0.24}/CHANGELOG.md | 9 ++++++ stable/dashy/{3.0.23 => 3.0.24}/Chart.yaml | 2 +- stable/dashy/{3.0.23 => 3.0.24}/README.md | 0 stable/dashy/3.0.24/app-changelog.md | 9 ++++++ stable/dashy/{3.0.23 => 3.0.24}/app-readme.md | 0 .../charts/common-14.2.2.tgz | Bin .../dashy/{3.0.23 => 3.0.24}/ix_values.yaml | 2 +- .../dashy/{3.0.23 => 3.0.24}/questions.yaml | 28 +++++++++++++----- .../{3.0.23 => 3.0.24}/templates/NOTES.txt | 0 .../templates/_configmap.tpl | 0 .../{3.0.23 => 3.0.24}/templates/common.yaml | 0 stable/dashy/{3.0.23 => 3.0.24}/values.yaml | 0 13 files changed, 40 insertions(+), 19 deletions(-) delete mode 100644 stable/dashy/3.0.23/app-changelog.md rename stable/dashy/{3.0.23 => 3.0.24}/CHANGELOG.md (89%) rename stable/dashy/{3.0.23 => 3.0.24}/Chart.yaml (97%) rename stable/dashy/{3.0.23 => 3.0.24}/README.md (100%) create mode 100644 stable/dashy/3.0.24/app-changelog.md rename stable/dashy/{3.0.23 => 3.0.24}/app-readme.md (100%) rename stable/dashy/{3.0.23 => 3.0.24}/charts/common-14.2.2.tgz (100%) rename stable/dashy/{3.0.23 => 3.0.24}/ix_values.yaml (94%) rename stable/dashy/{3.0.23 => 3.0.24}/questions.yaml (98%) rename stable/dashy/{3.0.23 => 3.0.24}/templates/NOTES.txt (100%) rename stable/dashy/{3.0.23 => 3.0.24}/templates/_configmap.tpl (100%) rename stable/dashy/{3.0.23 => 3.0.24}/templates/common.yaml (100%) rename stable/dashy/{3.0.23 => 3.0.24}/values.yaml (100%) diff --git a/stable/dashy/3.0.23/app-changelog.md b/stable/dashy/3.0.23/app-changelog.md deleted file mode 100644 index 47aebdffd9..0000000000 --- a/stable/dashy/3.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dashy-3.0.23](https://github.com/truecharts/charts/compare/dashy-3.0.22...dashy-3.0.23) (2023-11-03) - -### Chore - -- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287)) - - \ No newline at end of file diff --git a/stable/dashy/3.0.23/CHANGELOG.md b/stable/dashy/3.0.24/CHANGELOG.md similarity index 89% rename from stable/dashy/3.0.23/CHANGELOG.md rename to stable/dashy/3.0.24/CHANGELOG.md index e7164978eb..a8f9d7a0fe 100644 --- a/stable/dashy/3.0.23/CHANGELOG.md +++ b/stable/dashy/3.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dashy-3.0.24](https://github.com/truecharts/charts/compare/dashy-3.0.23...dashy-3.0.24) (2023-11-03) + +### Chore + +- update container image tccr.io/truecharts/dashy to v2.1.1 ([#14314](https://github.com/truecharts/charts/issues/14314)) + + + + ## [dashy-3.0.23](https://github.com/truecharts/charts/compare/dashy-3.0.22...dashy-3.0.23) (2023-11-03) ### Chore diff --git a/stable/dashy/3.0.23/Chart.yaml b/stable/dashy/3.0.24/Chart.yaml similarity index 97% rename from stable/dashy/3.0.23/Chart.yaml rename to stable/dashy/3.0.24/Chart.yaml index d6af2ed26e..dfd04848c5 100644 --- a/stable/dashy/3.0.23/Chart.yaml +++ b/stable/dashy/3.0.24/Chart.yaml @@ -18,7 +18,7 @@ name: dashy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://github.com/Lissy93/dashy -version: 3.0.23 +version: 3.0.24 annotations: truecharts.org/category: dashboard truecharts.org/SCALE-support: "true" diff --git a/stable/dashy/3.0.23/README.md b/stable/dashy/3.0.24/README.md similarity index 100% rename from stable/dashy/3.0.23/README.md rename to stable/dashy/3.0.24/README.md diff --git a/stable/dashy/3.0.24/app-changelog.md b/stable/dashy/3.0.24/app-changelog.md new file mode 100644 index 0000000000..813be35c5b --- /dev/null +++ b/stable/dashy/3.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dashy-3.0.24](https://github.com/truecharts/charts/compare/dashy-3.0.23...dashy-3.0.24) (2023-11-03) + +### Chore + +- update container image tccr.io/truecharts/dashy to v2.1.1 ([#14314](https://github.com/truecharts/charts/issues/14314)) + + \ No newline at end of file diff --git a/stable/dashy/3.0.23/app-readme.md b/stable/dashy/3.0.24/app-readme.md similarity index 100% rename from stable/dashy/3.0.23/app-readme.md rename to stable/dashy/3.0.24/app-readme.md diff --git a/stable/dashy/3.0.23/charts/common-14.2.2.tgz b/stable/dashy/3.0.24/charts/common-14.2.2.tgz similarity index 100% rename from stable/dashy/3.0.23/charts/common-14.2.2.tgz rename to stable/dashy/3.0.24/charts/common-14.2.2.tgz diff --git a/stable/dashy/3.0.23/ix_values.yaml b/stable/dashy/3.0.24/ix_values.yaml similarity index 94% rename from stable/dashy/3.0.23/ix_values.yaml rename to stable/dashy/3.0.24/ix_values.yaml index a7650100d3..aa0a60fd5d 100644 --- a/stable/dashy/3.0.23/ix_values.yaml +++ b/stable/dashy/3.0.24/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/dashy - tag: v2.1.1@sha256:56b45902128116f7f8c6f82936c4ebd44cf0092957f30fab14b476b7b72cb465 + tag: v2.1.1@sha256:6e96a896d292b6e84cbdc265b18a2884e7b2528b7cae06f0eb6f6ec8d228afb9 pullPolicy: IfNotPresent securityContext: diff --git a/stable/dashy/3.0.23/questions.yaml b/stable/dashy/3.0.24/questions.yaml similarity index 98% rename from stable/dashy/3.0.23/questions.yaml rename to stable/dashy/3.0.24/questions.yaml index b62371ce07..e7fc93b602 100644 --- a/stable/dashy/3.0.23/questions.yaml +++ b/stable/dashy/3.0.24/questions.yaml @@ -854,6 +854,12 @@ questions: default: websecure show_if: [["advanced", "=", true]] required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false - variable: ingressClassName label: (Advanced/Optional) IngressClass Name schema: @@ -892,12 +898,12 @@ questions: schema: type: string default: "" - - variable: 'clusterCertificate (Advanced)' - label: Cluster Certificate + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: 'Use Custom Certificate Secret (Advanced)' @@ -941,6 +947,12 @@ questions: schema: type: string default: "" + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false - variable: hosts label: Hosts schema: @@ -998,8 +1010,8 @@ questions: label: Service Port schema: type: int - - variable: clusterIssuer - label: clusterIssuer + - variable: certificateIssuer + label: certificateIssuer description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' schema: type: string @@ -1029,7 +1041,7 @@ questions: type: string default: "" required: true - - variable: clusterIssuer + - variable: certificateIssuer label: Use Cert-Manager clusterIssuer description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: @@ -1043,8 +1055,8 @@ questions: $ref: - "definitions/certificate" - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string show_if: [["clusterIssuer", "=", ""]] diff --git a/stable/dashy/3.0.23/templates/NOTES.txt b/stable/dashy/3.0.24/templates/NOTES.txt similarity index 100% rename from stable/dashy/3.0.23/templates/NOTES.txt rename to stable/dashy/3.0.24/templates/NOTES.txt diff --git a/stable/dashy/3.0.23/templates/_configmap.tpl b/stable/dashy/3.0.24/templates/_configmap.tpl similarity index 100% rename from stable/dashy/3.0.23/templates/_configmap.tpl rename to stable/dashy/3.0.24/templates/_configmap.tpl diff --git a/stable/dashy/3.0.23/templates/common.yaml b/stable/dashy/3.0.24/templates/common.yaml similarity index 100% rename from stable/dashy/3.0.23/templates/common.yaml rename to stable/dashy/3.0.24/templates/common.yaml diff --git a/stable/dashy/3.0.23/values.yaml b/stable/dashy/3.0.24/values.yaml similarity index 100% rename from stable/dashy/3.0.23/values.yaml rename to stable/dashy/3.0.24/values.yaml