Adds a persistence option to the registry deployment in the Portus helm chart, and a persistent volume claim that is set up if .Values.registry.persistence.enabled is set to true, which it is by default.
I tested this with a pool I created in our Cepth deployment by creating a default storage class to reference the Cepth pool, and installing this chart with the persistence enabled, which successfully bound to my default storage.
Adds a persistence option to the registry deployment in the Portus helm chart, and a persistent volume claim that is set up if
.Values.registry.persistence.enabled
is set to true, which it is by default.I tested this with a pool I created in our Cepth deployment by creating a default storage class to reference the Cepth pool, and installing this chart with the persistence enabled, which successfully bound to my default storage.