From 017eb3d461be1e21f588406f29a2d6bf14ddf6f8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 26 Jun 2023 11:48:17 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/qinglong/5.0.25/app-changelog.md | 9 -- .../qinglong/{5.0.25 => 5.0.26}/CHANGELOG.md | 18 +-- stable/qinglong/{5.0.25 => 5.0.26}/Chart.yaml | 4 +- stable/qinglong/{5.0.25 => 5.0.26}/README.md | 2 +- stable/qinglong/5.0.26/app-changelog.md | 9 ++ .../qinglong/{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 | 152 +++++++++++------- .../{5.0.25 => 5.0.26}/templates/NOTES.txt | 0 .../{5.0.25 => 5.0.26}/templates/common.yaml | 0 .../qinglong/{5.0.25 => 5.0.26}/values.yaml | 0 stable/qinglong/item.yaml | 1 + 13 files changed, 117 insertions(+), 80 deletions(-) delete mode 100644 stable/qinglong/5.0.25/app-changelog.md rename stable/qinglong/{5.0.25 => 5.0.26}/CHANGELOG.md (90%) rename stable/qinglong/{5.0.25 => 5.0.26}/Chart.yaml (95%) rename stable/qinglong/{5.0.25 => 5.0.26}/README.md (94%) create mode 100644 stable/qinglong/5.0.26/app-changelog.md rename stable/qinglong/{5.0.25 => 5.0.26}/app-readme.md (100%) rename stable/qinglong/{5.0.25 => 5.0.26}/charts/common-12.14.2.tgz (100%) rename stable/qinglong/{5.0.25 => 5.0.26}/ix_values.yaml (81%) rename stable/qinglong/{5.0.25 => 5.0.26}/questions.yaml (94%) rename stable/qinglong/{5.0.25 => 5.0.26}/templates/NOTES.txt (100%) rename stable/qinglong/{5.0.25 => 5.0.26}/templates/common.yaml (100%) rename stable/qinglong/{5.0.25 => 5.0.26}/values.yaml (100%) diff --git a/stable/qinglong/5.0.25/app-changelog.md b/stable/qinglong/5.0.25/app-changelog.md deleted file mode 100644 index 21607e00dc9..00000000000 --- a/stable/qinglong/5.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [qinglong-5.0.25](https://github.com/truecharts/charts/compare/qinglong-5.0.24...qinglong-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/qinglong/5.0.25/CHANGELOG.md b/stable/qinglong/5.0.26/CHANGELOG.md similarity index 90% rename from stable/qinglong/5.0.25/CHANGELOG.md rename to stable/qinglong/5.0.26/CHANGELOG.md index 7d73b5f07dc..8452f4ff63f 100644 --- a/stable/qinglong/5.0.25/CHANGELOG.md +++ b/stable/qinglong/5.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [qinglong-5.0.26](https://github.com/truecharts/charts/compare/qinglong-5.0.25...qinglong-5.0.26) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/qinglong to v2.15.16 ([#9930](https://github.com/truecharts/charts/issues/9930)) + + + + ## [qinglong-5.0.25](https://github.com/truecharts/charts/compare/qinglong-5.0.24...qinglong-5.0.25) (2023-06-13) ### Chore @@ -88,12 +97,3 @@ - -## [qinglong-5.0.16](https://github.com/truecharts/charts/compare/qinglong-5.0.15...qinglong-5.0.16) (2023-05-22) - -### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - diff --git a/stable/qinglong/5.0.25/Chart.yaml b/stable/qinglong/5.0.26/Chart.yaml similarity index 95% rename from stable/qinglong/5.0.25/Chart.yaml rename to stable/qinglong/5.0.26/Chart.yaml index fd826f16987..f003f9a091a 100644 --- a/stable/qinglong/5.0.25/Chart.yaml +++ b/stable/qinglong/5.0.26/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: qinglong -version: 5.0.25 -appVersion: "2.15.15" +version: 5.0.26 +appVersion: "2.15.16" description: A timed task management panel that supports typescript, javaScript, python3, and shell type: application deprecated: false diff --git a/stable/qinglong/5.0.25/README.md b/stable/qinglong/5.0.26/README.md similarity index 94% rename from stable/qinglong/5.0.25/README.md rename to stable/qinglong/5.0.26/README.md index 701942c352f..e0a9b8fa8d7 100644 --- a/stable/qinglong/5.0.25/README.md +++ b/stable/qinglong/5.0.26/README.md @@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) diff --git a/stable/qinglong/5.0.26/app-changelog.md b/stable/qinglong/5.0.26/app-changelog.md new file mode 100644 index 00000000000..671b963ba1e --- /dev/null +++ b/stable/qinglong/5.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [qinglong-5.0.26](https://github.com/truecharts/charts/compare/qinglong-5.0.25...qinglong-5.0.26) (2023-06-26) + +### Chore + +- update container image tccr.io/truecharts/qinglong to v2.15.16 ([#9930](https://github.com/truecharts/charts/issues/9930)) + + \ No newline at end of file diff --git a/stable/qinglong/5.0.25/app-readme.md b/stable/qinglong/5.0.26/app-readme.md similarity index 100% rename from stable/qinglong/5.0.25/app-readme.md rename to stable/qinglong/5.0.26/app-readme.md diff --git a/stable/qinglong/5.0.25/charts/common-12.14.2.tgz b/stable/qinglong/5.0.26/charts/common-12.14.2.tgz similarity index 100% rename from stable/qinglong/5.0.25/charts/common-12.14.2.tgz rename to stable/qinglong/5.0.26/charts/common-12.14.2.tgz diff --git a/stable/qinglong/5.0.25/ix_values.yaml b/stable/qinglong/5.0.26/ix_values.yaml similarity index 81% rename from stable/qinglong/5.0.25/ix_values.yaml rename to stable/qinglong/5.0.26/ix_values.yaml index e13d9589a5d..11574884548 100644 --- a/stable/qinglong/5.0.25/ix_values.yaml +++ b/stable/qinglong/5.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/qinglong pullPolicy: IfNotPresent - tag: v2.15.15@sha256:d8a28e563abb9963359bacd268554bda0cf84ae07dcf6371a788fe1b14a36d6a + tag: v2.15.16@sha256:d16d86c272162d6b4e65a063ac75c95cc3405d5f3d10a84fa5dab3f0a0e60496 service: main: ports: diff --git a/stable/qinglong/5.0.25/questions.yaml b/stable/qinglong/5.0.26/questions.yaml similarity index 94% rename from stable/qinglong/5.0.25/questions.yaml rename to stable/qinglong/5.0.26/questions.yaml index 2736ebb9103..7615358e095 100644 --- a/stable/qinglong/5.0.25/questions.yaml +++ b/stable/qinglong/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 @@ -1078,14 +1111,14 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 4000m valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 8Gi @@ -1099,7 +1132,7 @@ questions: attrs: - variable: cpu label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 10m @@ -1107,7 +1140,7 @@ questions: valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - variable: memory label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation" schema: type: string default: 50Mi @@ -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/qinglong/5.0.25/templates/NOTES.txt b/stable/qinglong/5.0.26/templates/NOTES.txt similarity index 100% rename from stable/qinglong/5.0.25/templates/NOTES.txt rename to stable/qinglong/5.0.26/templates/NOTES.txt diff --git a/stable/qinglong/5.0.25/templates/common.yaml b/stable/qinglong/5.0.26/templates/common.yaml similarity index 100% rename from stable/qinglong/5.0.25/templates/common.yaml rename to stable/qinglong/5.0.26/templates/common.yaml diff --git a/stable/qinglong/5.0.25/values.yaml b/stable/qinglong/5.0.26/values.yaml similarity index 100% rename from stable/qinglong/5.0.25/values.yaml rename to stable/qinglong/5.0.26/values.yaml diff --git a/stable/qinglong/item.yaml b/stable/qinglong/item.yaml index 2395bd6566b..dca6ec5de6f 100644 --- a/stable/qinglong/item.yaml +++ b/stable/qinglong/item.yaml @@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png categories: - cloud +screenshots: []