From b8155a7f1576ae8bf47e1c444fb7b546aa69ba2e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 24 Jul 2023 18:44:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/pwndrop/5.0.31/app-changelog.md | 9 --------- .../pwndrop/{5.0.31 => 5.0.32}/CHANGELOG.md | 18 +++++++++--------- stable/pwndrop/{5.0.31 => 5.0.32}/Chart.yaml | 2 +- stable/pwndrop/{5.0.31 => 5.0.32}/README.md | 0 stable/pwndrop/5.0.32/app-changelog.md | 9 +++++++++ .../pwndrop/{5.0.31 => 5.0.32}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../pwndrop/{5.0.31 => 5.0.32}/ix_values.yaml | 2 +- .../pwndrop/{5.0.31 => 5.0.32}/questions.yaml | 0 .../{5.0.31 => 5.0.32}/templates/NOTES.txt | 0 .../{5.0.31 => 5.0.32}/templates/common.yaml | 0 stable/pwndrop/{5.0.31 => 5.0.32}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/pwndrop/5.0.31/app-changelog.md rename stable/pwndrop/{5.0.31 => 5.0.32}/CHANGELOG.md (93%) rename stable/pwndrop/{5.0.31 => 5.0.32}/Chart.yaml (98%) rename stable/pwndrop/{5.0.31 => 5.0.32}/README.md (100%) create mode 100644 stable/pwndrop/5.0.32/app-changelog.md rename stable/pwndrop/{5.0.31 => 5.0.32}/app-readme.md (100%) rename stable/pwndrop/{5.0.31 => 5.0.32}/charts/common-12.14.6.tgz (100%) rename stable/pwndrop/{5.0.31 => 5.0.32}/ix_values.yaml (82%) rename stable/pwndrop/{5.0.31 => 5.0.32}/questions.yaml (100%) rename stable/pwndrop/{5.0.31 => 5.0.32}/templates/NOTES.txt (100%) rename stable/pwndrop/{5.0.31 => 5.0.32}/templates/common.yaml (100%) rename stable/pwndrop/{5.0.31 => 5.0.32}/values.yaml (100%) diff --git a/stable/pwndrop/5.0.31/app-changelog.md b/stable/pwndrop/5.0.31/app-changelog.md deleted file mode 100644 index 20bd2c630b..0000000000 --- a/stable/pwndrop/5.0.31/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.31/CHANGELOG.md b/stable/pwndrop/5.0.32/CHANGELOG.md similarity index 93% rename from stable/pwndrop/5.0.31/CHANGELOG.md rename to stable/pwndrop/5.0.32/CHANGELOG.md index 6ffa190acc..bfa73c01fd 100644 --- a/stable/pwndrop/5.0.31/CHANGELOG.md +++ b/stable/pwndrop/5.0.32/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pwndrop-5.0.32](https://github.com/truecharts/charts/compare/pwndrop-5.0.31...pwndrop-5.0.32) (2023-07-24) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10805](https://github.com/truecharts/charts/issues/10805)) + + + + ## [pwndrop-5.0.31](https://github.com/truecharts/charts/compare/pwndrop-5.0.30...pwndrop-5.0.31) (2023-07-18) ### Chore @@ -88,12 +97,3 @@ ## [pwndrop-5.0.22](https://github.com/truecharts/charts/compare/pwndrop-5.0.21...pwndrop-5.0.22) (2023-06-04) -### Chore - -- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#9381](https://github.com/truecharts/charts/issues/9381)) - - ### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - diff --git a/stable/pwndrop/5.0.31/Chart.yaml b/stable/pwndrop/5.0.32/Chart.yaml similarity index 98% rename from stable/pwndrop/5.0.31/Chart.yaml rename to stable/pwndrop/5.0.32/Chart.yaml index 7bbdd59651..c448253cec 100644 --- a/stable/pwndrop/5.0.31/Chart.yaml +++ b/stable/pwndrop/5.0.32/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 5.0.31 +version: 5.0.32 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.31/README.md b/stable/pwndrop/5.0.32/README.md similarity index 100% rename from stable/pwndrop/5.0.31/README.md rename to stable/pwndrop/5.0.32/README.md diff --git a/stable/pwndrop/5.0.32/app-changelog.md b/stable/pwndrop/5.0.32/app-changelog.md new file mode 100644 index 0000000000..ff43816a90 --- /dev/null +++ b/stable/pwndrop/5.0.32/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwndrop-5.0.32](https://github.com/truecharts/charts/compare/pwndrop-5.0.31...pwndrop-5.0.32) (2023-07-24) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10805](https://github.com/truecharts/charts/issues/10805)) + + \ No newline at end of file diff --git a/stable/pwndrop/5.0.31/app-readme.md b/stable/pwndrop/5.0.32/app-readme.md similarity index 100% rename from stable/pwndrop/5.0.31/app-readme.md rename to stable/pwndrop/5.0.32/app-readme.md diff --git a/stable/pwndrop/5.0.31/charts/common-12.14.6.tgz b/stable/pwndrop/5.0.32/charts/common-12.14.6.tgz similarity index 100% rename from stable/pwndrop/5.0.31/charts/common-12.14.6.tgz rename to stable/pwndrop/5.0.32/charts/common-12.14.6.tgz diff --git a/stable/pwndrop/5.0.31/ix_values.yaml b/stable/pwndrop/5.0.32/ix_values.yaml similarity index 82% rename from stable/pwndrop/5.0.31/ix_values.yaml rename to stable/pwndrop/5.0.32/ix_values.yaml index 0ca6f89298..1d7a655e40 100644 --- a/stable/pwndrop/5.0.31/ix_values.yaml +++ b/stable/pwndrop/5.0.32/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pwndrop pullPolicy: IfNotPresent - tag: v1.0.1@sha256:97e27cc135a379a72bef045c0cbc0b23bbadaaa9567edc545aad1b1c3b0a59c4 + tag: v1.0.1@sha256:e6d2e0fcd6ca61fdb565bb3bc232d5adcedd2572b2a639145972690acb022670 service: main: ports: diff --git a/stable/pwndrop/5.0.31/questions.yaml b/stable/pwndrop/5.0.32/questions.yaml similarity index 100% rename from stable/pwndrop/5.0.31/questions.yaml rename to stable/pwndrop/5.0.32/questions.yaml diff --git a/stable/pwndrop/5.0.31/templates/NOTES.txt b/stable/pwndrop/5.0.32/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/5.0.31/templates/NOTES.txt rename to stable/pwndrop/5.0.32/templates/NOTES.txt diff --git a/stable/pwndrop/5.0.31/templates/common.yaml b/stable/pwndrop/5.0.32/templates/common.yaml similarity index 100% rename from stable/pwndrop/5.0.31/templates/common.yaml rename to stable/pwndrop/5.0.32/templates/common.yaml diff --git a/stable/pwndrop/5.0.31/values.yaml b/stable/pwndrop/5.0.32/values.yaml similarity index 100% rename from stable/pwndrop/5.0.31/values.yaml rename to stable/pwndrop/5.0.32/values.yaml