Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Upgrade BindPlane OP Server

Upgrade Chart Version

You can update your version of the Helm chart with the Helm repo update command.

bash
1helm repo update

Upgrade BindPlane Version

BindPlane OP Server can be upgraded by updating the image version tag in your values.yaml file.

yaml
1image:
2  name: ghcr.io/observiq/bindplane-ee
3  tag: 1.39.0

Once the new image tag is in place, run the upgrade command.

bash
1helm upgrade \
2    --values="values.yaml" \
3    --namespace=bindplane \
4    --create-namespace \
5    --install \
6    bindplane \
7    bindplane/bindplane