Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-16 15:38:28 +00:00
parent ade18a6903
commit 33553d31e7
13 changed files with 26 additions and 20 deletions

View File

@ -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))

View File

@ -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)

View File

@ -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

View File

@ -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))

View File

@ -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:

View File

@ -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:

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png
categories:
- docker
screenshots: []