Skip to content

Helm Chart

Published artifacts use the same version:

  • Operator image: ghcr.io/texas-hpc/omni-cluster-operator:<version>
  • CRD chart: oci://ghcr.io/texas-hpc/charts/omni-cluster-operator-crds
  • Operator chart: oci://ghcr.io/texas-hpc/charts/omni-cluster-operator

CRD chart

The CRD chart installs only the custom resource definitions.

helm install omni-cluster-operator-crds \
  oci://ghcr.io/texas-hpc/charts/omni-cluster-operator-crds

Pin a specific version with --version <version> after choosing a release from the CRD chart package.

Operator chart

The operator chart installs:

  • Namespace.
  • ServiceAccount.
  • Namespaced RBAC.
  • Manager Deployment.
  • Metrics and webhook Services.
  • Validating webhooks.
  • cert-manager Certificate resources.
helm install omni-cluster-operator \
  oci://ghcr.io/texas-hpc/charts/omni-cluster-operator \
  --namespace omni-cluster-operator-system \
  --create-namespace

Pin a specific version with --version <version> after choosing a release from the operator chart package. Use matching chart versions when installing both charts.

Values

Inspect the current chart defaults with:

helm show values \
  oci://ghcr.io/texas-hpc/charts/omni-cluster-operator