Installation

Installation #

The operator ships in three formats.

helm install temporal-operator oci://ghcr.io/bmorton/charts/temporal-operator \
  --namespace temporal-system --create-namespace

See the chart values for configuration. Webhooks require cert-manager (webhook.enable=true by default).

Raw kustomize / single manifest #

kubectl apply -f https://github.com/bmorton/temporal-operator/releases/latest/download/install.yaml

OLM bundle #

operator-sdk run bundle ghcr.io/bmorton/temporal-operator-bundle:v0.1.0

Verifying releases #

See verifying-releases for Cosign and SLSA verification.