Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4532d2fcf7
commit
bd208275dd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [minio-7.0.26](https://github.com/truecharts/charts/compare/minio-7.0.25...minio-7.0.26) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [minio-7.0.27](https://github.com/truecharts/charts/compare/minio-7.0.26...minio-7.0.27) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio to latest ([#14446](https://github.com/truecharts/charts/issues/14446))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-7.0.26](https://github.com/truecharts/charts/compare/minio-7.0.25...minio-7.0.26) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [minio-7.0.17](https://github.com/truecharts/charts/compare/minio-7.0.16...minio-7.0.17) (2023-10-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio to latest ([#13638](https://github.com/truecharts/charts/issues/13638))
|
||||
|
||||
|
||||
|
||||
|
||||
## [minio-7.0.16](https://github.com/truecharts/charts/compare/minio-7.0.15...minio-7.0.16) (2023-10-08)
|
||||
|
|
@ -20,7 +20,7 @@ name: minio
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minio
|
||||
- https://github.com/minio/minio
|
||||
version: 7.0.26
|
||||
version: 7.0.27
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [minio-7.0.27](https://github.com/truecharts/charts/compare/minio-7.0.26...minio-7.0.27) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/minio to latest ([#14446](https://github.com/truecharts/charts/issues/14446))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/minio
|
||||
tag: latest@sha256:4d2828d07ac1e6c24bac7b7c9fabba2dd1e0f0c8fd5b67e050297a87fc5f4b35
|
||||
tag: latest@sha256:2d0b083a50beefb703c4c9c30235035f0b5bc5696dcfc38937f496aa7a105c5a
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -1227,7 +1227,7 @@ questions:
|
|||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1256,7 +1256,7 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
@ -1265,13 +1265,13 @@ questions:
|
|||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
Loading…
Reference in New Issue