Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
2adcf15e24
commit
184059550d
|
@ -1,13 +0,0 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-1.0.1](https://github.com/truecharts/charts/compare/docker-1.0.0...docker-1.0.1) (2023-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-1.0.0]docker-1.0.0 (2023-11-28)
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [docker-1.0.1](https://github.com/truecharts/charts/compare/docker-1.0.0...docker-1.0.1) (2023-11-29)
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-1.0.2](https://github.com/truecharts/charts/compare/docker-1.0.1...docker-1.0.2) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image docker to 24.0.7-dind[@126aa73](https://github.com/126aa73) ([#14822](https://github.com/truecharts/charts/issues/14822))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-1.0.1](https://github.com/truecharts/charts/compare/docker-1.0.0...docker-1.0.1) (2023-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-1.0.0]docker-1.0.0 (2023-11-28)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "24.0.7"
|
||||
appVersion: 24.0.7
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -19,7 +19,7 @@ name: docker
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
annotations:
|
||||
truecharts.org/category: docker
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-1.0.2](https://github.com/truecharts/charts/compare/docker-1.0.1...docker-1.0.2) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image docker to 24.0.7-dind[@126aa73](https://github.com/126aa73) ([#14822](https://github.com/truecharts/charts/issues/14822))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 24.0.7-dind@sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d
|
||||
tag: 24.0.7-dind@sha256:126aa7387eede4aae75107cc4bfb6eedaa431d68dd38e60ce1ad7db94a239ae5
|
||||
hostNetwork: true
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue