upgrade nextcloud helm chart to version 9.2.2, removed hardcoded image version from helm value
This commit is contained in:
@@ -145,6 +145,9 @@ su -s /bin/bash www-data -c "php occ maintenance:repair --include-expensive"
|
|||||||
|
|
||||||
## Setup and Deploy
|
## Setup and Deploy
|
||||||
|
|
||||||
|
- [Nextcloud Helm Chart](https://nextcloud.github.io/helm/)
|
||||||
|
- [Nextcloud Helm Chart - git hub](https://github.com/nextcloud/helm)
|
||||||
|
|
||||||
- All kustomizations can be executed using vscode task `Kustomize - Build & Deploy - Selected File`.
|
- All kustomizations can be executed using vscode task `Kustomize - Build & Deploy - Selected File`.
|
||||||
- Helm charts can be deployed using vscode task `Apply App`.
|
- Helm charts can be deployed using vscode task `Apply App`.
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: nextcloud/nextcloud
|
chart: nextcloud/nextcloud
|
||||||
version: '9.0'
|
version: '9.2.2'
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: nextcloud
|
name: nextcloud
|
||||||
|
|||||||
@@ -1,14 +1,6 @@
|
|||||||
image:
|
|
||||||
repository: nextcloud
|
|
||||||
flavor: apache
|
|
||||||
tag: "33"
|
|
||||||
pullPolicy: Always
|
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
@@ -263,5 +255,3 @@ nextcloud:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user