github maksim-paskal/aks-node-termination-handler helm-chart-1.2.0

latest release: v1.0.19
9 hours ago

Release Notes v1.2.0

⚠️ Breaking Changes

This release includes breaking changes to resource naming and labels.

Required Action Before Upgrade

You must delete the existing DaemonSet or Helm release before upgrading to v1.2.0.

Option 1: Delete the Helm release (recommended)

helm -n kube-system delete aks-node-termination-handler

Option 2: Delete only the DaemonSet

kubectl -n kube-system delete daemonset aks-node-termination-handler

After deletion, proceed with installing the new version:

helm upgrade --install aks-node-termination-handler <chart-repo>/aks-node-termination-handler -n kube-system

What's Changed

  • Updated resource naming conventions
  • Modified Kubernetes labels

Note: Failure to delete the existing resources before upgrade will result in installation conflicts.

Don't miss a new aks-node-termination-handler release

NewReleases is sending notifications on new releases.