Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9a625002c7
commit
9614245eeb
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [pwndrop-6.0.21](https://github.com/truecharts/charts/compare/pwndrop-6.0.20...pwndrop-6.0.21) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [pwndrop-6.0.22](https://github.com/truecharts/charts/compare/pwndrop-6.0.21...pwndrop-6.0.22) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/pwndrop to 1.0.1 ([#15165](https://github.com/truecharts/charts/issues/15165))
|
||||
|
||||
|
||||
|
||||
|
||||
## [pwndrop-6.0.21](https://github.com/truecharts/charts/compare/pwndrop-6.0.20...pwndrop-6.0.21) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#13685](https://github.com/truecharts/charts/issues/13685))
|
||||
|
||||
|
||||
|
||||
|
||||
## [pwndrop-6.0.10](https://github.com/truecharts/charts/compare/pwndrop-6.0.9...pwndrop-6.0.10) (2023-10-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pwndrop to v1.0.1 ([#13439](https://github.com/truecharts/charts/issues/13439))
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: pwndrop
|
||||
version: 6.0.21
|
||||
appVersion: "1.0.1"
|
||||
version: 6.0.22
|
||||
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
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [pwndrop-6.0.22](https://github.com/truecharts/charts/compare/pwndrop-6.0.21...pwndrop-6.0.22) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/pwndrop to 1.0.1 ([#15165](https://github.com/truecharts/charts/issues/15165))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/pwndrop
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.0.1@sha256:4cec696d3c1eb21118984f919bcff05ff6c2af824eae01711b0a2bd2caf91012
|
||||
tag: 1.0.1@sha256:2db08ac7239f13e3006a684a21b042cfa1cb267d105c2459b17b6178d867cf8d
|
||||
service:
|
||||
main:
|
||||
ports:
|
Loading…
Reference in New Issue