diff --git a/stable/pwndrop/5.0.30/app-changelog.md b/stable/pwndrop/5.0.30/app-changelog.md deleted file mode 100644 index 09c88bc239a..00000000000 --- a/stable/pwndrop/5.0.30/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pwndrop-5.0.30](https://github.com/truecharts/charts/compare/pwndrop-5.0.29...pwndrop-5.0.30) (2023-07-03) - -### Chore - -- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10127](https://github.com/truecharts/charts/issues/10127)) - - \ No newline at end of file diff --git a/stable/pwndrop/5.0.30/CHANGELOG.md b/stable/pwndrop/5.0.31/CHANGELOG.md similarity index 91% rename from stable/pwndrop/5.0.30/CHANGELOG.md rename to stable/pwndrop/5.0.31/CHANGELOG.md index f8ae8f8d07f..6ffa190accd 100644 --- a/stable/pwndrop/5.0.30/CHANGELOG.md +++ b/stable/pwndrop/5.0.31/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pwndrop-5.0.31](https://github.com/truecharts/charts/compare/pwndrop-5.0.30...pwndrop-5.0.31) (2023-07-18) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10558](https://github.com/truecharts/charts/issues/10558)) + + + + ## [pwndrop-5.0.30](https://github.com/truecharts/charts/compare/pwndrop-5.0.29...pwndrop-5.0.30) (2023-07-03) ### Chore @@ -88,12 +97,3 @@ - hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - -## [pwndrop-5.0.21](https://github.com/truecharts/charts/compare/pwndrop-5.0.20...pwndrop-5.0.21) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - diff --git a/stable/pwndrop/5.0.30/Chart.yaml b/stable/pwndrop/5.0.31/Chart.yaml similarity index 98% rename from stable/pwndrop/5.0.30/Chart.yaml rename to stable/pwndrop/5.0.31/Chart.yaml index d9eb187f177..7bbdd596517 100644 --- a/stable/pwndrop/5.0.30/Chart.yaml +++ b/stable/pwndrop/5.0.31/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 5.0.30 +version: 5.0.31 appVersion: "1.0.1" description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. type: application diff --git a/stable/pwndrop/5.0.30/README.md b/stable/pwndrop/5.0.31/README.md similarity index 100% rename from stable/pwndrop/5.0.30/README.md rename to stable/pwndrop/5.0.31/README.md diff --git a/stable/pwndrop/5.0.31/app-changelog.md b/stable/pwndrop/5.0.31/app-changelog.md new file mode 100644 index 00000000000..20bd2c630b4 --- /dev/null +++ b/stable/pwndrop/5.0.31/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwndrop-5.0.31](https://github.com/truecharts/charts/compare/pwndrop-5.0.30...pwndrop-5.0.31) (2023-07-18) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10558](https://github.com/truecharts/charts/issues/10558)) + + \ No newline at end of file diff --git a/stable/pwndrop/5.0.30/app-readme.md b/stable/pwndrop/5.0.31/app-readme.md similarity index 100% rename from stable/pwndrop/5.0.30/app-readme.md rename to stable/pwndrop/5.0.31/app-readme.md diff --git a/stable/pwndrop/5.0.30/charts/common-12.14.6.tgz b/stable/pwndrop/5.0.31/charts/common-12.14.6.tgz similarity index 100% rename from stable/pwndrop/5.0.30/charts/common-12.14.6.tgz rename to stable/pwndrop/5.0.31/charts/common-12.14.6.tgz diff --git a/stable/pwndrop/5.0.30/ix_values.yaml b/stable/pwndrop/5.0.31/ix_values.yaml similarity index 82% rename from stable/pwndrop/5.0.30/ix_values.yaml rename to stable/pwndrop/5.0.31/ix_values.yaml index 4cebd2dc1a9..0ca6f892987 100644 --- a/stable/pwndrop/5.0.30/ix_values.yaml +++ b/stable/pwndrop/5.0.31/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pwndrop pullPolicy: IfNotPresent - tag: v1.0.1@sha256:38f705cfdc1b055fe4371f5638ac74003058646a7b8688118c53fd2ca620a35c + tag: v1.0.1@sha256:97e27cc135a379a72bef045c0cbc0b23bbadaaa9567edc545aad1b1c3b0a59c4 service: main: ports: diff --git a/stable/pwndrop/5.0.30/questions.yaml b/stable/pwndrop/5.0.31/questions.yaml similarity index 96% rename from stable/pwndrop/5.0.30/questions.yaml rename to stable/pwndrop/5.0.31/questions.yaml index d7b24ba7da8..512ddaf633c 100644 --- a/stable/pwndrop/5.0.30/questions.yaml +++ b/stable/pwndrop/5.0.31/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/pwndrop/5.0.30/templates/NOTES.txt b/stable/pwndrop/5.0.31/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/5.0.30/templates/NOTES.txt rename to stable/pwndrop/5.0.31/templates/NOTES.txt diff --git a/stable/pwndrop/5.0.30/templates/common.yaml b/stable/pwndrop/5.0.31/templates/common.yaml similarity index 100% rename from stable/pwndrop/5.0.30/templates/common.yaml rename to stable/pwndrop/5.0.31/templates/common.yaml diff --git a/stable/pwndrop/5.0.30/values.yaml b/stable/pwndrop/5.0.31/values.yaml similarity index 100% rename from stable/pwndrop/5.0.30/values.yaml rename to stable/pwndrop/5.0.31/values.yaml