Files
truecharts/charts/stable/docker/values.yaml
TrueCharts Bot a2c542fddf chore(deps): update container image docker to 25.0.3-dind@f837abe by renovate (#18291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `915cd16` -> `f837abe` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 14:25:25 +00:00

57 lines
1.2 KiB
YAML

image:
repository: docker
pullPolicy: IfNotPresent
tag: 25.0.3-dind@sha256:f837abeefde97276de9505056743c602d6938d2b49b2066bee3ae3b359ec8b78
hostNetwork: true
securityContext:
container:
privileged: true
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
service:
main:
enabled: true
type: ClusterIP
ports:
main:
port: 2376
type: https
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
initialDelaySeconds: 30
type: tcp
readiness:
initialDelaySeconds: 30
type: tcp
startup:
initialDelaySeconds: 30
type: tcp
env:
DOCKER_TLS_CERTDIR: /certs
type: StatefulSet
replicas: 1
strategy: RollingUpdate
persistence:
docker-certs-ca:
enabled: true
mountPath: /config
volumeClaimTemplates:
docker-certs-client:
enabled: true
mountPath: /certs/client
docker:
enabled: true
mountPath: /var/lib/docker
portal:
open:
enabled: false