From 6fa4279bb276efa63686ec6f534fa5abb3e11fe8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 1 Nov 2023 22:40:45 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/soft-serve/3.0.7/app-changelog.md | 9 ----- .../soft-serve/{3.0.7 => 3.0.8}/CHANGELOG.md | 18 +++++----- stable/soft-serve/{3.0.7 => 3.0.8}/Chart.yaml | 4 +-- stable/soft-serve/{3.0.7 => 3.0.8}/README.md | 0 stable/soft-serve/3.0.8/app-changelog.md | 9 +++++ .../soft-serve/{3.0.7 => 3.0.8}/app-readme.md | 0 .../{3.0.7 => 3.0.8}/charts/common-14.2.0.tgz | Bin .../{3.0.7 => 3.0.8}/ix_values.yaml | 2 +- .../{3.0.7 => 3.0.8}/questions.yaml | 34 ++++++++---------- .../{3.0.7 => 3.0.8}/templates/NOTES.txt | 0 .../{3.0.7 => 3.0.8}/templates/_secret.tpl | 0 .../{3.0.7 => 3.0.8}/templates/common.yaml | 0 .../soft-serve/{3.0.7 => 3.0.8}/values.yaml | 0 13 files changed, 35 insertions(+), 41 deletions(-) delete mode 100644 stable/soft-serve/3.0.7/app-changelog.md rename stable/soft-serve/{3.0.7 => 3.0.8}/CHANGELOG.md (90%) rename stable/soft-serve/{3.0.7 => 3.0.8}/Chart.yaml (95%) rename stable/soft-serve/{3.0.7 => 3.0.8}/README.md (100%) create mode 100644 stable/soft-serve/3.0.8/app-changelog.md rename stable/soft-serve/{3.0.7 => 3.0.8}/app-readme.md (100%) rename stable/soft-serve/{3.0.7 => 3.0.8}/charts/common-14.2.0.tgz (100%) rename stable/soft-serve/{3.0.7 => 3.0.8}/ix_values.yaml (89%) rename stable/soft-serve/{3.0.7 => 3.0.8}/questions.yaml (99%) rename stable/soft-serve/{3.0.7 => 3.0.8}/templates/NOTES.txt (100%) rename stable/soft-serve/{3.0.7 => 3.0.8}/templates/_secret.tpl (100%) rename stable/soft-serve/{3.0.7 => 3.0.8}/templates/common.yaml (100%) rename stable/soft-serve/{3.0.7 => 3.0.8}/values.yaml (100%) diff --git a/stable/soft-serve/3.0.7/app-changelog.md b/stable/soft-serve/3.0.7/app-changelog.md deleted file mode 100644 index a92806d6ca9..00000000000 --- a/stable/soft-serve/3.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [soft-serve-3.0.7](https://github.com/truecharts/charts/compare/soft-serve-3.0.6...soft-serve-3.0.7) (2023-10-29) - -### Chore - -- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094)) - - \ No newline at end of file diff --git a/stable/soft-serve/3.0.7/CHANGELOG.md b/stable/soft-serve/3.0.8/CHANGELOG.md similarity index 90% rename from stable/soft-serve/3.0.7/CHANGELOG.md rename to stable/soft-serve/3.0.8/CHANGELOG.md index 0c3b4d3265d..b386381b351 100644 --- a/stable/soft-serve/3.0.7/CHANGELOG.md +++ b/stable/soft-serve/3.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [soft-serve-3.0.8](https://github.com/truecharts/charts/compare/soft-serve-3.0.7...soft-serve-3.0.8) (2023-11-01) + +### Chore + +- update container image tccr.io/truecharts/soft-serve to v0.7.1 ([#14228](https://github.com/truecharts/charts/issues/14228)) + + + + ## [soft-serve-3.0.7](https://github.com/truecharts/charts/compare/soft-serve-3.0.6...soft-serve-3.0.7) (2023-10-29) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - - -## [soft-serve-2.0.24](https://github.com/truecharts/charts/compare/soft-serve-2.0.23...soft-serve-2.0.24) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - diff --git a/stable/soft-serve/3.0.7/Chart.yaml b/stable/soft-serve/3.0.8/Chart.yaml similarity index 95% rename from stable/soft-serve/3.0.7/Chart.yaml rename to stable/soft-serve/3.0.8/Chart.yaml index 7b3c26ea718..37d6858d6b2 100644 --- a/stable/soft-serve/3.0.7/Chart.yaml +++ b/stable/soft-serve/3.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.6.2" +appVersion: "0.7.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve - https://github.com/charmbracelet/soft-serve type: application -version: 3.0.7 +version: 3.0.8 annotations: truecharts.org/category: git truecharts.org/SCALE-support: "true" diff --git a/stable/soft-serve/3.0.7/README.md b/stable/soft-serve/3.0.8/README.md similarity index 100% rename from stable/soft-serve/3.0.7/README.md rename to stable/soft-serve/3.0.8/README.md diff --git a/stable/soft-serve/3.0.8/app-changelog.md b/stable/soft-serve/3.0.8/app-changelog.md new file mode 100644 index 00000000000..6d824510a69 --- /dev/null +++ b/stable/soft-serve/3.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [soft-serve-3.0.8](https://github.com/truecharts/charts/compare/soft-serve-3.0.7...soft-serve-3.0.8) (2023-11-01) + +### Chore + +- update container image tccr.io/truecharts/soft-serve to v0.7.1 ([#14228](https://github.com/truecharts/charts/issues/14228)) + + \ No newline at end of file diff --git a/stable/soft-serve/3.0.7/app-readme.md b/stable/soft-serve/3.0.8/app-readme.md similarity index 100% rename from stable/soft-serve/3.0.7/app-readme.md rename to stable/soft-serve/3.0.8/app-readme.md diff --git a/stable/soft-serve/3.0.7/charts/common-14.2.0.tgz b/stable/soft-serve/3.0.8/charts/common-14.2.0.tgz similarity index 100% rename from stable/soft-serve/3.0.7/charts/common-14.2.0.tgz rename to stable/soft-serve/3.0.8/charts/common-14.2.0.tgz diff --git a/stable/soft-serve/3.0.7/ix_values.yaml b/stable/soft-serve/3.0.8/ix_values.yaml similarity index 89% rename from stable/soft-serve/3.0.7/ix_values.yaml rename to stable/soft-serve/3.0.8/ix_values.yaml index 01212409f39..cec247510bd 100644 --- a/stable/soft-serve/3.0.7/ix_values.yaml +++ b/stable/soft-serve/3.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/soft-serve pullPolicy: IfNotPresent - tag: v0.6.2@sha256:7b2dd3880f77a9ff562f7c968772fe66631f5937ae4cf016749fd9c49b3e8302 + tag: v0.7.1@sha256:6f6b1a84fde4f64945505ebb7ad96159ddd81157b2a0cf1562d2b29e3da21264 softserve: host: localhost key_path: /.ssh/soft_serve_server_ed25519 diff --git a/stable/soft-serve/3.0.7/questions.yaml b/stable/soft-serve/3.0.8/questions.yaml similarity index 99% rename from stable/soft-serve/3.0.7/questions.yaml rename to stable/soft-serve/3.0.8/questions.yaml index 8a8f285a5df..68a6d3ade34 100644 --- a/stable/soft-serve/3.0.7/questions.yaml +++ b/stable/soft-serve/3.0.8/questions.yaml @@ -1026,19 +1026,6 @@ questions: schema: type: string default: "" - - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: secretName - label: Custom Certificate Secret (Advanced)' - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: middlewares label: Traefik Middlewares description: Add previously created Traefik Middlewares to this Ingress @@ -1104,19 +1091,26 @@ questions: schema: type: string default: "" + - variable: 'clusterCertificate (Advanced)' + label: Cluster Certificate + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" - variable: scaleCert - label: Use TrueNAS SCALE Certificate (Deprecated) + label: 'Use TrueNAS SCALE Certificate (Deprecated)' schema: show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - variable: ingressList label: Add Manual Custom Ingresses group: Ingress diff --git a/stable/soft-serve/3.0.7/templates/NOTES.txt b/stable/soft-serve/3.0.8/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/3.0.7/templates/NOTES.txt rename to stable/soft-serve/3.0.8/templates/NOTES.txt diff --git a/stable/soft-serve/3.0.7/templates/_secret.tpl b/stable/soft-serve/3.0.8/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/3.0.7/templates/_secret.tpl rename to stable/soft-serve/3.0.8/templates/_secret.tpl diff --git a/stable/soft-serve/3.0.7/templates/common.yaml b/stable/soft-serve/3.0.8/templates/common.yaml similarity index 100% rename from stable/soft-serve/3.0.7/templates/common.yaml rename to stable/soft-serve/3.0.8/templates/common.yaml diff --git a/stable/soft-serve/3.0.7/values.yaml b/stable/soft-serve/3.0.8/values.yaml similarity index 100% rename from stable/soft-serve/3.0.7/values.yaml rename to stable/soft-serve/3.0.8/values.yaml