From 05d65c7d0a52cea2a0eba538e92fe8b06e1ebd0e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 16 Jun 2023 10:41:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/autoscan/4.0.25/app-changelog.md | 9 --------- .../autoscan/{4.0.25 => 4.0.26}/CHANGELOG.md | 18 +++++++++--------- stable/autoscan/{4.0.25 => 4.0.26}/Chart.yaml | 2 +- stable/autoscan/{4.0.25 => 4.0.26}/README.md | 0 stable/autoscan/4.0.26/app-changelog.md | 9 +++++++++ .../autoscan/{4.0.25 => 4.0.26}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../{4.0.25 => 4.0.26}/ix_values.yaml | 2 +- .../{4.0.25 => 4.0.26}/questions.yaml | 5 +++++ .../{4.0.25 => 4.0.26}/templates/NOTES.txt | 0 .../{4.0.25 => 4.0.26}/templates/common.yaml | 0 .../autoscan/{4.0.25 => 4.0.26}/values.yaml | 0 stable/autoscan/item.yaml | 1 + 13 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 stable/autoscan/4.0.25/app-changelog.md rename stable/autoscan/{4.0.25 => 4.0.26}/CHANGELOG.md (92%) rename stable/autoscan/{4.0.25 => 4.0.26}/Chart.yaml (98%) rename stable/autoscan/{4.0.25 => 4.0.26}/README.md (100%) create mode 100644 stable/autoscan/4.0.26/app-changelog.md rename stable/autoscan/{4.0.25 => 4.0.26}/app-readme.md (100%) rename stable/autoscan/{4.0.25 => 4.0.26}/charts/common-12.14.2.tgz (100%) rename stable/autoscan/{4.0.25 => 4.0.26}/ix_values.yaml (89%) rename stable/autoscan/{4.0.25 => 4.0.26}/questions.yaml (99%) rename stable/autoscan/{4.0.25 => 4.0.26}/templates/NOTES.txt (100%) rename stable/autoscan/{4.0.25 => 4.0.26}/templates/common.yaml (100%) rename stable/autoscan/{4.0.25 => 4.0.26}/values.yaml (100%) diff --git a/stable/autoscan/4.0.25/app-changelog.md b/stable/autoscan/4.0.25/app-changelog.md deleted file mode 100644 index 88d00a5cae..0000000000 --- a/stable/autoscan/4.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [autoscan-4.0.25](https://github.com/truecharts/charts/compare/autoscan-4.0.24...autoscan-4.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/autoscan/4.0.25/CHANGELOG.md b/stable/autoscan/4.0.26/CHANGELOG.md similarity index 92% rename from stable/autoscan/4.0.25/CHANGELOG.md rename to stable/autoscan/4.0.26/CHANGELOG.md index 8eefe49ad3..c0143c8259 100644 --- a/stable/autoscan/4.0.25/CHANGELOG.md +++ b/stable/autoscan/4.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#9691](https://github.com/truecharts/charts/issues/9691)) + + + + ## [autoscan-4.0.25](https://github.com/truecharts/charts/compare/autoscan-4.0.24...autoscan-4.0.25) (2023-06-13) ### Chore @@ -88,12 +97,3 @@ ## [autoscan-4.0.16](https://github.com/truecharts/charts/compare/autoscan-4.0.15...autoscan-4.0.16) (2023-05-22) ### Chore - -- update container image tccr.io/truecharts/autoscan to latest ([#9067](https://github.com/truecharts/charts/issues/9067)) - - - - -## [autoscan-4.0.15](https://github.com/truecharts/charts/compare/autoscan-4.0.14...autoscan-4.0.15) (2023-05-22) - -### Feat diff --git a/stable/autoscan/4.0.25/Chart.yaml b/stable/autoscan/4.0.26/Chart.yaml similarity index 98% rename from stable/autoscan/4.0.25/Chart.yaml rename to stable/autoscan/4.0.26/Chart.yaml index b876cd79c5..ae105c4230 100644 --- a/stable/autoscan/4.0.25/Chart.yaml +++ b/stable/autoscan/4.0.26/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autoscan -version: 4.0.25 +version: 4.0.26 appVersion: "latest" description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. type: application diff --git a/stable/autoscan/4.0.25/README.md b/stable/autoscan/4.0.26/README.md similarity index 100% rename from stable/autoscan/4.0.25/README.md rename to stable/autoscan/4.0.26/README.md diff --git a/stable/autoscan/4.0.26/app-changelog.md b/stable/autoscan/4.0.26/app-changelog.md new file mode 100644 index 0000000000..0c7190f7d8 --- /dev/null +++ b/stable/autoscan/4.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#9691](https://github.com/truecharts/charts/issues/9691)) + + \ No newline at end of file diff --git a/stable/autoscan/4.0.25/app-readme.md b/stable/autoscan/4.0.26/app-readme.md similarity index 100% rename from stable/autoscan/4.0.25/app-readme.md rename to stable/autoscan/4.0.26/app-readme.md diff --git a/stable/autoscan/4.0.25/charts/common-12.14.2.tgz b/stable/autoscan/4.0.26/charts/common-12.14.2.tgz similarity index 100% rename from stable/autoscan/4.0.25/charts/common-12.14.2.tgz rename to stable/autoscan/4.0.26/charts/common-12.14.2.tgz diff --git a/stable/autoscan/4.0.25/ix_values.yaml b/stable/autoscan/4.0.26/ix_values.yaml similarity index 89% rename from stable/autoscan/4.0.25/ix_values.yaml rename to stable/autoscan/4.0.26/ix_values.yaml index f1ae3707d2..05356a3386 100644 --- a/stable/autoscan/4.0.25/ix_values.yaml +++ b/stable/autoscan/4.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/autoscan - tag: latest@sha256:9109a66750c6992712ffbe7d40d3c89e2c446187b1081e36fa8ba7f659cbc897 + tag: latest@sha256:e74be4d86278b1f72dd40ce4f42e9d36ea5b45c75e5ae71b2be591e0f25754c7 securityContext: container: diff --git a/stable/autoscan/4.0.25/questions.yaml b/stable/autoscan/4.0.26/questions.yaml similarity index 99% rename from stable/autoscan/4.0.25/questions.yaml rename to stable/autoscan/4.0.26/questions.yaml index b7c9338ae0..d9dd10aedb 100644 --- a/stable/autoscan/4.0.25/questions.yaml +++ b/stable/autoscan/4.0.26/questions.yaml @@ -315,6 +315,7 @@ questions: description: Interface Configuration label: Interface Configuration schema: + additional_attrs: true type: dict $ref: - "normalize/interfaceConfiguration" @@ -331,6 +332,7 @@ questions: description: Define how IP Address will be managed label: IP Address Management schema: + additional_attrs: true type: dict required: true attrs: @@ -882,6 +884,7 @@ questions: - variable: gpu label: Select GPU schema: + additional_attrs: true type: dict $ref: - "definitions/gpuConfiguration" @@ -1469,6 +1472,7 @@ questions: - variable: openvpn label: OpenVPN Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "openvpn"]] attrs: @@ -1489,6 +1493,7 @@ questions: - variable: tailscale label: Tailscale Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "tailscale"]] attrs: diff --git a/stable/autoscan/4.0.25/templates/NOTES.txt b/stable/autoscan/4.0.26/templates/NOTES.txt similarity index 100% rename from stable/autoscan/4.0.25/templates/NOTES.txt rename to stable/autoscan/4.0.26/templates/NOTES.txt diff --git a/stable/autoscan/4.0.25/templates/common.yaml b/stable/autoscan/4.0.26/templates/common.yaml similarity index 100% rename from stable/autoscan/4.0.25/templates/common.yaml rename to stable/autoscan/4.0.26/templates/common.yaml diff --git a/stable/autoscan/4.0.25/values.yaml b/stable/autoscan/4.0.26/values.yaml similarity index 100% rename from stable/autoscan/4.0.25/values.yaml rename to stable/autoscan/4.0.26/values.yaml diff --git a/stable/autoscan/item.yaml b/stable/autoscan/item.yaml index 2c30f04c46..d4734f81ae 100644 --- a/stable/autoscan/item.yaml +++ b/stable/autoscan/item.yaml @@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png categories: - media +screenshots: []