Skip to content

1.3.2

Compare
Choose a tag to compare
@OmegaVVeapon OmegaVVeapon released this 04 Mar 04:16
· 43 commits to main since this release
78078ee
  • Removed the usage of finalizers to block resource deletion.
    Since some Helm charts like kube-prometheus-stack can delete dashboards after the removal of the sidecar, it was creating some integration issues. Found a workaround to not need finalizers to enforce the deletion handler function.