Skip to content

v0.56.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 06:59
· 49 commits to main since this release
db12dbd

Changed

Breaking change.

Caution

Upgrading to this chart release will cause all worker nodes to be replaced.

How to migrate values (from `v0.54.0` or later)

Using yq, migrate to the new values layout with the following command:

yq eval --inplace 'with(select(.global.nodeClasses != null);    .global.nodeClasses as $classes | with(.global.nodePools[]; . *= $classes[.class])) |

    del(.global.nodePools[].class) |
    del(.global.nodeClasses)' values.yaml

Changed

  • Move Helm values from each .global.nodeClasses.$<class> to any nodePool which references that class.
  • Deleted Helm values property .global.nodeClasses.

Fixed

  • Correct default values for networks in values schema.