From eb2c2bf7f16b9b7ad2eda350f092e59c77d13413 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 18 Jun 2023 23:40:24 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/snapdrop/5.0.25/app-changelog.md | 9 -- .../snapdrop/{5.0.25 => 5.0.26}/CHANGELOG.md | 18 +-- stable/snapdrop/{5.0.25 => 5.0.26}/Chart.yaml | 2 +- stable/snapdrop/{5.0.25 => 5.0.26}/README.md | 0 stable/snapdrop/5.0.26/app-changelog.md | 9 ++ .../snapdrop/{5.0.25 => 5.0.26}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../{5.0.25 => 5.0.26}/ix_values.yaml | 2 +- .../{5.0.25 => 5.0.26}/questions.yaml | 144 +++++++++++------- .../{5.0.25 => 5.0.26}/templates/NOTES.txt | 0 .../{5.0.25 => 5.0.26}/templates/common.yaml | 0 .../snapdrop/{5.0.25 => 5.0.26}/values.yaml | 0 stable/snapdrop/item.yaml | 1 + 13 files changed, 111 insertions(+), 74 deletions(-) delete mode 100644 stable/snapdrop/5.0.25/app-changelog.md rename stable/snapdrop/{5.0.25 => 5.0.26}/CHANGELOG.md (93%) rename stable/snapdrop/{5.0.25 => 5.0.26}/Chart.yaml (97%) rename stable/snapdrop/{5.0.25 => 5.0.26}/README.md (100%) create mode 100644 stable/snapdrop/5.0.26/app-changelog.md rename stable/snapdrop/{5.0.25 => 5.0.26}/app-readme.md (100%) rename stable/snapdrop/{5.0.25 => 5.0.26}/charts/common-12.14.2.tgz (100%) rename stable/snapdrop/{5.0.25 => 5.0.26}/ix_values.yaml (81%) rename stable/snapdrop/{5.0.25 => 5.0.26}/questions.yaml (95%) rename stable/snapdrop/{5.0.25 => 5.0.26}/templates/NOTES.txt (100%) rename stable/snapdrop/{5.0.25 => 5.0.26}/templates/common.yaml (100%) rename stable/snapdrop/{5.0.25 => 5.0.26}/values.yaml (100%) diff --git a/stable/snapdrop/5.0.25/app-changelog.md b/stable/snapdrop/5.0.25/app-changelog.md deleted file mode 100644 index f7fc92e405d..00000000000 --- a/stable/snapdrop/5.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [snapdrop-5.0.25](https://github.com/truecharts/charts/compare/snapdrop-5.0.24...snapdrop-5.0.25) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - - \ No newline at end of file diff --git a/stable/snapdrop/5.0.25/CHANGELOG.md b/stable/snapdrop/5.0.26/CHANGELOG.md similarity index 93% rename from stable/snapdrop/5.0.25/CHANGELOG.md rename to stable/snapdrop/5.0.26/CHANGELOG.md index 8d59d34bbd5..95e835e9e3e 100644 --- a/stable/snapdrop/5.0.25/CHANGELOG.md +++ b/stable/snapdrop/5.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snapdrop-5.0.26](https://github.com/truecharts/charts/compare/snapdrop-5.0.25...snapdrop-5.0.26) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#9753](https://github.com/truecharts/charts/issues/9753)) + + + + ## [snapdrop-5.0.25](https://github.com/truecharts/charts/compare/snapdrop-5.0.24...snapdrop-5.0.25) (2023-06-13) ### Chore @@ -81,15 +90,6 @@ -## [snapdrop-5.0.17](https://github.com/truecharts/charts/compare/snapdrop-5.0.16...snapdrop-5.0.17) (2023-05-25) - -### Chore - -- update container image tccr.io/truecharts/snapdrop to latest ([#9153](https://github.com/truecharts/charts/issues/9153)) - - - - ## [snapdrop-5.0.17](https://github.com/truecharts/charts/compare/snapdrop-5.0.16...snapdrop-5.0.17) (2023-05-25) ### Chore diff --git a/stable/snapdrop/5.0.25/Chart.yaml b/stable/snapdrop/5.0.26/Chart.yaml similarity index 97% rename from stable/snapdrop/5.0.25/Chart.yaml rename to stable/snapdrop/5.0.26/Chart.yaml index ae6b5731b14..898ae086573 100644 --- a/stable/snapdrop/5.0.25/Chart.yaml +++ b/stable/snapdrop/5.0.26/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: 5.0.25 +version: 5.0.26 annotations: truecharts.org/catagories: | - media diff --git a/stable/snapdrop/5.0.25/README.md b/stable/snapdrop/5.0.26/README.md similarity index 100% rename from stable/snapdrop/5.0.25/README.md rename to stable/snapdrop/5.0.26/README.md diff --git a/stable/snapdrop/5.0.26/app-changelog.md b/stable/snapdrop/5.0.26/app-changelog.md new file mode 100644 index 00000000000..e7cd6e568d3 --- /dev/null +++ b/stable/snapdrop/5.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-5.0.26](https://github.com/truecharts/charts/compare/snapdrop-5.0.25...snapdrop-5.0.26) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#9753](https://github.com/truecharts/charts/issues/9753)) + + \ No newline at end of file diff --git a/stable/snapdrop/5.0.25/app-readme.md b/stable/snapdrop/5.0.26/app-readme.md similarity index 100% rename from stable/snapdrop/5.0.25/app-readme.md rename to stable/snapdrop/5.0.26/app-readme.md diff --git a/stable/snapdrop/5.0.25/charts/common-12.14.2.tgz b/stable/snapdrop/5.0.26/charts/common-12.14.2.tgz similarity index 100% rename from stable/snapdrop/5.0.25/charts/common-12.14.2.tgz rename to stable/snapdrop/5.0.26/charts/common-12.14.2.tgz diff --git a/stable/snapdrop/5.0.25/ix_values.yaml b/stable/snapdrop/5.0.26/ix_values.yaml similarity index 81% rename from stable/snapdrop/5.0.25/ix_values.yaml rename to stable/snapdrop/5.0.26/ix_values.yaml index b4faaf76907..6f10a11915f 100644 --- a/stable/snapdrop/5.0.25/ix_values.yaml +++ b/stable/snapdrop/5.0.26/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/snapdrop - tag: latest@sha256:e40767af676a9f0c4e6ddfd9ccff0fd841f8d7b0ad4c5387f52608348dc801ef + tag: latest@sha256:a8483d93dc2005228d006c18327d1424bf4735e8da3df9e1c4e6dac4569d5150 pullPolicy: IfNotPresent service: main: diff --git a/stable/snapdrop/5.0.25/questions.yaml b/stable/snapdrop/5.0.26/questions.yaml similarity index 95% rename from stable/snapdrop/5.0.25/questions.yaml rename to stable/snapdrop/5.0.26/questions.yaml index deeb09d9596..3a90a0d66f4 100644 --- a/stable/snapdrop/5.0.25/questions.yaml +++ b/stable/snapdrop/5.0.26/questions.yaml @@ -303,6 +303,7 @@ questions: description: Interface Configuration label: Interface Configuration schema: + additional_attrs: true type: dict $ref: - "normalize/interfaceConfiguration" @@ -319,6 +320,7 @@ questions: description: Define how IP Address will be managed label: IP Address Management schema: + additional_attrs: true type: dict required: true attrs: @@ -549,8 +551,38 @@ questions: description: Automatically set permissions on install schema: show_if: [["type", "=", "hostPath"]] + hidden: true type: boolean default: false + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions + schema: + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value + schema: + type: string + default: "775" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -756,64 +788,65 @@ questions: schema: type: boolean default: false - show_subquestions_if: true - subquestions: - - variable: entrypoint - label: (Advanced) Traefik Entrypoint - description: Entrypoint used by Traefik when using Traefik as Ingress Provider + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host schema: - type: string - default: websecure - required: true - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - items: - - variable: tlsEntry - label: Host + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts + type: list + default: [] + items: + - variable: host + label: Host schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true + type: string + default: "" + required: true - - variable: certificateIssuer - 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: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" + - variable: certificateIssuer + 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: [["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 @@ -1171,6 +1204,7 @@ questions: - variable: gpu label: Select GPU schema: + additional_attrs: true type: dict $ref: - "definitions/gpuConfiguration" @@ -1758,6 +1792,7 @@ questions: - variable: openvpn label: OpenVPN Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "openvpn"]] attrs: @@ -1778,6 +1813,7 @@ questions: - variable: tailscale label: Tailscale Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "tailscale"]] attrs: diff --git a/stable/snapdrop/5.0.25/templates/NOTES.txt b/stable/snapdrop/5.0.26/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/5.0.25/templates/NOTES.txt rename to stable/snapdrop/5.0.26/templates/NOTES.txt diff --git a/stable/snapdrop/5.0.25/templates/common.yaml b/stable/snapdrop/5.0.26/templates/common.yaml similarity index 100% rename from stable/snapdrop/5.0.25/templates/common.yaml rename to stable/snapdrop/5.0.26/templates/common.yaml diff --git a/stable/snapdrop/5.0.25/values.yaml b/stable/snapdrop/5.0.26/values.yaml similarity index 100% rename from stable/snapdrop/5.0.25/values.yaml rename to stable/snapdrop/5.0.26/values.yaml diff --git a/stable/snapdrop/item.yaml b/stable/snapdrop/item.yaml index 8622eee9327..aa483012f45 100644 --- a/stable/snapdrop/item.yaml +++ b/stable/snapdrop/item.yaml @@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png categories: - media +screenshots: []