v2.1.0
While this release primarily fixes #22, it also (re-)adds the images
parameter containing the Docker image locations and tags for K8up and Wrestic.
If you want to customize the K8up or Wrestic image version or location please do so in parameters.backup_k8up.images
instead of directly in parameters.backup_k8up.helmValues
to ensure the component creates a correct set of K8up manifests (in particular so the component downloads the CRD YAML which is compatible with the requested version of K8up).
Changes since v2.0.0
Added
- Re-added
image
parameters and pass them through tohelmValues
(#23)
Changed
- Switch to Helm dependency type to download K8up chart (#23)
- Move postprocessing filter configuration into hierarchy (#23)
- Bump default versions to K8up v1.0.4 and Helm chart 1.0.5 (#23)
Fixed
- Use K8up version (not Helm chart) version to fetch CRD YAML (#23)