Chapter 4. Update


You update Red Hat build of Trustee by updating the Red Hat build of Trustee Operator.

You can update the Red Hat build of Trustee Operator by using the CLI.

Procedure

  1. Create a trustee-subscription.yaml manifest file:

    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
      name: trustee-operator-system
      namespace: trustee-operator-system
    spec:
      channel: stable
      installPlanApproval: Automatic
      name: trustee-operator
      source: redhat-operators
      sourceNamespace: openshift-marketplace
      startingCSV: trustee-operator.v1.1.0
  2. Create the subscription by running the following command:

    $ oc create -f trustee-subscription.yaml
  3. Verify that the Operator is correctly installed by running the following command:

    $ oc get csv -n trustee-operator-system

    This command can take several minutes to complete.

  4. Watch the process by running the following command:

    $ watch oc get csv -n trustee-operator-system

    Example output

    NAME               DISPLAY            VERSION    REPLACES     PHASE
    trustee-operator   trustee-operator   1.1.0      0.4.2        Succeeded

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top