Upgrade

Upgrading Trilio via OpenShift and Upstream Kubernetes is discussed in this section.

Deprecated Documentation

This document is deprecated and no longer supported. For accurate, up-to-date information, please refer to the documentation for the latest version of Trilio.

Upgrade

RedHat OpenShift

OpenShift updates are delivered directly through the Operator Lifecycle Manager framework. When install the Trilio Operator the cluster-admin can specify how to update approval strategy- either manual or automatic. Manual subscription will require to manually approve the new update that is available. Automatic subscription will automatically update the application when an update is available.

Upstream Kubernetes

Upgrade Trilio Application

  • While upgrading through the Operator, update the applicationVersion: <version number> and run

$ kubectl apply -f triliovault-dev.yaml
  • In case of direct helm charts run where : RELEASE_NAME=”triliovault-dev” and CHART_NAME=”trilio/triliovault”

$ helm repo update && \
 helm upgrade triliovault-dev trilio/triliovault --namespace=trilio-io

Last updated