Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-28 16:09:50 +00:00
parent 56bce21320
commit c7f57a065f
12 changed files with 1924 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [docker-1.0.0]docker-1.0.0 (2023-11-28)

View File

@ -0,0 +1,25 @@
apiVersion: v2
appVersion: "24.0.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: Dedicated App for using Docker-in-Docker
home: https://truecharts.org/charts/stable/docker-compose
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png
keywords:
- docker
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: docker-compose
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
type: application
version: 1.0.0
annotations:
truecharts.org/category: docker
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [docker-1.0.0]docker-1.0.0 (2023-11-28)

View File

@ -0,0 +1,8 @@
Dedicated App for using Docker-in-Docker
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/docker](https://truecharts.org/charts/stable/docker)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,56 @@
image:
repository: docker
pullPolicy: IfNotPresent
tag: 24.0.7-dind@sha256:1dfc375736e448806602211e09a9b1390eb110548dcb839eef374da357ca5f5d
hostNetwork: true
securityContext:
container:
privileged: true
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
fsGroup: 0
service:
main:
enabled: true
type: ClusterIP
ports:
main:
port: 2376
type: https
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
initialDelaySeconds: 30
type: tcp
readiness:
initialDelaySeconds: 30
type: tcp
startup:
initialDelaySeconds: 30
type: tcp
env:
DOCKER_TLS_CERTDIR: /certs
type: StatefulSet
replicas: 1
strategy: RollingUpdate
persistence:
docker-certs-ca:
enabled: true
mountPath: /config
volumeClaimTemplates:
docker-certs-client:
enabled: true
mountPath: /certs/client
docker:
enabled: true
mountPath: /var/lib/docker
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

4
stable/docker/item.yaml Normal file
View File

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