Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4adcc4b3d3
commit
3b4792f710
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [searxng-4.0.81](https://github.com/truecharts/charts/compare/searxng-4.0.80...searxng-4.0.81) (2023-12-04)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image searxng/searxng to latest[@96a5db9](https://github.com/96a5db9) ([#15675](https://github.com/truecharts/charts/issues/15675))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [searxng-4.0.82](https://github.com/truecharts/charts/compare/searxng-4.0.81...searxng-4.0.82) (2023-12-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image searxng/searxng to latest[@3f73163](https://github.com/3f73163) ([#15881](https://github.com/truecharts/charts/issues/15881))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [searxng-4.0.81](https://github.com/truecharts/charts/compare/searxng-4.0.80...searxng-4.0.81) (2023-12-04)
|
## [searxng-4.0.81](https://github.com/truecharts/charts/compare/searxng-4.0.80...searxng-4.0.81) (2023-12-04)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/searxng to latest ([#14581](https://github.com/truecharts/charts/issues/14581))
|
- update container image tccr.io/truecharts/searxng to latest ([#14581](https://github.com/truecharts/charts/issues/14581))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [searxng-4.0.72](https://github.com/truecharts/charts/compare/searxng-4.0.71...searxng-4.0.72) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: searxng
|
name: searxng
|
||||||
version: 4.0.81
|
version: 4.0.82
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Meta search engine which aggregates results from more than 70 search
|
Meta search engine which aggregates results from more than 70 search
|
||||||
|
@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/searxng
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/searxng/searxng
|
|
||||||
- https://github.com/searxng/searxng
|
- https://github.com/searxng/searxng
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/searxng
|
- https://github.com/truecharts/charts/tree/master/charts/stable/searxng
|
||||||
|
- https://hub.docker.com/r/searxng/searxng
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [searxng-4.0.82](https://github.com/truecharts/charts/compare/searxng-4.0.81...searxng-4.0.82) (2023-12-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image searxng/searxng to latest[@3f73163](https://github.com/3f73163) ([#15881](https://github.com/truecharts/charts/issues/15881))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: searxng/searxng
|
repository: searxng/searxng
|
||||||
tag: latest@sha256:96a5db9f738203b3ff78480caba947212d81cbbd9508be459ac520e75a9a0899
|
tag: latest@sha256:3f731639e9ead66ed9518e12bada547f174fea494f2fcfb728193c9e6f220bc5
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
|
@ -484,6 +484,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -496,6 +498,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -588,7 +667,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -702,6 +781,82 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -950,6 +1105,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
description: Advanced settings are not covered by TrueCharts Support
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
@ -1177,6 +1372,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue