chore(deps): update container image docker to 24.0.7-dind@ae63bb7 (#16090)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `c90e58d` -> `ae63bb7` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
2c46ad27f7
commit
22b41cc51b
|
@ -1,29 +1,29 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: docker
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
appVersion: 24.0.7
|
||||
description: Dedicated App for using Docker-in-Docker
|
||||
home: https://truecharts.org/charts/stable/docker
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
|
||||
- https://hub.docker.com/_/docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
|
||||
- https://hub.docker.com/_/docker
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- docker
|
||||
- docker
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 24.0.7-dind@sha256:c90e58d30700470fc59bdaaf802340fd25c1db628756d7bf74e100c566ba9589
|
||||
tag: 24.0.7-dind@sha256:ae63bb7c7d3ae23884a2c5d206939640279f6d15730618192b58662a0619f182
|
||||
hostNetwork: true
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue