Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-08 12:45:47 +00:00
parent 4532d2fcf7
commit bd208275dd
12 changed files with 24 additions and 24 deletions

View File

@ -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))

View File

@ -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) ## [minio-7.0.26](https://github.com/truecharts/charts/compare/minio-7.0.25...minio-7.0.26) (2023-11-05)
### Chore ### 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) ## [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)

View File

@ -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.26 version: 7.0.27
annotations: annotations:
truecharts.org/category: media truecharts.org/category: media
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -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))

View File

@ -1,6 +1,6 @@
image: image:
repository: tccr.io/truecharts/minio repository: tccr.io/truecharts/minio
tag: latest@sha256:4d2828d07ac1e6c24bac7b7c9fabba2dd1e0f0c8fd5b67e050297a87fc5f4b35 tag: latest@sha256:2d0b083a50beefb703c4c9c30235035f0b5bc5696dcfc38937f496aa7a105c5a
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
main: main:

View File

@ -1227,7 +1227,7 @@ questions:
schema: schema:
type: list type: list
default: [] default: []
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
items: items:
- variable: tlsEntry - variable: tlsEntry
label: Host label: Host
@ -1256,7 +1256,7 @@ questions:
- variable: scaleCert - variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated) label: Use TrueNAS SCALE Certificate (Deprecated)
schema: schema:
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
@ -1265,13 +1265,13 @@ questions:
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: "" default: ""
- variable: secretName - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: "" default: ""
- variable: entrypoint - variable: entrypoint
label: Traefik Entrypoint label: Traefik Entrypoint