23bda07f72
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `7d85d0e` → `ad68e89` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kb2NrZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker
|
|
pullPolicy: IfNotPresent
|
|
tag: 29.5.3-dind@sha256:ad68e89b675740867a3bb96488a93fea9209ad36c6305bfba2664912d6dcf11a
|
|
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
|