Skip to content

v0.57.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 20:51
· 62 commits to main since this release
bb688e3

Changed

Breaking change.

Caution

The cluster name must be added to the cluster values when upgrading to this chart release.

How to migrate values (from v0.56.1)

The cluster's name must be added to the cluster values in order to satisfy the updated values
schema. This can be done by adding the existing cluster name to the cluster values. For example,
where the cluster is named test:

global:
  metadata:
    name: test
  • Initial integration of shared cluster chart to render Cluster resource.