Files
truecharts/charts/stable/smokeping/values.yaml
T
TrueCharts BotandGitHub 297b6ebfd1 chore(deps): update container image ghcr.io/linuxserver/smokeping to 2.8.2@0cab7c7 by renovate (#16827)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://togithub.com/linuxserver/docker-smokeping/packages)
([source](https://togithub.com/linuxserver/docker-smokeping)) | digest |
`e220b96` -> `0cab7c7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 09:17:10 +01:00

47 lines
875 B
YAML

image:
repository: ghcr.io/linuxserver/smokeping
pullPolicy: IfNotPresent
tag: 2.8.2@sha256:0cab7c717a899ae89a239eb9b1513d59f6bb4f4c709c2a6b038c6cd746700645
strategy:
type: Recreate
service:
main:
ports:
main:
port: 10030
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
varrun:
enabled: false
portal:
open:
enabled: true
securityContext:
container:
capabilities:
add:
- NET_RAW
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp