diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index eb867673..d3934a37 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 4.2.0 +version: 4.2.1 appVersion: 27.0.2 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 5c48c72f..99465873 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -84,7 +84,7 @@ The following table lists the configurable parameters of the nextcloud chart and |------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------| | `image.repository` | nextcloud Image name | `nextcloud` | | `image.flavor` | nextcloud Image type (Options: apache, fpm) | `apache` | -| `image.tag` | nextcloud Image tag | `appVersion` | +| `image.tag` | nextcloud Image tag | [`appVersion`] | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify image pull secrets | `nil` | | `replicaCount` | Number of nextcloud pods to deploy | `1` | @@ -481,3 +481,5 @@ After an upgrade, you may have missing indices. To fix this, you can run: # where NEXTCLOUD_POD is *your* nextcloud pod kubectl exec -it $NEXTCLOUD_POD -- su -s /bin/sh www-data -c "php occ db:add-missing-indices" ``` + +[`appVersion`]: https://github.com/nextcloud/helm/blob/main/charts/nextcloud/Chart.yaml#L4 "appVersion on line 4 of Chart.yaml" diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index f5364307..429c5151 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -3,7 +3,10 @@ ## image: repository: nextcloud - # tag: 24.0.3-apache + # tag defaults to appVersion in Chart.yaml + tag: "" + # flavor can be either fpm or apache. Set to fpm if using nginx + flavor: "" pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName