Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-07 16:24:09 +00:00
parent d1dd00ba74
commit 66c5becadf
838 changed files with 11511 additions and 376 deletions
+21
View File
@@ -1,6 +1,27 @@
# Changelog<br>
<a name="cloud9-2.0.6"></a>
### [cloud9-2.0.6](https://github.com/truecharts/apps/compare/cloud9-2.0.5...cloud9-2.0.6) (2021-11-07)
#### Chore
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
#### Chore
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
#### Feat
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
#### Fix
* fix persistence variable name ([#1275](https://github.com/truecharts/apps/issues/1275))
<a name="cloud9-2.0.5"></a>
### [cloud9-2.0.5](https://github.com/truecharts/apps/compare/cloud9-2.0.4...cloud9-2.0.5) (2021-11-02)
+1 -4
View File
@@ -19,15 +19,12 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.code.enabled | bool | `true` | |
| persistence.code.mountPath | string | `"/code"` | |
| persistence.code.size | string | `"1Gi"` | |
| persistence.sock.accessMode | string | `"ReadWriteOnce"` | |
| persistence.sock.enabled | bool | `true` | |
| persistence.sock.mountPath | string | `"/var/run/docker.sock"` | |
| persistence.sock.size | string | `"1Gi"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
| service.main.ports.main.targetPort | int | `8000` | |
All Rights Reserved - The TrueCharts Project
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.3.19 |
| https://truecharts.org | common | 8.5.2 |
## Installing the Chart