Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5dd701260f
commit
424c9588fe
|
@ -1,12 +0,0 @@
|
|||
|
||||
<a name="nextcloud-6.0.21"></a>
|
||||
### [nextcloud-6.0.21](https://github.com/truecharts/apps/compare/nextcloud-6.0.20...nextcloud-6.0.21) (2021-10-17)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
|
||||
|
||||
#### Fix
|
||||
|
||||
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
<a name="nextcloud-6.0.22"></a>
|
||||
### [nextcloud-6.0.22](https://github.com/truecharts/apps/compare/nextcloud-6.0.21...nextcloud-6.0.22) (2021-10-18)
|
||||
|
||||
#### Fix
|
||||
|
||||
* remove regex for mountPath on `redismaster` for now ([#1167](https://github.com/truecharts/apps/issues/1167))
|
||||
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.4.1
|
||||
digest: sha256:b992a5b78f87cc4046f10d463fa6e3a465f064d998416db155cc6a2b7be9aea0
|
||||
generated: "2021-10-17T18:44:58.985043881Z"
|
||||
generated: "2021-10-18T09:06:16.219763453Z"
|
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 6.0.21
|
||||
version: 6.0.22
|
|
@ -559,7 +559,6 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
hidden: true
|
||||
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
schema:
|
Loading…
Reference in New Issue