Releases: observIQ/bindplane-operator
Releases · observIQ/bindplane-operator
Release list
0.1.0-beta.0
⚠️ Beta: The Bindplane Operator is currently in beta and is not recommended for production use. If you are
interested in using the operator, please reach out to your Bindplane contact or Bindplane support.
Container Image
ghcr.io/observiq/bindplane-operator:0.1.0-beta.0
Installation
Default install (includes validating admission webhook — requires cert-manager):
kubectl apply --server-side -f https://github.com/observiq/bindplane-operator/releases/download/0.1.0-beta.0/install.yamlWithout the validating webhook (no cert-manager required):
kubectl apply --server-side -f https://github.com/observiq/bindplane-operator/releases/download/0.1.0-beta.0/install-no-webhook.yamlChangelog
- 3f2b95e feat(release): Initial public release