github datainfrahq/druid-operator v1.2.4

latest releases: v1.3.0, v1.2.5
12 months ago

What's Changed

Breaking Change

  • Since the CRDs are moved from the templates folder to the crds folder, the helm upgrade command on the Helm chart with version 1.3.7 would try to delete the CRDs. To prevent Helm from deleting the CRDs, edit your current Druid CRDs and add the following annotation to them:
    • helm.sh/resource-policy: keep

That should prevent Helm from deleting the CRDs, but keep in mind that you should apply manually CRDs changes on each upgrade.
For more information, please check out: https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource

New Contributors

Full Changelog: v1.2.3...v1.2.4

Don't miss a new druid-operator release

NewReleases is sending notifications on new releases.