Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dc07ea8a69
commit
18ace1705e
|
@ -1,10 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [docker-compose-7.0.19](https://github.com/truecharts/charts/compare/docker-compose-7.0.18...docker-compose-7.0.19) (2023-10-29)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
|
||||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [docker-compose-7.0.20](https://github.com/truecharts/charts/compare/docker-compose-7.0.19...docker-compose-7.0.20) (2023-10-31)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/docker-in-docker to v24.0.7 ([#14175](https://github.com/truecharts/charts/issues/14175))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [docker-compose-7.0.19](https://github.com/truecharts/charts/compare/docker-compose-7.0.18...docker-compose-7.0.19) (2023-10-29)
|
## [docker-compose-7.0.19](https://github.com/truecharts/charts/compare/docker-compose-7.0.18...docker-compose-7.0.19) (2023-10-29)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [docker-compose-7.0.10](https://github.com/truecharts/charts/compare/docker-compose-7.0.9...docker-compose-7.0.10) (2023-09-29)
|
## [docker-compose-7.0.10](https://github.com/truecharts/charts/compare/docker-compose-7.0.9...docker-compose-7.0.10) (2023-09-29)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/docker-in-docker to v24.0.6 ([#13072](https://github.com/truecharts/charts/issues/13072))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [docker-compose-7.0.9](https://github.com/truecharts/charts/compare/docker-compose-7.0.8...docker-compose-7.0.9) (2023-09-27)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "24.0.6"
|
appVersion: "24.0.7"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -20,7 +20,7 @@ name: docker-compose
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
|
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.19
|
version: 7.0.20
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: docker
|
truecharts.org/category: docker
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [docker-compose-7.0.20](https://github.com/truecharts/charts/compare/docker-compose-7.0.19...docker-compose-7.0.20) (2023-10-31)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/docker-in-docker to v24.0.7 ([#14175](https://github.com/truecharts/charts/issues/14175))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/docker-in-docker
|
repository: tccr.io/truecharts/docker-in-docker
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v24.0.6@sha256:c3a0e3b701b0dc8eea74c56b0421b3bcec0093b89097776af91d2b6fd4aa33eb
|
tag: v24.0.7@sha256:151a5f602aae8305be20f9e35fe7d51451b9d9eefe939d02b15c6195684b3726
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue