Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
85287e6fbb
commit
06face73f9
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.0.29](https://github.com/truecharts/charts/compare/minio-7.0.28...minio-7.0.29) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-7.0.30](https://github.com/truecharts/charts/compare/minio-7.0.29...minio-7.0.30) (2023-11-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minio to latest ([#14590](https://github.com/truecharts/charts/issues/14590))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.0.29](https://github.com/truecharts/charts/compare/minio-7.0.28...minio-7.0.29) (2023-11-08)
|
## [minio-7.0.29](https://github.com/truecharts/charts/compare/minio-7.0.28...minio-7.0.29) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [minio-7.0.20](https://github.com/truecharts/charts/compare/minio-7.0.19...minio-7.0.20) (2023-10-24)
|
## [minio-7.0.20](https://github.com/truecharts/charts/compare/minio-7.0.19...minio-7.0.20) (2023-10-24)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#13931](https://github.com/truecharts/charts/issues/13931))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.0.19](https://github.com/truecharts/charts/compare/minio-7.0.18...minio-7.0.19) (2023-10-24)
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ name: minio
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
|
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
|
||||||
- https://github.com/minio/minio
|
- https://github.com/minio/minio
|
||||||
version: 7.0.29
|
version: 7.0.30
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-7.0.30](https://github.com/truecharts/charts/compare/minio-7.0.29...minio-7.0.30) (2023-11-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/minio to latest ([#14590](https://github.com/truecharts/charts/issues/14590))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/minio
|
repository: tccr.io/truecharts/minio
|
||||||
tag: latest@sha256:2d0b083a50beefb703c4c9c30235035f0b5bc5696dcfc38937f496aa7a105c5a
|
tag: latest@sha256:5f8eab4d6bd1285be6247865997a0847689bef67b755318f744a870f816c784d
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -855,7 +855,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -1007,7 +1007,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
label: Host
|
Loading…
Reference in New Issue