mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
a6437bb109
commit
3e062cea4c
2 changed files with 1 additions and 20 deletions
|
|
@ -3,25 +3,7 @@ appVersion: latest
|
||||||
description: SearXNG is a free internet metasearch engine which aggregates results from various search services and databases.
|
description: SearXNG is a free internet metasearch engine which aggregates results from various search services and databases.
|
||||||
name: searxng
|
name: searxng
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
|
||||||
keywords:
|
|
||||||
- searx
|
|
||||||
- searxng
|
|
||||||
- search engine
|
|
||||||
- privacy
|
|
||||||
icon: https://github.com/searxng/searxng/blob/master/searx/static/themes/simple/img/favicon.png?raw=true
|
|
||||||
sources:
|
|
||||||
- https://github.com/searxng/searxng
|
|
||||||
- https://docs.searxng.org
|
|
||||||
- https://hub.docker.com/r/searxng/searxng
|
|
||||||
maintainers:
|
|
||||||
- name: unixfox
|
|
||||||
email: searxng@unixfoxremovemeifyouwanttocontactme.eu
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.k8s-at-home.com
|
repository: https://library-charts.k8s-at-home.com
|
||||||
version: 4.4.2
|
version: 4.4.2
|
||||||
- name: redis
|
|
||||||
version: 0.0.3
|
|
||||||
repository: https://charts.pascaliske.dev
|
|
||||||
condition: redis.enabled
|
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,4 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
settings.yml: |-
|
settings.yml: {{ .Values.searxng.config | toYaml | b64enc | quote }}
|
||||||
{{ toYaml .Values.searxng.config | b64enc | indent 4 }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue