Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-11 19:47:12 +00:00
parent 2f6623c244
commit dc93a90778
9 changed files with 115 additions and 33 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="nextcloud-4.0.5"></a>
### [nextcloud-4.0.5](https://github.com/truecharts/apps/compare/nextcloud-4.0.4...nextcloud-4.0.5) (2021-09-11)
#### Fix
* use correct appversion string
<a name="nextcloud-4.0.4"></a>
### [nextcloud-4.0.4](https://github.com/truecharts/apps/compare/nextcloud-4.0.3...nextcloud-4.0.4) (2021-09-11)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 22.1.1@sha
appVersion: 22.1.1
dependencies:
- name: common
repository: https://truecharts.org/
+3 -17
View File
@@ -1,21 +1,7 @@
<a name="nextcloud-4.0.4"></a>
### [nextcloud-4.0.4](https://github.com/truecharts/apps/compare/nextcloud-4.0.3...nextcloud-4.0.4) (2021-09-11)
#### Chore
* update nextcloud to latest postgresql and common
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
<a name="nextcloud-4.0.5"></a>
### [nextcloud-4.0.5](https://github.com/truecharts/apps/compare/nextcloud-4.0.4...nextcloud-4.0.5) (2021-09-11)
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
#### Refactor
* change image layout to enable renovate updates of sidecarts ([#955](https://github.com/truecharts/apps/issues/955))
* use correct appversion string
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="postgresql-2.1.1"></a>
### [postgresql-2.1.1](https://github.com/truecharts/apps/compare/postgresql-2.1.0...postgresql-2.1.1) (2021-09-11)
#### Fix
* use correct appversion string
<a name="postgresql-2.1.0"></a>
### [postgresql-2.1.0](https://github.com/truecharts/apps/compare/postgresql-2.0.0...postgresql-2.1.0) (2021-09-11)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 13.4.0@sha
appVersion: 13.4.0
dependencies:
- name: common
repository: https://truecharts.org/
+3 -13
View File
@@ -1,17 +1,7 @@
<a name="postgresql-2.1.0"></a>
### [postgresql-2.1.0](https://github.com/truecharts/apps/compare/postgresql-2.0.0...postgresql-2.1.0) (2021-09-11)
#### Chore
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
* update non-major
#### Feat
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
<a name="postgresql-2.1.1"></a>
### [postgresql-2.1.1](https://github.com/truecharts/apps/compare/postgresql-2.1.0...postgresql-2.1.1) (2021-09-11)
#### Fix
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954))
* use correct appversion string