Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bba61c269a
commit
de91f10bb9
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [searxng-4.0.64](https://github.com/truecharts/charts/compare/searxng-4.0.63...searxng-4.0.64) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest ([#14096](https://github.com/truecharts/charts/issues/14096))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [searxng-4.0.65](https://github.com/truecharts/charts/compare/searxng-4.0.64...searxng-4.0.65) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest ([#14166](https://github.com/truecharts/charts/issues/14166))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-4.0.64](https://github.com/truecharts/charts/compare/searxng-4.0.63...searxng-4.0.64) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
|
||||
## [searxng-4.0.55](https://github.com/truecharts/charts/compare/searxng-4.0.54...searxng-4.0.55) (2023-10-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest ([#13610](https://github.com/truecharts/charts/issues/13610))
|
||||
|
||||
|
||||
|
||||
|
||||
## [searxng-4.0.54](https://github.com/truecharts/charts/compare/searxng-4.0.53...searxng-4.0.54) (2023-10-11)
|
||||
|
|
@ -3,7 +3,7 @@ appVersion: "latest"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.9
|
||||
version: 14.2.0
|
||||
deprecated: false
|
||||
description: Meta search engine which aggregates results from more than 70 search services.
|
||||
home: https://truecharts.org/charts/stable/searxng
|
||||
|
@ -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.64
|
||||
version: 4.0.65
|
||||
annotations:
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [searxng-4.0.65](https://github.com/truecharts/charts/compare/searxng-4.0.64...searxng-4.0.65) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/searxng to latest ([#14166](https://github.com/truecharts/charts/issues/14166))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/searxng
|
||||
tag: latest@sha256:53e041ec362c02652b137ef06ecc26636890908bb1aa116754dac91e73e9b1c6
|
||||
tag: latest@sha256:a80efa3d335284d0e6cae05ef88b5822c692cb7ad397ac5a63c60f1b2c4f245d
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -751,19 +751,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
|
||||
|
@ -829,19 +816,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
|
Loading…
Reference in New Issue