Hi Rainer,
Thanks for the update.
ATM OCP Community versions and RedHat Versions were updated to 0.6.1, I'm not sure why k8s community isn't updated yet since the
PR was merged a couple of days ago - I'll look into that and keep you updated.
In any case the operator image is identical (IIRC the only difference is in the metadata), so feel free to create a CatalogSource/Subscription which uses 0.6.1 image.
apiVersion:
operators.coreos.com/v1alpha1kind:
CatalogSourcemetadata:
name: my-cs
namespace: openshift-marketplace
spec:
sourceType: grpc
image:
quay.io/repository/medik8s/self-node-remediation-operator-catalog:v0.6.1apiVersion:
operators.coreos.com/v1alpha1kind:
Subscriptionmetadata:
name: my-sub
namespace: openshift-operators
spec:
channel: stable
name: self-node-remediation
source: my-cs
sourceNamespace: openshift-marketplace