From bdb354b1d710d21ea69d92b055bc295dfbc0eb3b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 08:40:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflareddns/5.0.28/app-changelog.md | 9 -- .../{5.0.28 => 5.0.29}/CHANGELOG.md | 18 ++-- .../{5.0.28 => 5.0.29}/Chart.yaml | 2 +- .../{5.0.28 => 5.0.29}/README.md | 0 stable/cloudflareddns/5.0.29/app-changelog.md | 9 ++ .../{5.0.28 => 5.0.29}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{5.0.28 => 5.0.29}/ix_values.yaml | 2 +- .../{5.0.28 => 5.0.29}/questions.yaml | 96 ++++++++++++------ .../{5.0.28 => 5.0.29}/templates/NOTES.txt | 0 .../{5.0.28 => 5.0.29}/templates/_secret.tpl | 0 .../{5.0.28 => 5.0.29}/templates/common.yaml | 0 .../{5.0.28 => 5.0.29}/values.yaml | 0 13 files changed, 84 insertions(+), 52 deletions(-) delete mode 100644 stable/cloudflareddns/5.0.28/app-changelog.md rename stable/cloudflareddns/{5.0.28 => 5.0.29}/CHANGELOG.md (90%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/Chart.yaml (98%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/README.md (100%) create mode 100644 stable/cloudflareddns/5.0.29/app-changelog.md rename stable/cloudflareddns/{5.0.28 => 5.0.29}/app-readme.md (100%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/charts/common-12.14.6.tgz (100%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/ix_values.yaml (92%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/questions.yaml (96%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/templates/NOTES.txt (100%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/templates/_secret.tpl (100%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/templates/common.yaml (100%) rename stable/cloudflareddns/{5.0.28 => 5.0.29}/values.yaml (100%) diff --git a/stable/cloudflareddns/5.0.28/app-changelog.md b/stable/cloudflareddns/5.0.28/app-changelog.md deleted file mode 100644 index f745f0a09b..0000000000 --- a/stable/cloudflareddns/5.0.28/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudflareddns-5.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.27...cloudflareddns-5.0.28) (2023-07-06) - -### Chore - -- update container image tccr.io/truecharts/cloudflareddns to latest ([#10195](https://github.com/truecharts/charts/issues/10195)) - - \ No newline at end of file diff --git a/stable/cloudflareddns/5.0.28/CHANGELOG.md b/stable/cloudflareddns/5.0.29/CHANGELOG.md similarity index 90% rename from stable/cloudflareddns/5.0.28/CHANGELOG.md rename to stable/cloudflareddns/5.0.29/CHANGELOG.md index 995a22cdf1..abef74c57d 100644 --- a/stable/cloudflareddns/5.0.28/CHANGELOG.md +++ b/stable/cloudflareddns/5.0.29/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudflareddns-5.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.28...cloudflareddns-5.0.29) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/cloudflareddns to latest ([#10229](https://github.com/truecharts/charts/issues/10229)) + + + + ## [cloudflareddns-5.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.27...cloudflareddns-5.0.28) (2023-07-06) ### Chore @@ -88,12 +97,3 @@ - -## [cloudflareddns-5.0.19](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.18...cloudflareddns-5.0.19) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - diff --git a/stable/cloudflareddns/5.0.28/Chart.yaml b/stable/cloudflareddns/5.0.29/Chart.yaml similarity index 98% rename from stable/cloudflareddns/5.0.28/Chart.yaml rename to stable/cloudflareddns/5.0.29/Chart.yaml index 6e3e7aa2df..bca12ac4cf 100644 --- a/stable/cloudflareddns/5.0.28/Chart.yaml +++ b/stable/cloudflareddns/5.0.29/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/hotio/cloudflareddns - https://hotio.dev/containers/cloudflareddns/ type: application -version: 5.0.28 +version: 5.0.29 annotations: truecharts.org/catagories: | - networking diff --git a/stable/cloudflareddns/5.0.28/README.md b/stable/cloudflareddns/5.0.29/README.md similarity index 100% rename from stable/cloudflareddns/5.0.28/README.md rename to stable/cloudflareddns/5.0.29/README.md diff --git a/stable/cloudflareddns/5.0.29/app-changelog.md b/stable/cloudflareddns/5.0.29/app-changelog.md new file mode 100644 index 0000000000..9e75f87b94 --- /dev/null +++ b/stable/cloudflareddns/5.0.29/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflareddns-5.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.28...cloudflareddns-5.0.29) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/cloudflareddns to latest ([#10229](https://github.com/truecharts/charts/issues/10229)) + + \ No newline at end of file diff --git a/stable/cloudflareddns/5.0.28/app-readme.md b/stable/cloudflareddns/5.0.29/app-readme.md similarity index 100% rename from stable/cloudflareddns/5.0.28/app-readme.md rename to stable/cloudflareddns/5.0.29/app-readme.md diff --git a/stable/cloudflareddns/5.0.28/charts/common-12.14.6.tgz b/stable/cloudflareddns/5.0.29/charts/common-12.14.6.tgz similarity index 100% rename from stable/cloudflareddns/5.0.28/charts/common-12.14.6.tgz rename to stable/cloudflareddns/5.0.29/charts/common-12.14.6.tgz diff --git a/stable/cloudflareddns/5.0.28/ix_values.yaml b/stable/cloudflareddns/5.0.29/ix_values.yaml similarity index 92% rename from stable/cloudflareddns/5.0.28/ix_values.yaml rename to stable/cloudflareddns/5.0.29/ix_values.yaml index 1c1f8316ee..cc94857702 100644 --- a/stable/cloudflareddns/5.0.28/ix_values.yaml +++ b/stable/cloudflareddns/5.0.29/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/cloudflareddns pullPolicy: IfNotPresent - tag: latest@sha256:a94feac9f248f38e55ffad9c0cb2b5e2c131157cc67a8d7fd14be1daddfb882d + tag: latest@sha256:8fcb7993ec88b58cca3a2726bdb9ec55eaa91cca14c3d2789e25f96ba3d2dc7b securityContext: container: diff --git a/stable/cloudflareddns/5.0.28/questions.yaml b/stable/cloudflareddns/5.0.29/questions.yaml similarity index 96% rename from stable/cloudflareddns/5.0.28/questions.yaml rename to stable/cloudflareddns/5.0.29/questions.yaml index ca429cbf5f..4a2dae2285 100644 --- a/stable/cloudflareddns/5.0.28/questions.yaml +++ b/stable/cloudflareddns/5.0.29/questions.yaml @@ -598,14 +598,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 @@ -614,27 +606,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: @@ -710,13 +711,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/cloudflareddns/5.0.28/templates/NOTES.txt b/stable/cloudflareddns/5.0.29/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/5.0.28/templates/NOTES.txt rename to stable/cloudflareddns/5.0.29/templates/NOTES.txt diff --git a/stable/cloudflareddns/5.0.28/templates/_secret.tpl b/stable/cloudflareddns/5.0.29/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/5.0.28/templates/_secret.tpl rename to stable/cloudflareddns/5.0.29/templates/_secret.tpl diff --git a/stable/cloudflareddns/5.0.28/templates/common.yaml b/stable/cloudflareddns/5.0.29/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/5.0.28/templates/common.yaml rename to stable/cloudflareddns/5.0.29/templates/common.yaml diff --git a/stable/cloudflareddns/5.0.28/values.yaml b/stable/cloudflareddns/5.0.29/values.yaml similarity index 100% rename from stable/cloudflareddns/5.0.28/values.yaml rename to stable/cloudflareddns/5.0.29/values.yaml