From ae101b995967c435947543b5b5ec01044dcc026b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 4 Sep 2023 17:44:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/pwndrop/6.0.5/app-changelog.md | 9 --------- stable/pwndrop/{6.0.5 => 6.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/pwndrop/{6.0.5 => 6.0.6}/Chart.yaml | 2 +- stable/pwndrop/{6.0.5 => 6.0.6}/README.md | 0 stable/pwndrop/6.0.6/app-changelog.md | 9 +++++++++ stable/pwndrop/{6.0.5 => 6.0.6}/app-readme.md | 0 .../{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz | Bin .../pwndrop/{6.0.5 => 6.0.6}/ix_values.yaml | 2 +- .../pwndrop/{6.0.5 => 6.0.6}/questions.yaml | 0 .../{6.0.5 => 6.0.6}/templates/NOTES.txt | 0 .../{6.0.5 => 6.0.6}/templates/common.yaml | 0 stable/pwndrop/{6.0.5 => 6.0.6}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/pwndrop/6.0.5/app-changelog.md rename stable/pwndrop/{6.0.5 => 6.0.6}/CHANGELOG.md (91%) rename stable/pwndrop/{6.0.5 => 6.0.6}/Chart.yaml (98%) rename stable/pwndrop/{6.0.5 => 6.0.6}/README.md (100%) create mode 100644 stable/pwndrop/6.0.6/app-changelog.md rename stable/pwndrop/{6.0.5 => 6.0.6}/app-readme.md (100%) rename stable/pwndrop/{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz (100%) rename stable/pwndrop/{6.0.5 => 6.0.6}/ix_values.yaml (82%) rename stable/pwndrop/{6.0.5 => 6.0.6}/questions.yaml (100%) rename stable/pwndrop/{6.0.5 => 6.0.6}/templates/NOTES.txt (100%) rename stable/pwndrop/{6.0.5 => 6.0.6}/templates/common.yaml (100%) rename stable/pwndrop/{6.0.5 => 6.0.6}/values.yaml (100%) diff --git a/stable/pwndrop/6.0.5/app-changelog.md b/stable/pwndrop/6.0.5/app-changelog.md deleted file mode 100644 index f8e97146da0..00000000000 --- a/stable/pwndrop/6.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pwndrop-6.0.5](https://github.com/truecharts/charts/compare/pwndrop-6.0.4...pwndrop-6.0.5) (2023-08-21) - -### Chore - -- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#11760](https://github.com/truecharts/charts/issues/11760)) - - \ No newline at end of file diff --git a/stable/pwndrop/6.0.5/CHANGELOG.md b/stable/pwndrop/6.0.6/CHANGELOG.md similarity index 91% rename from stable/pwndrop/6.0.5/CHANGELOG.md rename to stable/pwndrop/6.0.6/CHANGELOG.md index f1d442859d5..dd5d20749de 100644 --- a/stable/pwndrop/6.0.5/CHANGELOG.md +++ b/stable/pwndrop/6.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pwndrop-6.0.6](https://github.com/truecharts/charts/compare/pwndrop-6.0.5...pwndrop-6.0.6) (2023-09-04) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#12220](https://github.com/truecharts/charts/issues/12220)) + + + + ## [pwndrop-6.0.5](https://github.com/truecharts/charts/compare/pwndrop-6.0.4...pwndrop-6.0.5) (2023-08-21) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#10127](https://github.com/truecharts/charts/issues/10127)) - - - -## [pwndrop-5.0.29](https://github.com/truecharts/charts/compare/pwndrop-5.0.28...pwndrop-5.0.29) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - diff --git a/stable/pwndrop/6.0.5/Chart.yaml b/stable/pwndrop/6.0.6/Chart.yaml similarity index 98% rename from stable/pwndrop/6.0.5/Chart.yaml rename to stable/pwndrop/6.0.6/Chart.yaml index c74c9a0d885..cc339d703b0 100644 --- a/stable/pwndrop/6.0.5/Chart.yaml +++ b/stable/pwndrop/6.0.6/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pwndrop -version: 6.0.5 +version: 6.0.6 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/6.0.5/README.md b/stable/pwndrop/6.0.6/README.md similarity index 100% rename from stable/pwndrop/6.0.5/README.md rename to stable/pwndrop/6.0.6/README.md diff --git a/stable/pwndrop/6.0.6/app-changelog.md b/stable/pwndrop/6.0.6/app-changelog.md new file mode 100644 index 00000000000..41066654ff0 --- /dev/null +++ b/stable/pwndrop/6.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pwndrop-6.0.6](https://github.com/truecharts/charts/compare/pwndrop-6.0.5...pwndrop-6.0.6) (2023-09-04) + +### Chore + +- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#12220](https://github.com/truecharts/charts/issues/12220)) + + \ No newline at end of file diff --git a/stable/pwndrop/6.0.5/app-readme.md b/stable/pwndrop/6.0.6/app-readme.md similarity index 100% rename from stable/pwndrop/6.0.5/app-readme.md rename to stable/pwndrop/6.0.6/app-readme.md diff --git a/stable/pwndrop/6.0.5/charts/common-14.0.1.tgz b/stable/pwndrop/6.0.6/charts/common-14.0.1.tgz similarity index 100% rename from stable/pwndrop/6.0.5/charts/common-14.0.1.tgz rename to stable/pwndrop/6.0.6/charts/common-14.0.1.tgz diff --git a/stable/pwndrop/6.0.5/ix_values.yaml b/stable/pwndrop/6.0.6/ix_values.yaml similarity index 82% rename from stable/pwndrop/6.0.5/ix_values.yaml rename to stable/pwndrop/6.0.6/ix_values.yaml index ff599872073..28aa8330aed 100644 --- a/stable/pwndrop/6.0.5/ix_values.yaml +++ b/stable/pwndrop/6.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pwndrop pullPolicy: IfNotPresent - tag: v1.0.1@sha256:3e92933de8943eeda2c3e0bffa7ea19fad873778ebb180fee3f2ce64c3a1c0eb + tag: v1.0.1@sha256:8f2f1a3b631eae58abdf15b4c3b993061935a9d987069e0fbc54c0347c33332d service: main: ports: diff --git a/stable/pwndrop/6.0.5/questions.yaml b/stable/pwndrop/6.0.6/questions.yaml similarity index 100% rename from stable/pwndrop/6.0.5/questions.yaml rename to stable/pwndrop/6.0.6/questions.yaml diff --git a/stable/pwndrop/6.0.5/templates/NOTES.txt b/stable/pwndrop/6.0.6/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/6.0.5/templates/NOTES.txt rename to stable/pwndrop/6.0.6/templates/NOTES.txt diff --git a/stable/pwndrop/6.0.5/templates/common.yaml b/stable/pwndrop/6.0.6/templates/common.yaml similarity index 100% rename from stable/pwndrop/6.0.5/templates/common.yaml rename to stable/pwndrop/6.0.6/templates/common.yaml diff --git a/stable/pwndrop/6.0.5/values.yaml b/stable/pwndrop/6.0.6/values.yaml similarity index 100% rename from stable/pwndrop/6.0.5/values.yaml rename to stable/pwndrop/6.0.6/values.yaml