Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3f69bbc5ad
commit
ade7b0135a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.1](https://github.com/truecharts/charts/compare/docker-compose-6.0.0...docker-compose-6.0.1) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v ([#8207](https://github.com/truecharts/charts/issues/8207))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docker-compose-6.0.2](https://github.com/truecharts/charts/compare/docker-compose-6.0.1...docker-compose-6.0.2) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.5 ([#8441](https://github.com/truecharts/charts/issues/8441))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.1](https://github.com/truecharts/charts/compare/docker-compose-6.0.0...docker-compose-6.0.1) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-5.0.19](https://github.com/truecharts/charts/compare/docker-compose-5.0.18...docker-compose-5.0.19) (2023-02-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.0.1"
|
||||
appVersion: "23.0.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: docker-compose
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
|
||||
type: application
|
||||
version: 6.0.1
|
||||
version: 6.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- docker
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.2](https://github.com/truecharts/charts/compare/docker-compose-6.0.1...docker-compose-6.0.2) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.5 ([#8441](https://github.com/truecharts/charts/issues/8441))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/docker-in-docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 23.0.1@sha256:97e10c760c2975360e1fa7a803e2b0fbfa28d8edfc6656e6cf237e0c6a181e9f
|
||||
tag: 23.0.5@sha256:a88a551cc2e3bd4616eeeec752ec8347ff238d6fb384782a542174b2caf4b289
|
||||
hostNetwork: true
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue