Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c8e96c3717
commit
af361f0432
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-compose-5.0.22](https://github.com/truecharts/charts/compare/docker-compose-5.0.21...docker-compose-5.0.22) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docker-compose-5.0.23](https://github.com/truecharts/charts/compare/docker-compose-5.0.22...docker-compose-5.0.23) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.1
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-5.0.22](https://github.com/truecharts/charts/compare/docker-compose-5.0.21...docker-compose-5.0.22) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [docker-compose-5.0.13](https://github.com/truecharts/charts/compare/docker-compose-5.0.12...docker-compose-5.0.13) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to 20.10.22 ([#6025](https://github.com/truecharts/charts/issues/6025))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-5.0.12](https://github.com/truecharts/charts/compare/docker-compose-5.0.11...docker-compose-5.0.12) (2022-12-27)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.0.0"
|
||||
appVersion: "23.0.1"
|
||||
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: 5.0.22
|
||||
version: 5.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- docker
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-compose-5.0.23](https://github.com/truecharts/charts/compare/docker-compose-5.0.22...docker-compose-5.0.23) (2023-02-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.1
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/docker-in-docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 23.0.0@sha256:ed89b526bcf1b0a13d17c9bd9006a38262be014b7b0fc053436caf1fb84bc7fb
|
||||
tag: 23.0.1@sha256:ff2a81867cabfa8635f86e23fea233039711f69fe46444d35b4dffe72a000c46
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
Loading…
Reference in New Issue