Skip to content

Releases: observIQ/bindplane-operator

Release list

0.1.0-beta.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:11

⚠️ 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.yaml

Without 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.yaml

Changelog

  • 3f2b95e feat(release): Initial public release