Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-18 03:07:53 +00:00
parent 8bb3dacd81
commit 90bb35341d
12 changed files with 84 additions and 52 deletions

View File

@ -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))

View File

@ -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))

View File

@ -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

View File

@ -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))

View File

@ -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:

View File

@ -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,6 +555,13 @@ questions:
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: |
@ -573,10 +572,12 @@ questions:
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
default: "775"
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
@ -659,11 +660,42 @@ 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", "!=", "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</br>
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:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
- variable: readOnly