Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="docker-compose-0.0.6"></a>
|
||||||
|
### [docker-compose-0.0.6](https://github.com/truecharts/apps/compare/docker-compose-0.0.5...docker-compose-0.0.6) (2022-02-24)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix autoloading of docker-compose file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="docker-compose-0.0.5"></a>
|
<a name="docker-compose-0.0.5"></a>
|
||||||
### [docker-compose-0.0.5](https://github.com/truecharts/apps/compare/docker-compose-0.0.4...docker-compose-0.0.5) (2022-02-24)
|
### [docker-compose-0.0.5](https://github.com/truecharts/apps/compare/docker-compose-0.0.4...docker-compose-0.0.5) (2022-02-24)
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| image.tag | string | `"v20.10.12@sha256:06af3ce416ac5d30697178378f164a9a9494bc5dcb182b0f441ed9f5087a5fe7"` | |
|
| image.tag | string | `"v20.10.12@sha256:06af3ce416ac5d30697178378f164a9a9494bc5dcb182b0f441ed9f5087a5fe7"` | |
|
||||||
| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | |
|
| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | |
|
||||||
| lifecycle.postStart.exec.command[1] | string | `"-c"` | |
|
| lifecycle.postStart.exec.command[1] | string | `"-c"` | |
|
||||||
| lifecycle.postStart.exec.command[2] | string | `"if [ \"${COMPOSE_FILE}\" ]; then\ncounter=0;\nwhile ! docker info > /dev/null 2>&1 && [[ ${counter} -lt 10 ]]; do\necho \"docker not running yet. Waiting...\" >> /proc/1/fd/1;\nsleep 5;\ncounter=$((counter+1));\ndone\ndocker-compose up -d -f \"${COMPOSE_FILE}\" && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1;\nelse\necho \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1;\nfi\n"` | |
|
| lifecycle.postStart.exec.command[2] | string | `"if [ \"${COMPOSE_FILE}\" ]; then\ncounter=0;\nwhile ! docker info > /dev/null 2>&1 && [[ ${counter} -lt 10 ]]; do\necho \"docker not running yet. Waiting...\" >> /proc/1/fd/1;\nsleep 5;\ncounter=$((counter+1));\ndone\ndocker-compose -f \"${COMPOSE_FILE}\" up -d && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1;\nelse\necho \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1;\nfi\n"` | |
|
||||||
| persistence.cluster.enabled | bool | `true` | |
|
| persistence.cluster.enabled | bool | `true` | |
|
||||||
| persistence.cluster.hostPath | string | `"/cluster"` | |
|
| persistence.cluster.hostPath | string | `"/cluster"` | |
|
||||||
| persistence.cluster.hostPathType | string | `""` | |
|
| persistence.cluster.hostPathType | string | `""` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="docker-compose-0.0.6"></a>
|
||||||
|
### [docker-compose-0.0.6](https://github.com/truecharts/apps/compare/docker-compose-0.0.5...docker-compose-0.0.6) (2022-02-24)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix autoloading of docker-compose file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="docker-compose-0.0.5"></a>
|
<a name="docker-compose-0.0.5"></a>
|
||||||
### [docker-compose-0.0.5](https://github.com/truecharts/apps/compare/docker-compose-0.0.4...docker-compose-0.0.5) (2022-02-24)
|
### [docker-compose-0.0.5](https://github.com/truecharts/apps/compare/docker-compose-0.0.4...docker-compose-0.0.5) (2022-02-24)
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| image.tag | string | `"v20.10.12@sha256:06af3ce416ac5d30697178378f164a9a9494bc5dcb182b0f441ed9f5087a5fe7"` | |
|
| image.tag | string | `"v20.10.12@sha256:06af3ce416ac5d30697178378f164a9a9494bc5dcb182b0f441ed9f5087a5fe7"` | |
|
||||||
| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | |
|
| lifecycle.postStart.exec.command[0] | string | `"/bin/bash"` | |
|
||||||
| lifecycle.postStart.exec.command[1] | string | `"-c"` | |
|
| lifecycle.postStart.exec.command[1] | string | `"-c"` | |
|
||||||
| lifecycle.postStart.exec.command[2] | string | `"if [ \"${COMPOSE_FILE}\" ]; then\ncounter=0;\nwhile ! docker info > /dev/null 2>&1 && [[ ${counter} -lt 10 ]]; do\necho \"docker not running yet. Waiting...\" >> /proc/1/fd/1;\nsleep 5;\ncounter=$((counter+1));\ndone\ndocker-compose up -d -f \"${COMPOSE_FILE}\" && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1;\nelse\necho \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1;\nfi\n"` | |
|
| lifecycle.postStart.exec.command[2] | string | `"if [ \"${COMPOSE_FILE}\" ]; then\ncounter=0;\nwhile ! docker info > /dev/null 2>&1 && [[ ${counter} -lt 10 ]]; do\necho \"docker not running yet. Waiting...\" >> /proc/1/fd/1;\nsleep 5;\ncounter=$((counter+1));\ndone\ndocker-compose -f \"${COMPOSE_FILE}\" up -d && echo \"Loading COMPOSE_FILE at location ${COMPOSE_FILE}\" >> /proc/1/fd/1;\nelse\necho \"COMPOSE_FILE not set, not auto-loading compose-file\" >> /proc/1/fd/1;\nfi\n"` | |
|
||||||
| persistence.cluster.enabled | bool | `true` | |
|
| persistence.cluster.enabled | bool | `true` | |
|
||||||
| persistence.cluster.hostPath | string | `"/cluster"` | |
|
| persistence.cluster.hostPath | string | `"/cluster"` | |
|
||||||
| persistence.cluster.hostPathType | string | `""` | |
|
| persistence.cluster.hostPathType | string | `""` | |
|
||||||
|
|||||||
+33
-22
@@ -5837,27 +5837,6 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/collabora-online-9.0.20/collabora-online-9.0.20.tgz
|
- https://github.com/truecharts/apps/releases/download/collabora-online-9.0.20/collabora-online-9.0.20.tgz
|
||||||
version: 9.0.20
|
version: 9.0.20
|
||||||
common:
|
common:
|
||||||
- apiVersion: v2
|
|
||||||
appVersion: latest
|
|
||||||
created: "2022-02-24T22:45:30.885010816Z"
|
|
||||||
description: Function library for TrueCharts
|
|
||||||
digest: b336b5e1a1fe7ea5b2ec353115f081f0e617396bb67f08c01324791dead81fe5
|
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
|
||||||
icon: https://avatars.githubusercontent.com/u/76400755
|
|
||||||
keywords:
|
|
||||||
- truecharts
|
|
||||||
- library-chart
|
|
||||||
- common
|
|
||||||
kubeVersion: '>=1.16.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: https://truecharts.org
|
|
||||||
name: common
|
|
||||||
type: library
|
|
||||||
urls:
|
|
||||||
- https://github.com/truecharts/apps/releases/download/common-8.17.0/common-8.17.0.tgz
|
|
||||||
version: 8.17.0
|
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2022-02-22T19:25:29.949684136Z"
|
created: "2022-02-22T19:25:29.949684136Z"
|
||||||
@@ -9595,6 +9574,38 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz
|
- https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz
|
||||||
version: 4.0.19
|
version: 4.0.19
|
||||||
docker-compose:
|
docker-compose:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- docker
|
||||||
|
- test
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 20.10.12
|
||||||
|
created: "2022-02-24T22:56:40.238423008Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.16.0
|
||||||
|
description: Dedicated App for using Docker-Compose on TrueNAS SCALE
|
||||||
|
digest: 5d6e3b9f51d915156bd4965861fee201b180b6f967c34cf059a8f568cdbaf243
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/dev/docker-compose
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/docker-compose-icon.png
|
||||||
|
keywords:
|
||||||
|
- docker-compose
|
||||||
|
- docker
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: docker-compose
|
||||||
|
sources:
|
||||||
|
- https://github.com/Jackett/Jackett
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/docker-compose-0.0.6/docker-compose-0.0.6.tgz
|
||||||
|
version: 0.0.6
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -64552,4 +64563,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2022-02-24T22:45:30.892147665Z"
|
generated: "2022-02-24T22:56:40.243788947Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user