From c598be717c8656c84c0f5b1877052ebaeb04a30d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 15:40:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/sickchill/6.0.28/app-changelog.md | 9 -- .../sickchill/{6.0.28 => 6.0.29}/CHANGELOG.md | 18 ++-- .../sickchill/{6.0.28 => 6.0.29}/Chart.yaml | 4 +- stable/sickchill/{6.0.28 => 6.0.29}/README.md | 0 stable/sickchill/6.0.29/app-changelog.md | 9 ++ .../{6.0.28 => 6.0.29}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{6.0.28 => 6.0.29}/ix_values.yaml | 2 +- .../{6.0.28 => 6.0.29}/questions.yaml | 96 ++++++++++++------ .../{6.0.28 => 6.0.29}/templates/NOTES.txt | 0 .../{6.0.28 => 6.0.29}/templates/common.yaml | 0 .../sickchill/{6.0.28 => 6.0.29}/values.yaml | 0 12 files changed, 85 insertions(+), 53 deletions(-) delete mode 100644 stable/sickchill/6.0.28/app-changelog.md rename stable/sickchill/{6.0.28 => 6.0.29}/CHANGELOG.md (90%) rename stable/sickchill/{6.0.28 => 6.0.29}/Chart.yaml (95%) rename stable/sickchill/{6.0.28 => 6.0.29}/README.md (100%) create mode 100644 stable/sickchill/6.0.29/app-changelog.md rename stable/sickchill/{6.0.28 => 6.0.29}/app-readme.md (100%) rename stable/sickchill/{6.0.28 => 6.0.29}/charts/common-12.14.6.tgz (100%) rename stable/sickchill/{6.0.28 => 6.0.29}/ix_values.yaml (82%) rename stable/sickchill/{6.0.28 => 6.0.29}/questions.yaml (96%) rename stable/sickchill/{6.0.28 => 6.0.29}/templates/NOTES.txt (100%) rename stable/sickchill/{6.0.28 => 6.0.29}/templates/common.yaml (100%) rename stable/sickchill/{6.0.28 => 6.0.29}/values.yaml (100%) diff --git a/stable/sickchill/6.0.28/app-changelog.md b/stable/sickchill/6.0.28/app-changelog.md deleted file mode 100644 index 1e8a478b1d..0000000000 --- a/stable/sickchill/6.0.28/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sickchill-6.0.28](https://github.com/truecharts/charts/compare/sickchill-6.0.27...sickchill-6.0.28) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - \ No newline at end of file diff --git a/stable/sickchill/6.0.28/CHANGELOG.md b/stable/sickchill/6.0.29/CHANGELOG.md similarity index 90% rename from stable/sickchill/6.0.28/CHANGELOG.md rename to stable/sickchill/6.0.29/CHANGELOG.md index f8c1b2ae3b..8f972562c9 100644 --- a/stable/sickchill/6.0.28/CHANGELOG.md +++ b/stable/sickchill/6.0.29/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sickchill-6.0.29](https://github.com/truecharts/charts/compare/sickchill-6.0.28...sickchill-6.0.29) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/sickchill to v2023.6.27 ([#10271](https://github.com/truecharts/charts/issues/10271)) + + + + ## [sickchill-6.0.28](https://github.com/truecharts/charts/compare/sickchill-6.0.27...sickchill-6.0.28) (2023-07-01) ### Chore @@ -88,12 +97,3 @@ - -## [sickchill-6.0.19](https://github.com/truecharts/charts/compare/sickchill-6.0.18...sickchill-6.0.19) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - diff --git a/stable/sickchill/6.0.28/Chart.yaml b/stable/sickchill/6.0.29/Chart.yaml similarity index 95% rename from stable/sickchill/6.0.28/Chart.yaml rename to stable/sickchill/6.0.29/Chart.yaml index 9eb94dcf38..e2ae8a4c9f 100644 --- a/stable/sickchill/6.0.28/Chart.yaml +++ b/stable/sickchill/6.0.29/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.5.30" +appVersion: "2023.6.27" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application -version: 6.0.28 +version: 6.0.29 annotations: truecharts.org/catagories: | - media diff --git a/stable/sickchill/6.0.28/README.md b/stable/sickchill/6.0.29/README.md similarity index 100% rename from stable/sickchill/6.0.28/README.md rename to stable/sickchill/6.0.29/README.md diff --git a/stable/sickchill/6.0.29/app-changelog.md b/stable/sickchill/6.0.29/app-changelog.md new file mode 100644 index 0000000000..0cd7c4eb92 --- /dev/null +++ b/stable/sickchill/6.0.29/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sickchill-6.0.29](https://github.com/truecharts/charts/compare/sickchill-6.0.28...sickchill-6.0.29) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/sickchill to v2023.6.27 ([#10271](https://github.com/truecharts/charts/issues/10271)) + + \ No newline at end of file diff --git a/stable/sickchill/6.0.28/app-readme.md b/stable/sickchill/6.0.29/app-readme.md similarity index 100% rename from stable/sickchill/6.0.28/app-readme.md rename to stable/sickchill/6.0.29/app-readme.md diff --git a/stable/sickchill/6.0.28/charts/common-12.14.6.tgz b/stable/sickchill/6.0.29/charts/common-12.14.6.tgz similarity index 100% rename from stable/sickchill/6.0.28/charts/common-12.14.6.tgz rename to stable/sickchill/6.0.29/charts/common-12.14.6.tgz diff --git a/stable/sickchill/6.0.28/ix_values.yaml b/stable/sickchill/6.0.29/ix_values.yaml similarity index 82% rename from stable/sickchill/6.0.28/ix_values.yaml rename to stable/sickchill/6.0.29/ix_values.yaml index 4fc1c636c1..9de24f92c5 100644 --- a/stable/sickchill/6.0.28/ix_values.yaml +++ b/stable/sickchill/6.0.29/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/sickchill pullPolicy: IfNotPresent - tag: v2023.5.30@sha256:77cfdd1bd214d241bbaa898aa686ef13a0a2e6fc81584d20c66e3b6b8c4abb18 + tag: v2023.6.27@sha256:d28ad6b81ebd7bbe9eceb8ec736a11c350fba234d886d37ea68dd199e18a42d1 service: main: ports: diff --git a/stable/sickchill/6.0.28/questions.yaml b/stable/sickchill/6.0.29/questions.yaml similarity index 96% rename from stable/sickchill/6.0.28/questions.yaml rename to stable/sickchill/6.0.29/questions.yaml index 8661d1ba47..b1172be7b2 100644 --- a/stable/sickchill/6.0.28/questions.yaml +++ b/stable/sickchill/6.0.29/questions.yaml @@ -547,14 +547,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - 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 @@ -563,27 +555,36 @@ questions: 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 + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - 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
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -659,13 +660,44 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - 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
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - 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/sickchill/6.0.28/templates/NOTES.txt b/stable/sickchill/6.0.29/templates/NOTES.txt similarity index 100% rename from stable/sickchill/6.0.28/templates/NOTES.txt rename to stable/sickchill/6.0.29/templates/NOTES.txt diff --git a/stable/sickchill/6.0.28/templates/common.yaml b/stable/sickchill/6.0.29/templates/common.yaml similarity index 100% rename from stable/sickchill/6.0.28/templates/common.yaml rename to stable/sickchill/6.0.29/templates/common.yaml diff --git a/stable/sickchill/6.0.28/values.yaml b/stable/sickchill/6.0.29/values.yaml similarity index 100% rename from stable/sickchill/6.0.28/values.yaml rename to stable/sickchill/6.0.29/values.yaml