Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5ec0093bb7
commit
b1bef54595
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.27](https://github.com/truecharts/charts/compare/docker-compose-6.0.26...docker-compose-6.0.27) (2023-07-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v24.0.3 ([#10326](https://github.com/truecharts/charts/issues/10326))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docker-compose-6.0.28](https://github.com/truecharts/charts/compare/docker-compose-6.0.27...docker-compose-6.0.28) (2023-07-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v24.0.4 ([#10580](https://github.com/truecharts/charts/issues/10580))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.27](https://github.com/truecharts/charts/compare/docker-compose-6.0.26...docker-compose-6.0.27) (2023-07-08)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [docker-compose-6.0.18](https://github.com/truecharts/charts/compare/docker-compose-6.0.17...docker-compose-6.0.18) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.17](https://github.com/truecharts/charts/compare/docker-compose-6.0.16...docker-compose-6.0.17) (2023-06-07)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "24.0.3"
|
||||
appVersion: "24.0.4"
|
||||
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.27
|
||||
version: 6.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- docker
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.28](https://github.com/truecharts/charts/compare/docker-compose-6.0.27...docker-compose-6.0.28) (2023-07-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v24.0.4 ([#10580](https://github.com/truecharts/charts/issues/10580))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/docker-in-docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v24.0.3@sha256:96e225e9e7b9da6a40740dbc7ed426312008a392d51c374aec3dc981b87e303d
|
||||
tag: v24.0.4@sha256:d7bbb4117f18c1be2fcc5e872ece6784ba5286167ab4bdd56b876e9f326afcf9
|
||||
hostNetwork: true
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue