Files
truecharts/charts/stable/chronograf/values.yaml
T
TrueCharts Bot fee4fd0bcc chore(deps): update container image chronograf to latest@d8a2a81 by renovate (#26944)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| chronograf | digest | `77a6f5f` -> `d8a2a81` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45OC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-27 14:21:16 +02:00

24 lines
464 B
YAML

image:
pullPolicy: IfNotPresent
repository: chronograf
tag: latest@sha256:d8a2a816c4020b69a7226b1d8b5c8956625f784711eb1fb3c2b8f21ba4d9427f
persistence:
chronograf:
enabled: true
mountPath: /var/lib/chronograf
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8888
protocol: tcp
targetPort: 8888