Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 12:41:16 +00:00
parent 09d5ea5eca
commit 1b1e22fc1a
12 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [minio-console-6.0.21](https://github.com/truecharts/charts/compare/minio-console-6.0.20...minio-console-6.0.21) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [minio-console-6.0.22](https://github.com/truecharts/charts/compare/minio-console-6.0.21...minio-console-6.0.22) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/minio-console to v0.28.0 ([#9270](https://github.com/truecharts/charts/issues/9270))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [minio-console-6.0.21](https://github.com/truecharts/charts/compare/minio-console-6.0.20...minio-console-6.0.21) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [minio-console-6.0.12](https://github.com/truecharts/charts/compare/minio-console-6.0.11...minio-console-6.0.12) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
## [minio-console-6.0.11](https://github.com/truecharts/charts/compare/minio-console-6.0.10...minio-console-6.0.11) (2023-05-03)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.27.0"
appVersion: "0.28.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ name: minio-console
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minio-console
- https://github.com/minio/console
version: 6.0.21
version: 6.0.22
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,13 @@
## [minio-console-6.0.22](https://github.com/truecharts/charts/compare/minio-console-6.0.21...minio-console-6.0.22) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/minio-console to v0.28.0 ([#9270](https://github.com/truecharts/charts/issues/9270))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minio-console
tag: v0.27.0@sha256:19d97d327e63da08d7f6c5900a66ed70f691e120513ac3adff93eac0d266e6a9
tag: v0.28.0@sha256:bc429772457af819b3fc9d6c8e5f2ccd42b5461ee78f2f2eaaef8ccb80803035
pullPolicy: IfNotPresent
service:
main:

View File

@ -759,63 +759,6 @@ questions:
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -829,6 +772,70 @@ questions:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress