Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 11:45:27 +00:00
parent efa410276c
commit d2af049972
12 changed files with 40 additions and 20 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [searxng-4.0.63](https://github.com/truecharts/charts/compare/searxng-4.0.62...searxng-4.0.63) (2023-10-29)
### Chore
- update container image tccr.io/truecharts/searxng to latest ([#14085](https://github.com/truecharts/charts/issues/14085))
## [searxng-4.0.62](https://github.com/truecharts/charts/compare/searxng-4.0.61...searxng-4.0.62) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [searxng-4.0.53](https://github.com/truecharts/charts/compare/searxng-4.0.52...searxng-4.0.53) (2023-10-10)
### Chore
- update container image tccr.io/truecharts/searxng to latest ([#13485](https://github.com/truecharts/charts/issues/13485))
- run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387))
## [searxng-4.0.52](https://github.com/truecharts/charts/compare/searxng-4.0.51...searxng-4.0.52) (2023-10-07)

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/searxng
- https://github.com/searxng/searxng
type: application
version: 4.0.62
version: 4.0.63
annotations:
truecharts.org/category: Productivity
truecharts.org/SCALE-support: "true"

View File

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

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/searxng
tag: latest@sha256:e03c600269c2d3a0f7fb9ee92a0bf555bd7e4d5f43b755357b08ba86db86f989
tag: latest@sha256:0742be4b5ed0fa3d424186b85ee8c59ed2039291d6a9aeebcdda2181729603c6
workload:
main:

View File

@ -751,6 +751,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
@ -959,6 +972,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: