a50f251a37
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/benbusby/whoogle-search | patch | `fe59180` → `6ae0722` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2hvb2dsZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
38 lines
942 B
YAML
38 lines
942 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/benbusby/whoogle-search
|
|
tag: 1.2.4@sha256:6ae072238642b7e5860c8fa7f68cf06be797eb4e2278fc41d17d3b5e8a051eea
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10052
|
|
targetPort: 5000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
WHOOGLE_CONFIG_COUNTRY: ""
|
|
WHOOGLE_CONFIG_THEME: "dark"
|
|
WHOOGLE_CONFIG_SAFE: true
|
|
WHOOGLE_CONFIG_ALTS: false
|
|
WHOOGLE_CONFIG_TOR: false
|
|
WHOOGLE_CONFIG_NEW_TAB: false
|
|
WHOOGLE_CONFIG_GET_ONLY: false
|
|
WHOOGLE_CONFIG_URL: https://<your url>/
|
|
WHOOGLE_CONFIG_STYLE: ""
|