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 will allow for automatic updates to future versions on that channel. 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.5.0.0.

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

Channels

Supported

The table below shows the supported channels for this CRD version (v1beta3) and operator version (1.6.x). Supported channels indicate channels which can be specified by spec.version for which this version of the DataPower Operator will understand and reconcile.

Channel Stream Latest
10.5-lts 10.5.0.x 10.5.0.13
10.0-lts 10.0.1.x 10.0.1.19
10.0-cd 10.0.x.y 10.0.4.0sr1

Available

The table below shows the available channels for this CRD version (v1beta3) and operator version (1.6.x). Available channels (and version) are advertised in Cloud Pak for Integration as targets for operand upgrade. To enable and support the Cloud Pak for Integration LTS strategy, version 1.6.x will only advertise LTS operand channels and versions.

Channel Stream Latest
10.5-lts 10.5.0.x 10.5.0.13
10.0-lts 10.0.1.x 10.0.1.19

Example

apiVersion: datapower.ibm.com/v1beta3
kind: DataPowerService
metadata:
  name: example-dpservice
spec:
  version: 10.5-lts