Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ea7b31f5cf
commit
e59516cf31
|
@ -7,6 +7,15 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
## [docker-3.1.10](https://github.com/truecharts/charts/compare/docker-3.1.9...docker-3.1.10) (2024-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@a293bf8](https://github.com/a293bf8) by renovate ([#17095](https://github.com/truecharts/charts/issues/17095))
|
||||
|
||||
|
||||
## [docker-3.1.9](https://github.com/truecharts/charts/compare/docker-3.1.8...docker-3.1.9) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
|
@ -1,29 +1,3 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: docker
|
||||
version: 3.1.9
|
||||
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
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- docker
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
|
@ -32,4 +6,30 @@ annotations:
|
|||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.0.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
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
|
||||
keywords:
|
||||
- docker
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: docker
|
||||
sources:
|
||||
- https://hub.docker.com/_/docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
|
||||
type: application
|
||||
version: 3.1.10
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-3.1.10](https://github.com/truecharts/charts/compare/docker-3.1.9...docker-3.1.10) (2024-01-13)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image docker to 24.0.7-dind[@a293bf8](https://github.com/a293bf8) by renovate ([#17095](https://github.com/truecharts/charts/issues/17095))
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 24.0.7-dind@sha256:eb59696588157b44998ec085a1373fa0966a5e2cac8c42305cce085d1ef7adf0
|
||||
tag: 24.0.7-dind@sha256:a293bf8de927f0b6f5425408a0172c9c2896b14e2be86d40a9d10eaaf0025b11
|
||||
hostNetwork: true
|
||||
securityContext:
|
||||
container:
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-3.1.9](https://github.com/truecharts/charts/compare/docker-3.1.8...docker-3.1.9) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
Loading…
Reference in New Issue