From 42372b4b2426096e2792ed8bb56001b8574393ef Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 19 Jun 2023 17:42:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/pwndrop/5.0.27/app-changelog.md | 9 -- .../pwndrop/{5.0.27 => 5.0.28}/CHANGELOG.md | 18 +-- stable/pwndrop/{5.0.27 => 5.0.28}/Chart.yaml | 2 +- stable/pwndrop/{5.0.27 => 5.0.28}/README.md | 0 stable/pwndrop/5.0.28/app-changelog.md | 9 ++ .../pwndrop/{5.0.27 => 5.0.28}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../pwndrop/{5.0.27 => 5.0.28}/ix_values.yaml | 2 +- .../pwndrop/{5.0.27 => 5.0.28}/questions.yaml | 144 +++++++++++------- .../{5.0.27 => 5.0.28}/templates/NOTES.txt | 0 .../{5.0.27 => 5.0.28}/templates/common.yaml | 0 stable/pwndrop/{5.0.27 => 5.0.28}/values.yaml | 0 stable/pwndrop/item.yaml | 1 + 13 files changed, 111 insertions(+), 74 deletions(-) delete mode 100644 stable/pwndrop/5.0.27/app-changelog.md rename stable/pwndrop/{5.0.27 => 5.0.28}/CHANGELOG.md (93%) rename stable/pwndrop/{5.0.27 => 5.0.28}/Chart.yaml (98%) rename stable/pwndrop/{5.0.27 => 5.0.28}/README.md (100%) create mode 100644 stable/pwndrop/5.0.28/app-changelog.md rename stable/pwndrop/{5.0.27 => 5.0.28}/app-readme.md (100%) rename stable/pwndrop/{5.0.27 => 5.0.28}/charts/common-12.14.2.tgz (100%) rename stable/pwndrop/{5.0.27 => 5.0.28}/ix_values.yaml (82%) rename stable/pwndrop/{5.0.27 => 5.0.28}/questions.yaml (95%) rename stable/pwndrop/{5.0.27 => 5.0.28}/templates/NOTES.txt (100%) rename stable/pwndrop/{5.0.27 => 5.0.28}/templates/common.yaml (100%) rename stable/pwndrop/{5.0.27 => 5.0.28}/values.yaml (100%) diff --git a/stable/pwndrop/5.0.27/app-changelog.md b/stable/pwndrop/5.0.27/app-changelog.md deleted file mode 100644 index 45d1e217c5d..00000000000 --- a/stable/pwndrop/5.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pwndrop-5.0.27](https://github.com/truecharts/charts/compare/pwndrop-5.0.26...pwndrop-5.0.27) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - - \ No newline at end of file diff --git a/stable/pwndrop/5.0.27/CHANGELOG.md b/stable/pwndrop/5.0.28/CHANGELOG.md similarity index 93% rename from stable/pwndrop/5.0.27/CHANGELOG.md rename to stable/pwndrop/5.0.28/CHANGELOG.md index 249d490faf5..06f4d535b16 100644 --- a/stable/pwndrop/5.0.27/CHANGELOG.md +++ b/stable/pwndrop/5.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pwndrop-5.0.28](https://github.com/truecharts/charts/compare/pwndrop-5.0.27...pwndrop-5.0.28) (2023-06-19) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#9772](https://github.com/truecharts/charts/issues/9772)) + + + + ## [pwndrop-5.0.27](https://github.com/truecharts/charts/compare/pwndrop-5.0.26...pwndrop-5.0.27) (2023-06-13) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125)) - - -## [pwndrop-5.0.18](https://github.com/truecharts/charts/compare/pwndrop-5.0.17...pwndrop-5.0.18) (2023-05-23) - -### Chore - -- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#9106](https://github.com/truecharts/charts/issues/9106)) - - diff --git a/stable/pwndrop/5.0.27/Chart.yaml b/stable/pwndrop/5.0.28/Chart.yaml similarity index 98% rename from stable/pwndrop/5.0.27/Chart.yaml rename to stable/pwndrop/5.0.28/Chart.yaml index f5eb6b35861..c0f5684429d 100644 --- a/stable/pwndrop/5.0.27/Chart.yaml +++ b/stable/pwndrop/5.0.28/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 5.0.27 +version: 5.0.28 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.27/README.md b/stable/pwndrop/5.0.28/README.md similarity index 100% rename from stable/pwndrop/5.0.27/README.md rename to stable/pwndrop/5.0.28/README.md diff --git a/stable/pwndrop/5.0.28/app-changelog.md b/stable/pwndrop/5.0.28/app-changelog.md new file mode 100644 index 00000000000..099d86b1128 --- /dev/null +++ b/stable/pwndrop/5.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwndrop-5.0.28](https://github.com/truecharts/charts/compare/pwndrop-5.0.27...pwndrop-5.0.28) (2023-06-19) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#9772](https://github.com/truecharts/charts/issues/9772)) + + \ No newline at end of file diff --git a/stable/pwndrop/5.0.27/app-readme.md b/stable/pwndrop/5.0.28/app-readme.md similarity index 100% rename from stable/pwndrop/5.0.27/app-readme.md rename to stable/pwndrop/5.0.28/app-readme.md diff --git a/stable/pwndrop/5.0.27/charts/common-12.14.2.tgz b/stable/pwndrop/5.0.28/charts/common-12.14.2.tgz similarity index 100% rename from stable/pwndrop/5.0.27/charts/common-12.14.2.tgz rename to stable/pwndrop/5.0.28/charts/common-12.14.2.tgz diff --git a/stable/pwndrop/5.0.27/ix_values.yaml b/stable/pwndrop/5.0.28/ix_values.yaml similarity index 82% rename from stable/pwndrop/5.0.27/ix_values.yaml rename to stable/pwndrop/5.0.28/ix_values.yaml index edfc117c9aa..4f8da04975f 100644 --- a/stable/pwndrop/5.0.27/ix_values.yaml +++ b/stable/pwndrop/5.0.28/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pwndrop pullPolicy: IfNotPresent - tag: v1.0.1@sha256:38577fb6abb82f0f94d2358be6eb48f2414154957730b943fe2ddb59c9bd1eb0 + tag: v1.0.1@sha256:39053efc0b3269c6fd804e6ad630b0f57f9a1d5619901a0b2b76925568c79a7c service: main: ports: diff --git a/stable/pwndrop/5.0.27/questions.yaml b/stable/pwndrop/5.0.28/questions.yaml similarity index 95% rename from stable/pwndrop/5.0.27/questions.yaml rename to stable/pwndrop/5.0.28/questions.yaml index 0145a663c01..e02f8865061 100644 --- a/stable/pwndrop/5.0.27/questions.yaml +++ b/stable/pwndrop/5.0.28/questions.yaml @@ -304,6 +304,7 @@ questions: description: Interface Configuration label: Interface Configuration schema: + additional_attrs: true type: dict $ref: - "normalize/interfaceConfiguration" @@ -320,6 +321,7 @@ questions: description: Define how IP Address will be managed label: IP Address Management schema: + additional_attrs: true type: dict required: true attrs: @@ -550,8 +552,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: @@ -757,64 +789,65 @@ questions: schema: type: boolean default: false - show_subquestions_if: true - subquestions: - - variable: entrypoint - label: (Advanced) Traefik Entrypoint - description: Entrypoint used by Traefik when using Traefik as Ingress Provider + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host schema: - type: string - default: websecure - required: true - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - items: - - variable: tlsEntry - label: Host + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts + type: list + default: [] + items: + - variable: host + label: Host schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true + type: string + default: "" + required: true - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: scaleCert - label: Use TrueNAS SCALE Certificate (Deprecated) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" - variable: ingressList label: Add Manual Custom Ingresses group: Ingress @@ -1172,6 +1205,7 @@ questions: - variable: gpu label: Select GPU schema: + additional_attrs: true type: dict $ref: - "definitions/gpuConfiguration" @@ -1759,6 +1793,7 @@ questions: - variable: openvpn label: OpenVPN Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "openvpn"]] attrs: @@ -1779,6 +1814,7 @@ questions: - variable: tailscale label: Tailscale Settings schema: + additional_attrs: true type: dict show_if: [["type", "=", "tailscale"]] attrs: diff --git a/stable/pwndrop/5.0.27/templates/NOTES.txt b/stable/pwndrop/5.0.28/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/5.0.27/templates/NOTES.txt rename to stable/pwndrop/5.0.28/templates/NOTES.txt diff --git a/stable/pwndrop/5.0.27/templates/common.yaml b/stable/pwndrop/5.0.28/templates/common.yaml similarity index 100% rename from stable/pwndrop/5.0.27/templates/common.yaml rename to stable/pwndrop/5.0.28/templates/common.yaml diff --git a/stable/pwndrop/5.0.27/values.yaml b/stable/pwndrop/5.0.28/values.yaml similarity index 100% rename from stable/pwndrop/5.0.27/values.yaml rename to stable/pwndrop/5.0.28/values.yaml diff --git a/stable/pwndrop/item.yaml b/stable/pwndrop/item.yaml index 4788fb5ae32..735b13ba8c0 100644 --- a/stable/pwndrop/item.yaml +++ b/stable/pwndrop/item.yaml @@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png categories: - incubator +screenshots: []