Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9e807a1702
commit
6fad8b7bbf
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [sftpgo-3.0.14](https://github.com/truecharts/charts/compare/sftpgo-3.0.13...sftpgo-3.0.14) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [sftpgo-3.0.15](https://github.com/truecharts/charts/compare/sftpgo-3.0.14...sftpgo-3.0.15) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/sftpgo to v2.5.5 ([#14555](https://github.com/truecharts/charts/issues/14555))
|
||||
|
||||
|
||||
|
||||
|
||||
## [sftpgo-3.0.14](https://github.com/truecharts/charts/compare/sftpgo-3.0.13...sftpgo-3.0.14) (2023-11-08)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.5.4"
|
||||
appVersion: "2.5.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo
|
||||
- https://github.com/drakkan/sftpgo
|
||||
type: application
|
||||
version: 3.0.14
|
||||
version: 3.0.15
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Network-FTP
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [sftpgo-3.0.15](https://github.com/truecharts/charts/compare/sftpgo-3.0.14...sftpgo-3.0.15) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/sftpgo to v2.5.5 ([#14555](https://github.com/truecharts/charts/issues/14555))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/sftpgo
|
||||
tag: v2.5.4@sha256:e8c84122b56f5123cd566783a3993b6ba9e190802f2f0c3e004028b81452062d
|
||||
tag: v2.5.5@sha256:4c0b4909ec63a9e5329d39beaff51cf860fcc63107b6671609caaf4cf684b442
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1247,7 +1247,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
Loading…
Reference in New Issue