Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 13:42:44 +00:00
parent 8853cdf415
commit 9e2a60d9f6
13 changed files with 40 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [libremdb-3.0.231](https://github.com/truecharts/charts/compare/libremdb-3.0.230...libremdb-3.0.231) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#14079](https://github.com/truecharts/charts/issues/14079))

View File

@ -4,6 +4,15 @@
## [libremdb-3.0.232](https://github.com/truecharts/charts/compare/libremdb-3.0.231...libremdb-3.0.232) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#14090](https://github.com/truecharts/charts/issues/14090))
## [libremdb-3.0.231](https://github.com/truecharts/charts/compare/libremdb-3.0.230...libremdb-3.0.231) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [libremdb-3.0.222](https://github.com/truecharts/charts/compare/libremdb-3.0.221...libremdb-3.0.222) (2023-10-26)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#13998](https://github.com/truecharts/charts/issues/13998))
## [libremdb-3.0.221](https://github.com/truecharts/charts/compare/libremdb-3.0.220...libremdb-3.0.221) (2023-10-26)

View File

@ -27,7 +27,7 @@ sources:
- https://github.com/zyachel/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 3.0.231
version: 3.0.232
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [libremdb-3.0.232](https://github.com/truecharts/charts/compare/libremdb-3.0.231...libremdb-3.0.232) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/libremdb to latest ([#14090](https://github.com/truecharts/charts/issues/14090))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/libremdb
pullPolicy: IfNotPresent
tag: latest@sha256:f0753732563d140f384d5c4fef71d8e335c2e14067a11b955be58d3cc55f653f
tag: latest@sha256:26b324cb1d943de722abbc0eedb578476d8d4c610c6df09420b5a13b7aeb9cef
service:
main:
ports:

View File

@ -851,6 +851,19 @@ 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
@ -1059,6 +1072,13 @@ questions:
type: int
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema: