This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/benbusby/whoogle-search | major | `0aa8fa7` -> `842489a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
37 lines
889 B
YAML
37 lines
889 B
YAML
image:
|
|
repository: docker.io/benbusby/whoogle-search
|
|
tag: 1.1.0@sha256:842489a3e19d6636570240f93ed0147e16310c45b124746e1fc0c63bbf9ff916
|
|
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: ""
|