Hi folks! What would be the process to take on new updates of the IBM Common Services operator and other related dependencies with their respective container? For example, in the operator list below: what would be the approach to take new versions of the operator and/or the containers pulled automatically by the operator?
oc get csv -n ibm-common-services
NAME DISPLAY VERSION REPLACES PHASE
ibm-common-service-operator.v3.6.5 IBM Cloud Platform Common Services 3.6.5 ibm-common-service-operator.v3.6.4 Succeeded
ibm-namespace-scope-operator.v1.0.2 IBM NamespaceScope Operator 1.0.2 ibm-namespace-scope-operator.v1.0.1 Succeeded
operand-deployment-lifecycle-manager.v1.4.3 Operand Deployment Lifecycle Manager 1.4.3 operand-deployment-lifecycle-manager.v1.4.2 Succeeded
The following indicates an automatic upgrade process every 45 minutes. But is there a manual task to take on new containers - e.g., let's say a new patched container image has been published to the registry?
spec:
displayName: IBMCS Operators
image: docker.io/ibmcom/ibm-common-service-catalog:latest
publisher: IBM
sourceType: grpc
updateStrategy:
registryPoll:
interval: 45m
Thanks!
Hi folks! What would be the process to take on new updates of the IBM Common Services operator and other related dependencies with their respective container? For example, in the operator list below: what would be the approach to take new versions of the operator and/or the containers pulled automatically by the operator?
The following indicates an automatic upgrade process every 45 minutes. But is there a manual task to take on new containers - e.g., let's say a new patched container image has been published to the registry?
Thanks!