Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-15 10:02:28 +00:00
parent 5fdb71f77f
commit abb47e8381
8 changed files with 57 additions and 23 deletions
+17
View File
@@ -1,6 +1,23 @@
# Changelog<br>
<a name="common-9.1.3"></a>
### [common-9.1.3](https://github.com/truecharts/apps/compare/common-test-3.3.8...common-9.1.3) (2022-03-15)
#### Chore
* update docker general non-major ([#2108](https://github.com/truecharts/apps/issues/2108))
#### Docs
* add BirdBare as a contributor for bug ([#2080](https://github.com/truecharts/apps/issues/2080))
#### Fix
* remove `or` when only one argument ([#2166](https://github.com/truecharts/apps/issues/2166))
<a name="common-9.1.2"></a>
### [common-9.1.2](https://github.com/truecharts/apps/compare/common-9.1.1...common-9.1.2) (2022-03-07)
+1 -1
View File
@@ -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.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy |
| postgresqlImage.repository | string | `"ghcr.io/truecharts/postgresql"` | Specify the postgresql image |
| postgresqlImage.tag | string | `"v14.2.0@sha256:77d6613230878d835e888db6bd09e4174148111ddabaa90654b4179069b5eb51"` | Specify the postgresql image tag |
| postgresqlImage.tag | string | `"v14.2.0@sha256:d197a9691ce5d949504dabaa75459448f643950a71c1c16b2fcadbaed2d06772"` | Specify the postgresql image tag |
| 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.liveness | object | See below | Liveness probe configuration |