SKE-Operator
Overview
The SKE-Operator is the operator for managing the installation and upgrading of SKE. For installation documentation see here.
The release manifest is available at:
http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske-operator/
The helm charts is available at:
http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske-operator-helm-chart/
To see which version of the helm chart corresponds to which version of the SKE-Operator, please refer to the release notes below.
Release Notes
0.5.0 (2024-11-12)
Released in Helm Chart version 0.22.0
This version of the Helm chart introduces a breaking change in how it manages the Kratix CRD. To ensure a smooth upgrade, you must run the following manual commands before upgrading:
kubectl --context=$PLATFORM label crd kratixes.platform.syntasso.io app.kubernetes.io/managed-by=Helm
kubectl --context=$PLATFORM annotate crd kratixes.platform.syntasso.io meta.helm.sh/release-name=ske-operator meta.helm.sh/release-namespace=kratix-platform-system
These steps are required to align the CRD management with the new Helm chart structure. Failing to perform this migration will result in upgrade failures.
- Support installing SKE Operator and SKE without cert-manager
0.4.1 (2024-10-21)
Released in Helm Chart version 0.21.0
- Update default image host to
registry.syntasso.io
0.4.0 (2024-10-17)
Released in Helm Chart version 0.19.0
Bug Fixes
- Fix bug that made the Operator version configurable as this resulted in errors during upgrades
0.3.1 (2024-10-15)
Released in Helm Chart version 0.17.0
Bug Fixes
- Fix bug preventing Kratix resources from being updated gracefully
0.3.0 (2024-10-10)
Released in Helm Chart version 0.16.0
Features
- Support pulling releases from a Git Repo for air-gapped environments
Bug Fixes
- Fix bug preventing correct version of SKE being returned from the Operator