Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="common-test-3.2.0"></a>
|
||||||
|
### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="common-test-3.1.5"></a>
|
<a name="common-test-3.1.5"></a>
|
||||||
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
|
|
||||||
<a name="common-test-3.1.5"></a>
|
<a name="common-test-3.2.0"></a>
|
||||||
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
|
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| args[0] | string | `"--port"` | |
|
|
||||||
| args[1] | string | `"8080"` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"traefik/whoami"` | |
|
| image.repository | string | `"traefik/whoami"` | |
|
||||||
| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | |
|
| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | |
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="common-8.0.9"></a>
|
||||||
|
### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="common-8.0.8"></a>
|
<a name="common-8.0.8"></a>
|
||||||
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
|
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
<a name="common-8.0.8"></a>
|
<a name="common-8.0.9"></a>
|
||||||
### [common-8.0.8](https://github.com/truecharts/apps/compare/common-8.0.7...common-8.0.8) (2021-09-26)
|
### [common-8.0.9](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-8.0.9) (2021-09-28)
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||||||
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||||
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
||||||
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
||||||
| resources | object | `{"limits":{"cpu":"2000m","memory":"2Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
| resources | object | `{"limits":{"cpu":"4000m","memory":"8Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
||||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
||||||
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
||||||
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||||||
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
| rbac.enabled | bool | `false` | Enables or disables the ClusterRole and ClusterRoleBinding |
|
||||||
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
| rbac.rules | object | `{}` | Set Rules on the ClusterRole |
|
||||||
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
| rbac.subjects | object | `{}` | Add subjects to the ClusterRoleBinding. includes the above created serviceaccount |
|
||||||
| resources | object | `{"limits":{"cpu":"2000m","memory":"2Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
| resources | object | `{"limits":{"cpu":"4000m","memory":"8Gi"},"requests":{"cpu":"10m","memory":"50Mi"}}` | Set the resource requests / limits for the main container. |
|
||||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
||||||
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
| secret | object | `{}` | Use this to populate a secret with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. |
|
||||||
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
| securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true}` | Configure the Security Context for the main container |
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="common-test-3.2.0"></a>
|
||||||
|
### [common-test-3.2.0](https://github.com/truecharts/apps/compare/common-test-3.1.5...common-test-3.2.0) (2021-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="common-test-3.1.5"></a>
|
<a name="common-test-3.1.5"></a>
|
||||||
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28)
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| args[0] | string | `"--port"` | |
|
|
||||||
| args[1] | string | `"8080"` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"traefik/whoami"` | |
|
| image.repository | string | `"traefik/whoami"` | |
|
||||||
| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | |
|
| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | |
|
||||||
|
|||||||
+50
-1
@@ -18216,6 +18216,27 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
common:
|
common:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: latest
|
||||||
|
created: "2021-09-28T22:15:22.022932403Z"
|
||||||
|
description: Function library for TrueCharts
|
||||||
|
digest: 0a17ad300f8e83c5fbba92225d6e50c1289a2e74238f4d9e9915ddc0b603bb69
|
||||||
|
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: truecharts.org
|
||||||
|
name: common
|
||||||
|
type: library
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/common-8.0.9/common-8.0.9.tgz
|
||||||
|
version: 8.0.9
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2021-09-26T20:41:18.39990236Z"
|
created: "2021-09-26T20:41:18.39990236Z"
|
||||||
@@ -20920,6 +20941,34 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz
|
- https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
common-test:
|
common-test:
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 1.6.1
|
||||||
|
created: "2021-09-28T22:15:22.223296577Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: file://../common
|
||||||
|
version: latest
|
||||||
|
description: Helper chart to test different use cases of the common library
|
||||||
|
digest: 51f48b1cfe3211c76bc102613e305028e062fb75473649062592189dac806fd2
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||||
|
icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
|
||||||
|
keywords:
|
||||||
|
- common-test
|
||||||
|
- truecharts
|
||||||
|
- common
|
||||||
|
- test
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: common-test
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/common-test-3.2.0/common-test-3.2.0.tgz
|
||||||
|
version: 3.2.0
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 1.6.1
|
appVersion: 1.6.1
|
||||||
created: "2021-09-28T06:41:58.059502549Z"
|
created: "2021-09-28T06:41:58.059502549Z"
|
||||||
@@ -192217,4 +192266,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-09-28T08:36:25.589778851Z"
|
generated: "2021-09-28T22:15:22.291422876Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user