Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 09:40:03 +00:00
parent ec0d6a593d
commit fd94ee37db
12 changed files with 57 additions and 26 deletions

View File

@ -1,9 +0,0 @@
## [docker-compose-6.0.24](https://github.com/truecharts/charts/compare/docker-compose-6.0.23...docker-compose-6.0.24) (2023-07-04)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#10141](https://github.com/truecharts/charts/issues/10141))

View File

@ -4,6 +4,15 @@
## [docker-compose-6.0.25](https://github.com/truecharts/charts/compare/docker-compose-6.0.24...docker-compose-6.0.25) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#10241](https://github.com/truecharts/charts/issues/10241))
## [docker-compose-6.0.24](https://github.com/truecharts/charts/compare/docker-compose-6.0.23...docker-compose-6.0.24) (2023-07-04)
### Chore
@ -88,12 +97,3 @@
## [docker-compose-6.0.15](https://github.com/truecharts/charts/compare/docker-compose-6.0.14...docker-compose-6.0.15) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#9363](https://github.com/truecharts/charts/issues/9363))
## [docker-compose-6.0.14](https://github.com/truecharts/charts/compare/docker-compose-6.0.13...docker-compose-6.0.14) (2023-05-27)

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.24
version: 6.0.25
annotations:
truecharts.org/catagories: |
- docker

View File

@ -0,0 +1,9 @@
## [docker-compose-6.0.25](https://github.com/truecharts/charts/compare/docker-compose-6.0.24...docker-compose-6.0.25) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#10241](https://github.com/truecharts/charts/issues/10241))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/docker-in-docker
pullPolicy: IfNotPresent
tag: v23.0.6@sha256:2ecbc3c4f0957349353259b2a822d062ae08cf5e2f82f049e4738d7eee519b2f
tag: v23.0.6@sha256:c193590474f5144466d4de65db522e705bb34bbdb0f6f6e147f4654f04553fdd
hostNetwork: true
securityContext:

View File

@ -498,13 +498,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: