Skip to content

Commit

Permalink
Explicitly sets helm resource policy to keep
Browse files Browse the repository at this point in the history
Signed-off-by: Veymax <[email protected]>
  • Loading branch information
MaximUltimatum committed Nov 17, 2023
1 parent 9ba93c7 commit ad8b7a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 4.5.0
version: 4.5.1
appVersion: 27.1.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
1 change: 1 addition & 0 deletions charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ Is there a missing parameter for one of the Bitnami helm charts listed above? Pl

The [Nextcloud](https://hub.docker.com/_/nextcloud/) image stores the nextcloud data and configurations at the `/var/www/html` paths of the container.
Persistent Volume Claims are used to keep the data across deployments. This is known to work with GKE, EKS, K3s, and minikube.
If the helm chart is uninstalled, nextcloud and it's sub-charts will *not* delete their PVCs. They will need to be manually deleted if desired.


| Parameter | Description | Default |
Expand Down
1 change: 1 addition & 0 deletions charts/nextcloud/templates/nextcloud-data-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
app.kubernetes.io/component: app
{{- if .Values.persistence.nextcloudData.annotations }}
annotations:
helm.sh/resource-policy: keep
{{ toYaml .Values.persistence.nextcloudData.annotations | indent 4 }}
{{- end }}
spec:
Expand Down
1 change: 1 addition & 0 deletions charts/nextcloud/templates/nextcloud-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
app.kubernetes.io/component: app
{{- if .Values.persistence.annotations }}
annotations:
helm.sh/resource-policy: keep
{{ toYaml .Values.persistence.annotations | indent 4 }}
{{- end }}
spec:
Expand Down

0 comments on commit ad8b7a7

Please sign in to comment.