version

Description

The version property specifies the desired DataPower firmware version to reconcile. This value must match an available version or channel the CRD and operator provide. Subscribing to a channel, for example 10.0.0, will allow for automatic updates to future versions on that LTS release stream (10.0.0.x). If the DataPowerService instance is created with a channel specified in version, the latest available version in that channel will be reconciled.

You are also able to lock in a specific version by specifying the full version string, for example 10.0.0.0.

You can view the reconciled and available versions and channels on the DataPowerService instance's status, once created.

Example

apiVersion: datapower.ibm.com/v1beta1
kind: DataPowerService
metadata:
  name: example
spec:
  version: 10.0.0