From 5fe972fd98e8c9b5e768c3059f2864422a105849 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 2 Nov 2023 08:49:45 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/snapdrop/6.0.14/app-changelog.md | 10 ------ .../snapdrop/{6.0.14 => 6.0.15}/CHANGELOG.md | 18 +++++----- stable/snapdrop/{6.0.14 => 6.0.15}/Chart.yaml | 2 +- stable/snapdrop/{6.0.14 => 6.0.15}/README.md | 0 stable/snapdrop/6.0.15/app-changelog.md | 9 +++++ .../snapdrop/{6.0.14 => 6.0.15}/app-readme.md | 0 .../charts/common-14.2.0.tgz | Bin .../{6.0.14 => 6.0.15}/ix_values.yaml | 2 +- .../{6.0.14 => 6.0.15}/questions.yaml | 34 ++++++++---------- .../{6.0.14 => 6.0.15}/templates/NOTES.txt | 0 .../{6.0.14 => 6.0.15}/templates/common.yaml | 0 .../snapdrop/{6.0.14 => 6.0.15}/values.yaml | 0 12 files changed, 34 insertions(+), 41 deletions(-) delete mode 100644 stable/snapdrop/6.0.14/app-changelog.md rename stable/snapdrop/{6.0.14 => 6.0.15}/CHANGELOG.md (93%) rename stable/snapdrop/{6.0.14 => 6.0.15}/Chart.yaml (97%) rename stable/snapdrop/{6.0.14 => 6.0.15}/README.md (100%) create mode 100644 stable/snapdrop/6.0.15/app-changelog.md rename stable/snapdrop/{6.0.14 => 6.0.15}/app-readme.md (100%) rename stable/snapdrop/{6.0.14 => 6.0.15}/charts/common-14.2.0.tgz (100%) rename stable/snapdrop/{6.0.14 => 6.0.15}/ix_values.yaml (81%) rename stable/snapdrop/{6.0.14 => 6.0.15}/questions.yaml (99%) rename stable/snapdrop/{6.0.14 => 6.0.15}/templates/NOTES.txt (100%) rename stable/snapdrop/{6.0.14 => 6.0.15}/templates/common.yaml (100%) rename stable/snapdrop/{6.0.14 => 6.0.15}/values.yaml (100%) diff --git a/stable/snapdrop/6.0.14/app-changelog.md b/stable/snapdrop/6.0.14/app-changelog.md deleted file mode 100644 index 48fea75c4ac..00000000000 --- a/stable/snapdrop/6.0.14/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [snapdrop-6.0.14](https://github.com/truecharts/charts/compare/snapdrop-6.0.13...snapdrop-6.0.14) (2023-10-29) - -### Chore - -- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693)) - - update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094)) - - \ No newline at end of file diff --git a/stable/snapdrop/6.0.14/CHANGELOG.md b/stable/snapdrop/6.0.15/CHANGELOG.md similarity index 93% rename from stable/snapdrop/6.0.14/CHANGELOG.md rename to stable/snapdrop/6.0.15/CHANGELOG.md index 9c08c946469..eab31dfb123 100644 --- a/stable/snapdrop/6.0.14/CHANGELOG.md +++ b/stable/snapdrop/6.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snapdrop-6.0.15](https://github.com/truecharts/charts/compare/snapdrop-6.0.14...snapdrop-6.0.15) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#14241](https://github.com/truecharts/charts/issues/14241)) + + + + ## [snapdrop-6.0.14](https://github.com/truecharts/charts/compare/snapdrop-6.0.13...snapdrop-6.0.14) (2023-10-29) ### Chore @@ -88,12 +97,3 @@ ## [snapdrop-6.0.5](https://github.com/truecharts/charts/compare/snapdrop-6.0.4...snapdrop-6.0.5) (2023-08-25) -### Chore - -- update container image tccr.io/truecharts/snapdrop to latest ([#11868](https://github.com/truecharts/charts/issues/11868)) - - - - -## [snapdrop-6.0.4](https://github.com/truecharts/charts/compare/snapdrop-6.0.3...snapdrop-6.0.4) (2023-08-24) - diff --git a/stable/snapdrop/6.0.14/Chart.yaml b/stable/snapdrop/6.0.15/Chart.yaml similarity index 97% rename from stable/snapdrop/6.0.14/Chart.yaml rename to stable/snapdrop/6.0.15/Chart.yaml index bb7cee7e029..a38ffdd8579 100644 --- a/stable/snapdrop/6.0.14/Chart.yaml +++ b/stable/snapdrop/6.0.15/Chart.yaml @@ -18,7 +18,7 @@ name: snapdrop sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop -version: 6.0.14 +version: 6.0.15 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/stable/snapdrop/6.0.14/README.md b/stable/snapdrop/6.0.15/README.md similarity index 100% rename from stable/snapdrop/6.0.14/README.md rename to stable/snapdrop/6.0.15/README.md diff --git a/stable/snapdrop/6.0.15/app-changelog.md b/stable/snapdrop/6.0.15/app-changelog.md new file mode 100644 index 00000000000..720ac496f34 --- /dev/null +++ b/stable/snapdrop/6.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-6.0.15](https://github.com/truecharts/charts/compare/snapdrop-6.0.14...snapdrop-6.0.15) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#14241](https://github.com/truecharts/charts/issues/14241)) + + \ No newline at end of file diff --git a/stable/snapdrop/6.0.14/app-readme.md b/stable/snapdrop/6.0.15/app-readme.md similarity index 100% rename from stable/snapdrop/6.0.14/app-readme.md rename to stable/snapdrop/6.0.15/app-readme.md diff --git a/stable/snapdrop/6.0.14/charts/common-14.2.0.tgz b/stable/snapdrop/6.0.15/charts/common-14.2.0.tgz similarity index 100% rename from stable/snapdrop/6.0.14/charts/common-14.2.0.tgz rename to stable/snapdrop/6.0.15/charts/common-14.2.0.tgz diff --git a/stable/snapdrop/6.0.14/ix_values.yaml b/stable/snapdrop/6.0.15/ix_values.yaml similarity index 81% rename from stable/snapdrop/6.0.14/ix_values.yaml rename to stable/snapdrop/6.0.15/ix_values.yaml index aa4b9aa83a6..109000950e7 100644 --- a/stable/snapdrop/6.0.14/ix_values.yaml +++ b/stable/snapdrop/6.0.15/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/snapdrop - tag: latest@sha256:4a4dc11b232999fdf44e3780920dde5a475a95b62f2cdd3001287fe392ecb438 + tag: latest@sha256:aba9ffaa30c883dfd3e416fcb03e6b173bf1e7387eb86a34e7ad28d8b10800e0 pullPolicy: IfNotPresent service: main: diff --git a/stable/snapdrop/6.0.14/questions.yaml b/stable/snapdrop/6.0.15/questions.yaml similarity index 99% rename from stable/snapdrop/6.0.14/questions.yaml rename to stable/snapdrop/6.0.15/questions.yaml index 47d391f3b77..874dfc89d3c 100644 --- a/stable/snapdrop/6.0.14/questions.yaml +++ b/stable/snapdrop/6.0.15/questions.yaml @@ -801,19 +801,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 @@ -879,19 +866,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/snapdrop/6.0.14/templates/NOTES.txt b/stable/snapdrop/6.0.15/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/6.0.14/templates/NOTES.txt rename to stable/snapdrop/6.0.15/templates/NOTES.txt diff --git a/stable/snapdrop/6.0.14/templates/common.yaml b/stable/snapdrop/6.0.15/templates/common.yaml similarity index 100% rename from stable/snapdrop/6.0.14/templates/common.yaml rename to stable/snapdrop/6.0.15/templates/common.yaml diff --git a/stable/snapdrop/6.0.14/values.yaml b/stable/snapdrop/6.0.15/values.yaml similarity index 100% rename from stable/snapdrop/6.0.14/values.yaml rename to stable/snapdrop/6.0.15/values.yaml