This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/xavierh/goaccess-for-nginxproxymanager | digest | `57f4e9e` → `a306dab` | --- > [!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**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nb2FjY2Vzcy1ucG0tbG9ncyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
36 lines
803 B
YAML
36 lines
803 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/xavierh/goaccess-for-nginxproxymanager
|
|
tag: latest@sha256:a306dab0ed63d5bedd991d374cb5e3f37b518da708f5fef547665dfd46e02e2f
|
|
persistence:
|
|
hostpath1:
|
|
enabled: true
|
|
mountPath: /opt/log
|
|
readOnly: true
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7880
|
|
protocol: tcp
|
|
targetPort: 7880
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BASIC_AUTH: "True"
|
|
BASIC_AUTH_PASSWORD: x
|
|
BASIC_AUTH_USERNAME: x
|
|
DEBUG: "False"
|
|
EXCLUDE_IPS: ""
|
|
SKIP_ARCHIVED_LOGS: "False"
|