Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 02:48:47 +00:00
parent beaf9b04f5
commit 5bd71a93ef
12 changed files with 34 additions and 40 deletions

View File

@ -1,9 +0,0 @@
## [adminer-5.0.24](https://github.com/truecharts/charts/compare/adminer-5.0.23...adminer-5.0.24) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [adminer-5.0.25](https://github.com/truecharts/charts/compare/adminer-5.0.24...adminer-5.0.25) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/adminer to latest ([#14191](https://github.com/truecharts/charts/issues/14191))
## [adminer-5.0.24](https://github.com/truecharts/charts/compare/adminer-5.0.23...adminer-5.0.24) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [adminer-5.0.14](https://github.com/truecharts/charts/compare/adminer-5.0.13...adminer-5.0.14) (2023-09-20)
### Chore
- update container image tccr.io/truecharts/adminer to latest ([#12783](https://github.com/truecharts/charts/issues/12783))
## [adminer-5.0.13](https://github.com/truecharts/charts/compare/adminer-5.0.12...adminer-5.0.13) (2023-09-20)
### Chore

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 5.0.24
version: 5.0.25

View File

@ -0,0 +1,9 @@
## [adminer-5.0.25](https://github.com/truecharts/charts/compare/adminer-5.0.24...adminer-5.0.25) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/adminer to latest ([#14191](https://github.com/truecharts/charts/issues/14191))

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer
tag: latest@sha256:ac02757c7b4282719c8742a7e41e916c9611dc62ca9b6929cacad093c678c3ce
tag: latest@sha256:20debcf66a79cd6f06675ff59ed80bd16a2126c488152bc7accee178da9441b1
securityContext:
container:

View File

@ -709,19 +709,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -787,19 +774,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
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