1e1f9ebdff
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `3a861ec` -> `1e9d444` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
image:
|
|
repository: docker
|
|
pullPolicy: IfNotPresent
|
|
tag: 28.1.1-dind@sha256:1e9d444274b295261e49f96635f3d56a615cb3ae2021204160f8ac3cdf8f3b58
|
|
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
|