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="common-9.1.12"></a>
|
||||||
|
### [common-9.1.12](https://github.com/truecharts/apps/compare/common-9.1.11...common-9.1.12) (2022-03-24)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* Add mariadbImage to values.yaml ([#2272](https://github.com/truecharts/apps/issues/2272))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="common-9.1.11"></a>
|
<a name="common-9.1.11"></a>
|
||||||
### [common-9.1.11](https://github.com/truecharts/apps/compare/common-9.1.10...common-9.1.11) (2022-03-24)
|
### [common-9.1.11](https://github.com/truecharts/apps/compare/common-9.1.10...common-9.1.11) (2022-03-24)
|
||||||
|
|
||||||
|
|||||||
@@ -117,6 +117,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||||||
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
||||||
| mariadb | object | See below | mariadb dependency configuration |
|
| mariadb | object | See below | mariadb dependency configuration |
|
||||||
| mariadb.url | object | `{}` | can be used to make an easy accessable note which URLS to use to access the DB. |
|
| mariadb.url | object | `{}` | can be used to make an easy accessable note which URLS to use to access the DB. |
|
||||||
|
| mariadbImage | object | See below | mariadb specific configuration |
|
||||||
|
| mariadbImage.pullPolicy | string | `"IfNotPresent"` | Specify the mariadb image pull policy |
|
||||||
|
| mariadbImage.repository | string | `"ghcr.io/truecharts/mariadb"` | Specify the mariadb image |
|
||||||
|
| mariadbImage.tag | string | `"v10.7.3@sha256:a449af8351ad73fb2807057028ddc2f25c350a59b89686c6ac0e6170f6787005"` | Specify the mariadb image tag |
|
||||||
| netshootImage | object | See below | netshoot specific configuration |
|
| netshootImage | object | See below | netshoot specific configuration |
|
||||||
| netshootImage.pullPolicy | string | `"Always"` | Specify the netshoot image pull policy |
|
| netshootImage.pullPolicy | string | `"Always"` | Specify the netshoot image pull policy |
|
||||||
| netshootImage.repository | string | `"ghcr.io/truecharts/netshoot"` | Specify the netshoot image |
|
| netshootImage.repository | string | `"ghcr.io/truecharts/netshoot"` | Specify the netshoot image |
|
||||||
|
|||||||
@@ -117,6 +117,10 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
|||||||
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
||||||
| mariadb | object | See below | mariadb dependency configuration |
|
| mariadb | object | See below | mariadb dependency configuration |
|
||||||
| mariadb.url | object | `{}` | can be used to make an easy accessable note which URLS to use to access the DB. |
|
| mariadb.url | object | `{}` | can be used to make an easy accessable note which URLS to use to access the DB. |
|
||||||
|
| mariadbImage | object | See below | mariadb specific configuration |
|
||||||
|
| mariadbImage.pullPolicy | string | `"IfNotPresent"` | Specify the mariadb image pull policy |
|
||||||
|
| mariadbImage.repository | string | `"ghcr.io/truecharts/mariadb"` | Specify the mariadb image |
|
||||||
|
| mariadbImage.tag | string | `"v10.7.3@sha256:a449af8351ad73fb2807057028ddc2f25c350a59b89686c6ac0e6170f6787005"` | Specify the mariadb image tag |
|
||||||
| netshootImage | object | See below | netshoot specific configuration |
|
| netshootImage | object | See below | netshoot specific configuration |
|
||||||
| netshootImage.pullPolicy | string | `"Always"` | Specify the netshoot image pull policy |
|
| netshootImage.pullPolicy | string | `"Always"` | Specify the netshoot image pull policy |
|
||||||
| netshootImage.repository | string | `"ghcr.io/truecharts/netshoot"` | Specify the netshoot image |
|
| netshootImage.repository | string | `"ghcr.io/truecharts/netshoot"` | Specify the netshoot image |
|
||||||
|
|||||||
+22
-1
@@ -7341,6 +7341,27 @@ 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-03-24T21:58:26.594409689Z"
|
||||||
|
description: Function library for TrueCharts
|
||||||
|
digest: 16fb3f0e228b486191034813971925f33bb116355b695980aa39be46eb205c47
|
||||||
|
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-9.1.12/common-9.1.12.tgz
|
||||||
|
version: 9.1.12
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2022-03-24T20:18:45.877762265Z"
|
created: "2022-03-24T20:18:45.877762265Z"
|
||||||
@@ -79835,4 +79856,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-03-24T20:18:45.887499091Z"
|
generated: "2022-03-24T21:58:26.602914055Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user