From 2d75fb226625f60ad74ca5f8bad8e77afff0f60c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 10 Jul 2023 04:44:04 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/duckdns/5.0.31/app-changelog.md | 9 -- .../duckdns/{5.0.31 => 5.0.32}/CHANGELOG.md | 18 ++-- stable/duckdns/{5.0.31 => 5.0.32}/Chart.yaml | 2 +- stable/duckdns/{5.0.31 => 5.0.32}/README.md | 0 stable/duckdns/5.0.32/app-changelog.md | 9 ++ .../duckdns/{5.0.31 => 5.0.32}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../duckdns/{5.0.31 => 5.0.32}/ix_values.yaml | 2 +- .../duckdns/{5.0.31 => 5.0.32}/questions.yaml | 96 ++++++++++++------ .../{5.0.31 => 5.0.32}/templates/NOTES.txt | 0 .../{5.0.31 => 5.0.32}/templates/common.yaml | 0 stable/duckdns/{5.0.31 => 5.0.32}/values.yaml | 0 12 files changed, 84 insertions(+), 52 deletions(-) delete mode 100644 stable/duckdns/5.0.31/app-changelog.md rename stable/duckdns/{5.0.31 => 5.0.32}/CHANGELOG.md (93%) rename stable/duckdns/{5.0.31 => 5.0.32}/Chart.yaml (97%) rename stable/duckdns/{5.0.31 => 5.0.32}/README.md (100%) create mode 100644 stable/duckdns/5.0.32/app-changelog.md rename stable/duckdns/{5.0.31 => 5.0.32}/app-readme.md (100%) rename stable/duckdns/{5.0.31 => 5.0.32}/charts/common-12.14.6.tgz (100%) rename stable/duckdns/{5.0.31 => 5.0.32}/ix_values.yaml (89%) rename stable/duckdns/{5.0.31 => 5.0.32}/questions.yaml (96%) rename stable/duckdns/{5.0.31 => 5.0.32}/templates/NOTES.txt (100%) rename stable/duckdns/{5.0.31 => 5.0.32}/templates/common.yaml (100%) rename stable/duckdns/{5.0.31 => 5.0.32}/values.yaml (100%) diff --git a/stable/duckdns/5.0.31/app-changelog.md b/stable/duckdns/5.0.31/app-changelog.md deleted file mode 100644 index 5d5273369d..0000000000 --- a/stable/duckdns/5.0.31/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [duckdns-5.0.31](https://github.com/truecharts/charts/compare/duckdns-5.0.30...duckdns-5.0.31) (2023-07-03) - -### Chore - -- update container image tccr.io/truecharts/duckdns to latest ([#10105](https://github.com/truecharts/charts/issues/10105)) - - \ No newline at end of file diff --git a/stable/duckdns/5.0.31/CHANGELOG.md b/stable/duckdns/5.0.32/CHANGELOG.md similarity index 93% rename from stable/duckdns/5.0.31/CHANGELOG.md rename to stable/duckdns/5.0.32/CHANGELOG.md index 2b3562a06a..732399f8b5 100644 --- a/stable/duckdns/5.0.31/CHANGELOG.md +++ b/stable/duckdns/5.0.32/CHANGELOG.md @@ -4,6 +4,15 @@ +## [duckdns-5.0.32](https://github.com/truecharts/charts/compare/duckdns-5.0.31...duckdns-5.0.32) (2023-07-10) + +### Chore + +- update container image tccr.io/truecharts/duckdns to latest ([#10359](https://github.com/truecharts/charts/issues/10359)) + + + + ## [duckdns-5.0.31](https://github.com/truecharts/charts/compare/duckdns-5.0.30...duckdns-5.0.31) (2023-07-03) ### Chore @@ -88,12 +97,3 @@ ## [duckdns-5.0.22](https://github.com/truecharts/charts/compare/duckdns-5.0.21...duckdns-5.0.22) (2023-05-28) ### Chore - -- update container image tccr.io/truecharts/duckdns to latest ([#9205](https://github.com/truecharts/charts/issues/9205)) - - - - -## [duckdns-5.0.21](https://github.com/truecharts/charts/compare/duckdns-5.0.20...duckdns-5.0.21) (2023-05-27) - -### Chore diff --git a/stable/duckdns/5.0.31/Chart.yaml b/stable/duckdns/5.0.32/Chart.yaml similarity index 97% rename from stable/duckdns/5.0.31/Chart.yaml rename to stable/duckdns/5.0.32/Chart.yaml index 1471566462..25a4137314 100644 --- a/stable/duckdns/5.0.31/Chart.yaml +++ b/stable/duckdns/5.0.32/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 5.0.31 +version: 5.0.32 appVersion: "latest" description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. type: application diff --git a/stable/duckdns/5.0.31/README.md b/stable/duckdns/5.0.32/README.md similarity index 100% rename from stable/duckdns/5.0.31/README.md rename to stable/duckdns/5.0.32/README.md diff --git a/stable/duckdns/5.0.32/app-changelog.md b/stable/duckdns/5.0.32/app-changelog.md new file mode 100644 index 0000000000..1ec0e012f0 --- /dev/null +++ b/stable/duckdns/5.0.32/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duckdns-5.0.32](https://github.com/truecharts/charts/compare/duckdns-5.0.31...duckdns-5.0.32) (2023-07-10) + +### Chore + +- update container image tccr.io/truecharts/duckdns to latest ([#10359](https://github.com/truecharts/charts/issues/10359)) + + \ No newline at end of file diff --git a/stable/duckdns/5.0.31/app-readme.md b/stable/duckdns/5.0.32/app-readme.md similarity index 100% rename from stable/duckdns/5.0.31/app-readme.md rename to stable/duckdns/5.0.32/app-readme.md diff --git a/stable/duckdns/5.0.31/charts/common-12.14.6.tgz b/stable/duckdns/5.0.32/charts/common-12.14.6.tgz similarity index 100% rename from stable/duckdns/5.0.31/charts/common-12.14.6.tgz rename to stable/duckdns/5.0.32/charts/common-12.14.6.tgz diff --git a/stable/duckdns/5.0.31/ix_values.yaml b/stable/duckdns/5.0.32/ix_values.yaml similarity index 89% rename from stable/duckdns/5.0.31/ix_values.yaml rename to stable/duckdns/5.0.32/ix_values.yaml index 664ba860e4..59e8f53da2 100644 --- a/stable/duckdns/5.0.31/ix_values.yaml +++ b/stable/duckdns/5.0.32/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/duckdns pullPolicy: IfNotPresent - tag: latest@sha256:fd2dd2cbc6f2fb81ea4ca93a5f726f962328490b974e74c26e3a22d4911b8fc3 + tag: latest@sha256:1f018f9e80f33b30a8c3ef3e9023f8f1c2ee0a6c09cfe5fc0e70393e6221afcd securityContext: container: diff --git a/stable/duckdns/5.0.31/questions.yaml b/stable/duckdns/5.0.32/questions.yaml similarity index 96% rename from stable/duckdns/5.0.31/questions.yaml rename to stable/duckdns/5.0.32/questions.yaml index 60ff0b808d..5427dd7aaa 100644 --- a/stable/duckdns/5.0.31/questions.yaml +++ b/stable/duckdns/5.0.32/questions.yaml @@ -507,14 +507,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 @@ -523,27 +515,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: @@ -619,13 +620,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/duckdns/5.0.31/templates/NOTES.txt b/stable/duckdns/5.0.32/templates/NOTES.txt similarity index 100% rename from stable/duckdns/5.0.31/templates/NOTES.txt rename to stable/duckdns/5.0.32/templates/NOTES.txt diff --git a/stable/duckdns/5.0.31/templates/common.yaml b/stable/duckdns/5.0.32/templates/common.yaml similarity index 100% rename from stable/duckdns/5.0.31/templates/common.yaml rename to stable/duckdns/5.0.32/templates/common.yaml diff --git a/stable/duckdns/5.0.31/values.yaml b/stable/duckdns/5.0.32/values.yaml similarity index 100% rename from stable/duckdns/5.0.31/values.yaml rename to stable/duckdns/5.0.32/values.yaml