Skip to content

Helm chart

CruiseKube ships as a Helm chart that installs the controller, mutating webhook, optional frontend, and optional PostgreSQL.

You can view the values.yaml to know all the possible values for helm chart.

Upgrades

helm upgrade --install cruisekube oci://tfy.jfrog.io/tfy-helm/cruisekube \
  -n cruisekube-system \
  -f your-values.yaml

Always read release notes and migrate values when bumping appVersion—webhook ordering, new env vars, and task defaults change between minors.