diff --git a/incubator/gocd/Chart.yaml b/incubator/gocd/Chart.yaml index 1b1e239d71..1a480f0780 100644 --- a/incubator/gocd/Chart.yaml +++ b/incubator/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 0.2.4 +version: 0.2.5 appVersion: 18.1.0 description: DEPRECATED GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.svg diff --git a/incubator/gocd/README.md b/incubator/gocd/README.md index 635d23796c..c1d1761523 100644 --- a/incubator/gocd/README.md +++ b/incubator/gocd/README.md @@ -126,7 +126,7 @@ $ helm install --namespace gocd --name gocd-app -f values.yaml incubator/gocd By default, the GoCD helm chart supports dynamic volume provisioning. This means that the standard storage class with a default provisioner provided by various cloud platforms used. Refer to the [Kubernetes blog](http://blog.kubernetes.io/2017/03/dynamic-provisioning-and-storage-classes-kubernetes.html) to know more about the default provisioners across platforms. -> **Note**: The recalim policy for most default volume provisioners is `delete`. This means that, the persistent volume provisioned using the default provisioner will be deleted along with the data when the PVC gets deleted. +> **Note**: The reclaim policy for most default volume provisioners is `delete`. This means that, the persistent volume provisioned using the default provisioner will be deleted along with the data when the PVC gets deleted. One can change the storage class to be used by overriding `server.persistence.storageClass` and `agent.persistence.storageClass` like below: