From f8146a59dfb862e2a82907cdb1949decc7382e41 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 18 Jun 2023 14:40:46 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/autoscan/4.0.26/app-changelog.md | 9 ------ .../autoscan/{4.0.26 => 4.0.27}/CHANGELOG.md | 18 +++++------ stable/autoscan/{4.0.26 => 4.0.27}/Chart.yaml | 2 +- stable/autoscan/{4.0.26 => 4.0.27}/README.md | 0 stable/autoscan/4.0.27/app-changelog.md | 9 ++++++ .../autoscan/{4.0.26 => 4.0.27}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../{4.0.26 => 4.0.27}/ix_values.yaml | 2 +- .../{4.0.26 => 4.0.27}/questions.yaml | 30 ++++++++++++++++++ .../{4.0.26 => 4.0.27}/templates/NOTES.txt | 0 .../{4.0.26 => 4.0.27}/templates/common.yaml | 0 .../autoscan/{4.0.26 => 4.0.27}/values.yaml | 0 12 files changed, 50 insertions(+), 20 deletions(-) delete mode 100644 stable/autoscan/4.0.26/app-changelog.md rename stable/autoscan/{4.0.26 => 4.0.27}/CHANGELOG.md (90%) rename stable/autoscan/{4.0.26 => 4.0.27}/Chart.yaml (98%) rename stable/autoscan/{4.0.26 => 4.0.27}/README.md (100%) create mode 100644 stable/autoscan/4.0.27/app-changelog.md rename stable/autoscan/{4.0.26 => 4.0.27}/app-readme.md (100%) rename stable/autoscan/{4.0.26 => 4.0.27}/charts/common-12.14.2.tgz (100%) rename stable/autoscan/{4.0.26 => 4.0.27}/ix_values.yaml (89%) rename stable/autoscan/{4.0.26 => 4.0.27}/questions.yaml (98%) rename stable/autoscan/{4.0.26 => 4.0.27}/templates/NOTES.txt (100%) rename stable/autoscan/{4.0.26 => 4.0.27}/templates/common.yaml (100%) rename stable/autoscan/{4.0.26 => 4.0.27}/values.yaml (100%) diff --git a/stable/autoscan/4.0.26/app-changelog.md b/stable/autoscan/4.0.26/app-changelog.md deleted file mode 100644 index 0c7190f7d8..0000000000 --- a/stable/autoscan/4.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.26/CHANGELOG.md b/stable/autoscan/4.0.27/CHANGELOG.md similarity index 90% rename from stable/autoscan/4.0.26/CHANGELOG.md rename to stable/autoscan/4.0.27/CHANGELOG.md index c0143c8259..b7c67e0dd5 100644 --- a/stable/autoscan/4.0.26/CHANGELOG.md +++ b/stable/autoscan/4.0.27/CHANGELOG.md @@ -4,6 +4,15 @@ +## [autoscan-4.0.27](https://github.com/truecharts/charts/compare/autoscan-4.0.26...autoscan-4.0.27) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#9745](https://github.com/truecharts/charts/issues/9745)) + + + + ## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16) ### Chore @@ -88,12 +97,3 @@ ## [autoscan-4.0.17](https://github.com/truecharts/charts/compare/autoscan-4.0.16...autoscan-4.0.17) (2023-05-22) ### Chore - -- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089)) - - - - -## [autoscan-4.0.16](https://github.com/truecharts/charts/compare/autoscan-4.0.15...autoscan-4.0.16) (2023-05-22) - -### Chore diff --git a/stable/autoscan/4.0.26/Chart.yaml b/stable/autoscan/4.0.27/Chart.yaml similarity index 98% rename from stable/autoscan/4.0.26/Chart.yaml rename to stable/autoscan/4.0.27/Chart.yaml index ae105c4230..6cae1ee0e3 100644 --- a/stable/autoscan/4.0.26/Chart.yaml +++ b/stable/autoscan/4.0.27/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autoscan -version: 4.0.26 +version: 4.0.27 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.26/README.md b/stable/autoscan/4.0.27/README.md similarity index 100% rename from stable/autoscan/4.0.26/README.md rename to stable/autoscan/4.0.27/README.md diff --git a/stable/autoscan/4.0.27/app-changelog.md b/stable/autoscan/4.0.27/app-changelog.md new file mode 100644 index 0000000000..09db3c139a --- /dev/null +++ b/stable/autoscan/4.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [autoscan-4.0.27](https://github.com/truecharts/charts/compare/autoscan-4.0.26...autoscan-4.0.27) (2023-06-18) + +### Chore + +- update container image tccr.io/truecharts/autoscan to latest ([#9745](https://github.com/truecharts/charts/issues/9745)) + + \ No newline at end of file diff --git a/stable/autoscan/4.0.26/app-readme.md b/stable/autoscan/4.0.27/app-readme.md similarity index 100% rename from stable/autoscan/4.0.26/app-readme.md rename to stable/autoscan/4.0.27/app-readme.md diff --git a/stable/autoscan/4.0.26/charts/common-12.14.2.tgz b/stable/autoscan/4.0.27/charts/common-12.14.2.tgz similarity index 100% rename from stable/autoscan/4.0.26/charts/common-12.14.2.tgz rename to stable/autoscan/4.0.27/charts/common-12.14.2.tgz diff --git a/stable/autoscan/4.0.26/ix_values.yaml b/stable/autoscan/4.0.27/ix_values.yaml similarity index 89% rename from stable/autoscan/4.0.26/ix_values.yaml rename to stable/autoscan/4.0.27/ix_values.yaml index 05356a3386..5abe0e69a5 100644 --- a/stable/autoscan/4.0.26/ix_values.yaml +++ b/stable/autoscan/4.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/autoscan - tag: latest@sha256:e74be4d86278b1f72dd40ce4f42e9d36ea5b45c75e5ae71b2be591e0f25754c7 + tag: latest@sha256:dc3ff1ac1ab6f41da25df75eb6caf17ad8e6074c039df19200ee5a33cebddb32 securityContext: container: diff --git a/stable/autoscan/4.0.26/questions.yaml b/stable/autoscan/4.0.27/questions.yaml similarity index 98% rename from stable/autoscan/4.0.26/questions.yaml rename to stable/autoscan/4.0.27/questions.yaml index d9dd10aedb..e95904773c 100644 --- a/stable/autoscan/4.0.26/questions.yaml +++ b/stable/autoscan/4.0.27/questions.yaml @@ -563,8 +563,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: diff --git a/stable/autoscan/4.0.26/templates/NOTES.txt b/stable/autoscan/4.0.27/templates/NOTES.txt similarity index 100% rename from stable/autoscan/4.0.26/templates/NOTES.txt rename to stable/autoscan/4.0.27/templates/NOTES.txt diff --git a/stable/autoscan/4.0.26/templates/common.yaml b/stable/autoscan/4.0.27/templates/common.yaml similarity index 100% rename from stable/autoscan/4.0.26/templates/common.yaml rename to stable/autoscan/4.0.27/templates/common.yaml diff --git a/stable/autoscan/4.0.26/values.yaml b/stable/autoscan/4.0.27/values.yaml similarity index 100% rename from stable/autoscan/4.0.26/values.yaml rename to stable/autoscan/4.0.27/values.yaml