Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
74528a2bd7
commit
35b228a474
|
@ -7,4 +7,3 @@
|
||||||
#### Feat
|
#### Feat
|
||||||
|
|
||||||
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))
|
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,19 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="common-9.1.8"></a>
|
||||||
|
### [common-9.1.8](https://github.com/truecharts/apps/compare/common-9.1.6...common-9.1.8) (2022-03-20)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* update docker general non-major
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* add url without ql as some app does not like it ([#2231](https://github.com/truecharts/apps/issues/2231))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="common-9.1.6"></a>
|
<a name="common-9.1.6"></a>
|
||||||
### [common-9.1.6](https://github.com/truecharts/apps/compare/common-9.1.5...common-9.1.6) (2022-03-17)
|
### [common-9.1.6](https://github.com/truecharts/apps/compare/common-9.1.5...common-9.1.6) (2022-03-17)
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ WARNING: THIS CHART IS NOT MEANT TO BE INSTALLED DIRECTLY
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||||
- See the [Wiki](https://truecharts.org)
|
- See the [Wiki](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||||
|
|
|
@ -203,7 +203,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||||
| postgresqlImage | object | See below | postgresql specific configuration |
|
| postgresqlImage | object | See below | postgresql specific configuration |
|
||||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
|
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
|
||||||
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
|
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
|
||||||
| postgresqlImage.tag | string | `"v14.2.0@sha256:35f3249e070949e6b694346fb7395b47fcfdf604d138aadfbab42619406110cf"` | Specify the postgresql image tag |
|
| postgresqlImage.tag | string | `"v14.2.0@sha256:19f0c21fcfe99603ca70e8552d740ed20106382977c5e1806f71ae7954786de9"` | Specify the postgresql image tag |
|
||||||
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
|
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
|
||||||
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||||
| probes.liveness | object | See below | Liveness probe configuration |
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
|
|
|
@ -203,7 +203,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||||
| postgresqlImage | object | See below | postgresql specific configuration |
|
| postgresqlImage | object | See below | postgresql specific configuration |
|
||||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
|
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
|
||||||
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
|
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
|
||||||
| postgresqlImage.tag | string | `"v14.2.0@sha256:35f3249e070949e6b694346fb7395b47fcfdf604d138aadfbab42619406110cf"` | Specify the postgresql image tag |
|
| postgresqlImage.tag | string | `"v14.2.0@sha256:19f0c21fcfe99603ca70e8552d740ed20106382977c5e1806f71ae7954786de9"` | Specify the postgresql image tag |
|
||||||
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
|
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
|
||||||
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||||
| probes.liveness | object | See below | Liveness probe configuration |
|
| probes.liveness | object | See below | Liveness probe configuration |
|
||||||
|
|
|
@ -21,7 +21,7 @@ WARNING: THIS CHART IS NOT MEANT TO BE INSTALLED DIRECTLY
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||||
- See the [Wiki](https://truecharts.org)
|
- See the [Wiki](https://truecharts.org)
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||||
|
|
|
@ -7,4 +7,3 @@
|
||||||
#### Feat
|
#### Feat
|
||||||
|
|
||||||
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))
|
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7200,6 +7200,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-20T19:24:58.893542435Z"
|
||||||
|
description: Function library for TrueCharts
|
||||||
|
digest: ab2e7624196350cd430b295aa189f1024076aed77ce64e26772b7465c5f93739
|
||||||
|
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.8/common-9.1.8.tgz
|
||||||
|
version: 9.1.8
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2022-03-17T11:57:20.131541523Z"
|
created: "2022-03-17T11:57:20.131541523Z"
|
||||||
|
@ -78704,4 +78725,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-20T16:49:59.134161474Z"
|
generated: "2022-03-20T19:24:58.902492213Z"
|
||||||
|
|
Loading…
Reference in New Issue