Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fb00b51e80
commit
8e39c4c0c0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.4](https://github.com/truecharts/charts/compare/docker-compose-6.0.3...docker-compose-6.0.4) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docker-compose-6.0.5](https://github.com/truecharts/charts/compare/docker-compose-6.0.4...docker-compose-6.0.5) (2023-05-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#8976](https://github.com/truecharts/charts/issues/8976))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docker-compose-6.0.4](https://github.com/truecharts/charts/compare/docker-compose-6.0.3...docker-compose-6.0.4) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [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.
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.0.5"
|
||||
appVersion: "23.0.6"
|
||||
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: 6.0.4
|
||||
version: 6.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- docker
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docker-compose-6.0.5](https://github.com/truecharts/charts/compare/docker-compose-6.0.4...docker-compose-6.0.5) (2023-05-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#8976](https://github.com/truecharts/charts/issues/8976))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/docker-in-docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 23.0.5@sha256:a88a551cc2e3bd4616eeeec752ec8347ff238d6fb384782a542174b2caf4b289
|
||||
tag: v23.0.6@sha256:e2164373047f7d6a0b4e0c5a9cbc84ba7d8fb0ff5993fe6dee4027cbaa3d9709
|
||||
hostNetwork: true
|
||||
|
||||
securityContext:
|
|
@ -31,7 +31,19 @@ groups:
|
|||
description: Documentation
|
||||
portals: {}
|
||||
questions:
|
||||
|
||||
- variable: global
|
||||
group: General Settings
|
||||
label: "Global Settings"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: stopAll
|
||||
label: Stop All
|
||||
description: "Stops All Running pods and hibernates cnpg"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
Loading…
Reference in New Issue