Skip to content

v1.2.4

Latest
Compare
Choose a tag to compare
@TessaIO TessaIO released this 12 Sep 14:03
· 1 commit to master since this release
e5f726e

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