Skip to content

v1.6.9

Choose a tag to compare

@fgiudici fgiudici released this 08 May 13:09
· 107 commits to main since this release
838b071

Release 1.6.9

Fixes:

Install or Upgrade

In order to install this release of the Elemental Operator check the project documentation.

For already existing deployments use the following Helm commands to upgrade:

# Install/upgrade the CRDS chart
helm upgrade \
    --install -n cattle-elemental-system --create-namespace elemental-operator-crds \
    oci://registry.suse.com/rancher/elemental-operator-crds-chart

# Install/upgrade the operator chart
helm upgrade \
    --install -n cattle-elemental-system --create-namespace elemental-operator \
    oci://registry.suse.com/rancher/elemental-operator-chart

To install or upgrade from the helm chart repository use:

helm repo add elemental-stable https://rancher.github.io/elemental-operator/stable/

and installed or upgraded with

# Install/upgrade the CRDS chart
helm upgrade --install -n cattle-elemental-system --create-namespace \
    elemental-operator-crds elemental-stable/elemental-operator-crds

# Install/upgrade the operator chart
helm upgrade --install -n cattle-elemental-system --create-namespace \
    elemental-operator elemental-stable/elemental-operator

What's Changed

  • [v1.6.x] operator: update RBAC for upgrade plans by @fgiudici in #910
  • [v1.6.x] Fix questions.yaml default tag by @fgiudici in #907

Full Changelog: v1.6.8...v1.6.9