From f809ed5d612660fc16fe8c19e911b996a609bfbe Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 30 Jan 2023 02:19:24 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../dontstarvetogether/2.0.7/app-changelog.md | 9 -- .../{2.0.7 => 2.0.8}/CHANGELOG.md | 18 +-- .../{2.0.7 => 2.0.8}/Chart.yaml | 2 +- .../{2.0.7 => 2.0.8}/README.md | 0 .../dontstarvetogether/2.0.8/app-changelog.md | 9 ++ .../{2.0.7 => 2.0.8}/app-readme.md | 2 +- .../{2.0.7 => 2.0.8}/charts/common-11.1.2.tgz | Bin .../{2.0.7 => 2.0.8}/ix_values.yaml | 2 +- .../{2.0.7 => 2.0.8}/questions.yaml | 153 +++++++++++------- .../{2.0.7 => 2.0.8}/templates/common.yaml | 0 .../{2.0.7 => 2.0.8}/values.yaml | 0 11 files changed, 118 insertions(+), 77 deletions(-) delete mode 100644 incubator/dontstarvetogether/2.0.7/app-changelog.md rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/CHANGELOG.md (89%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/Chart.yaml (98%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/README.md (100%) create mode 100644 incubator/dontstarvetogether/2.0.8/app-changelog.md rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/app-readme.md (74%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/charts/common-11.1.2.tgz (100%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/ix_values.yaml (92%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/questions.yaml (95%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/templates/common.yaml (100%) rename incubator/dontstarvetogether/{2.0.7 => 2.0.8}/values.yaml (100%) diff --git a/incubator/dontstarvetogether/2.0.7/app-changelog.md b/incubator/dontstarvetogether/2.0.7/app-changelog.md deleted file mode 100644 index 7edb612b258..00000000000 --- a/incubator/dontstarvetogether/2.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dontstarvetogether-2.0.7](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.6...dontstarvetogether-2.0.7) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/dontstarvetogether/2.0.7/CHANGELOG.md b/incubator/dontstarvetogether/2.0.8/CHANGELOG.md similarity index 89% rename from incubator/dontstarvetogether/2.0.7/CHANGELOG.md rename to incubator/dontstarvetogether/2.0.8/CHANGELOG.md index 849dddb90c3..9152f31eee4 100644 --- a/incubator/dontstarvetogether/2.0.7/CHANGELOG.md +++ b/incubator/dontstarvetogether/2.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dontstarvetogether-2.0.8](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.7...dontstarvetogether-2.0.8) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/dontstarvetogether to latest + + + + ## [dontstarvetogether-2.0.7](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.6...dontstarvetogether-2.0.7) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [dontstarvetogether-2.0.2](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.1...dontstarvetogether-2.0.2) (2022-11-30) - - - - -## [dontstarvetogether-2.0.2](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.1...dontstarvetogether-2.0.2) (2022-11-30) - - diff --git a/incubator/dontstarvetogether/2.0.7/Chart.yaml b/incubator/dontstarvetogether/2.0.8/Chart.yaml similarity index 98% rename from incubator/dontstarvetogether/2.0.7/Chart.yaml rename to incubator/dontstarvetogether/2.0.8/Chart.yaml index 1b17d895c55..12c33c4d3d0 100644 --- a/incubator/dontstarvetogether/2.0.7/Chart.yaml +++ b/incubator/dontstarvetogether/2.0.8/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://www.klei.com/games/dont-starve-together - https://hub.docker.com/r/ich777/steamcmd/ type: application -version: 2.0.7 +version: 2.0.8 diff --git a/incubator/dontstarvetogether/2.0.7/README.md b/incubator/dontstarvetogether/2.0.8/README.md similarity index 100% rename from incubator/dontstarvetogether/2.0.7/README.md rename to incubator/dontstarvetogether/2.0.8/README.md diff --git a/incubator/dontstarvetogether/2.0.8/app-changelog.md b/incubator/dontstarvetogether/2.0.8/app-changelog.md new file mode 100644 index 00000000000..1f65dc94c88 --- /dev/null +++ b/incubator/dontstarvetogether/2.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dontstarvetogether-2.0.8](https://github.com/truecharts/charts/compare/dontstarvetogether-2.0.7...dontstarvetogether-2.0.8) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/dontstarvetogether to latest + + \ No newline at end of file diff --git a/incubator/dontstarvetogether/2.0.7/app-readme.md b/incubator/dontstarvetogether/2.0.8/app-readme.md similarity index 74% rename from incubator/dontstarvetogether/2.0.7/app-readme.md rename to incubator/dontstarvetogether/2.0.8/app-readme.md index 917adfb34f0..965a8bca034 100644 --- a/incubator/dontstarvetogether/2.0.7/app-readme.md +++ b/incubator/dontstarvetogether/2.0.8/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/incubator/dontstarvetogether/2.0.7/charts/common-11.1.2.tgz b/incubator/dontstarvetogether/2.0.8/charts/common-11.1.2.tgz similarity index 100% rename from incubator/dontstarvetogether/2.0.7/charts/common-11.1.2.tgz rename to incubator/dontstarvetogether/2.0.8/charts/common-11.1.2.tgz diff --git a/incubator/dontstarvetogether/2.0.7/ix_values.yaml b/incubator/dontstarvetogether/2.0.8/ix_values.yaml similarity index 92% rename from incubator/dontstarvetogether/2.0.7/ix_values.yaml rename to incubator/dontstarvetogether/2.0.8/ix_values.yaml index 2acb5f28806..198341436b6 100644 --- a/incubator/dontstarvetogether/2.0.7/ix_values.yaml +++ b/incubator/dontstarvetogether/2.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/dontstarvetogether - tag: latest@sha256:6da09b46afda53996f570ce6e1e47473d10742056e46ec917023cf7cfc5c66ab + tag: latest@sha256:4e6b786b097ab97d5dc0aeac7850024c655500d58ac40eb3386a4cde677e23a7 podSecurityContext: runAsGroup: 0 diff --git a/incubator/dontstarvetogether/2.0.7/questions.yaml b/incubator/dontstarvetogether/2.0.8/questions.yaml similarity index 95% rename from incubator/dontstarvetogether/2.0.7/questions.yaml rename to incubator/dontstarvetogether/2.0.8/questions.yaml index bae4cbe631a..a944eea45c8 100644 --- a/incubator/dontstarvetogether/2.0.7/questions.yaml +++ b/incubator/dontstarvetogether/2.0.8/questions.yaml @@ -919,10 +919,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + 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 + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -943,12 +950,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1060,11 +1081,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + 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 + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -1084,12 +1112,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1316,58 +1357,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/incubator/dontstarvetogether/2.0.7/templates/common.yaml b/incubator/dontstarvetogether/2.0.8/templates/common.yaml similarity index 100% rename from incubator/dontstarvetogether/2.0.7/templates/common.yaml rename to incubator/dontstarvetogether/2.0.8/templates/common.yaml diff --git a/incubator/dontstarvetogether/2.0.7/values.yaml b/incubator/dontstarvetogether/2.0.8/values.yaml similarity index 100% rename from incubator/dontstarvetogether/2.0.7/values.yaml rename to incubator/dontstarvetogether/2.0.8/values.yaml