This update changes the deployment strategy from a deployment and pvc to a statefulset, which is the more proper solution for stateful applications.
This is a minor bump to the charts since it is a change to the core deployed resources.
I didn't work an upgrade procedure from 0.3.7 to 0.4.0. Since the resources are changing, I'm not 100% sure how helm/kubernetes will handle the persistent data. The application will continue to be accessible from the ingress object.
This PR closes #10 and replaces #11.
This update changes the deployment strategy from a deployment and pvc to a statefulset, which is the more proper solution for stateful applications.
This is a minor bump to the charts since it is a change to the core deployed resources.
I didn't work an upgrade procedure from 0.3.7 to 0.4.0. Since the resources are changing, I'm not 100% sure how helm/kubernetes will handle the persistent data. The application will continue to be accessible from the ingress object.