chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -20,7 +20,7 @@ maintainers:
|
||||
name: whoogle
|
||||
sources:
|
||||
- https://github.com/benbusby/whoogle-search
|
||||
version: 3.0.5
|
||||
version: 3.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -82,8 +82,6 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
|
||||
- variable: WHOOGLE_CONFIG_COUNTRY
|
||||
label: "WHOOGLE_CONFIG_COUNTRY"
|
||||
description: "Filter results by hosting country"
|
||||
|
||||
@@ -1,15 +1,9 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/whoogle-search
|
||||
# -- image tag
|
||||
tag: v0.7.4@sha256:8d0648349804b74e6ff0bcc8b4b2737160d0a4226b72e4f63334cbba03a6af39
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- environment variables. See [image docs](https://github.com/benbusby/whoogle-search#environment-variables) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
WHOOGLE_CONFIG_COUNTRY: ""
|
||||
WHOOGLE_CONFIG_THEME: "dark"
|
||||
WHOOGLE_CONFIG_SAFE: true
|
||||
@@ -20,8 +14,6 @@ env:
|
||||
WHOOGLE_CONFIG_URL: https://<your url>/
|
||||
WHOOGLE_CONFIG_STYLE: ""
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user