Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ade18a6903
commit
33553d31e7
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.19](https://github.com/truecharts/charts/compare/docker-compose-6.0.18...docker-compose-6.0.19) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docker-compose-6.0.20](https://github.com/truecharts/charts/compare/docker-compose-6.0.19...docker-compose-6.0.20) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#9695](https://github.com/truecharts/charts/issues/9695))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.19](https://github.com/truecharts/charts/compare/docker-compose-6.0.18...docker-compose-6.0.19) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [docker-compose-6.0.10](https://github.com/truecharts/charts/compare/docker-compose-6.0.9...docker-compose-6.0.10) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.9](https://github.com/truecharts/charts/compare/docker-compose-6.0.8...docker-compose-6.0.9) (2023-05-22)
|
||||
|
|
@ -20,7 +20,7 @@ name: docker-compose
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
|
||||
type: application
|
||||
version: 6.0.19
|
||||
version: 6.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- docker
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.20](https://github.com/truecharts/charts/compare/docker-compose-6.0.19...docker-compose-6.0.20) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#9695](https://github.com/truecharts/charts/issues/9695))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/docker-in-docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v23.0.6@sha256:1d9eadbceeaa2b537f132487b890f5926d47bda29bdc4dfcf915444777592c4c
|
||||
tag: v23.0.6@sha256:fa88f63da1fbb10e9cd7e51dc9f30d250f5ddc366ea77c6a227f9ab7a3446d7d
|
||||
hostNetwork: true
|
||||
|
||||
securityContext:
|
|
@ -251,6 +251,7 @@ questions:
|
|||
description: Interface Configuration
|
||||
label: Interface Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
$ref:
|
||||
- "normalize/interfaceConfiguration"
|
||||
|
@ -267,6 +268,7 @@ questions:
|
|||
description: Define how IP Address will be managed
|
||||
label: IP Address Management
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
required: true
|
||||
attrs:
|
||||
|
@ -895,6 +897,7 @@ questions:
|
|||
- variable: gpu
|
||||
label: Select GPU
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
|
@ -1482,6 +1485,7 @@ questions:
|
|||
- variable: openvpn
|
||||
label: OpenVPN Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
show_if: [["type", "=", "openvpn"]]
|
||||
attrs:
|
||||
|
@ -1502,6 +1506,7 @@ questions:
|
|||
- variable: tailscale
|
||||
label: Tailscale Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
show_if: [["type", "=", "tailscale"]]
|
||||
attrs:
|
|
@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png
|
|||
categories:
|
||||
- docker
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue