diff --git a/Makefile.prod b/Makefile.prod index d978a42b2..c4008b443 100644 --- a/Makefile.prod +++ b/Makefile.prod @@ -5,7 +5,7 @@ # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) VERSION ?= 1.33.0 # TODO: UPDATE THIS TO THE OPERATOR 1.33.0 image SHA -IMAGE_DIGEST ?= sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb +IMAGE_DIGEST ?= sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle.prod/manifests/logic-operator-rhel8.clusterserviceversion.yaml b/bundle.prod/manifests/logic-operator-rhel8.clusterserviceversion.yaml index c478dfc2c..756812d86 100644 --- a/bundle.prod/manifests/logic-operator-rhel8.clusterserviceversion.yaml +++ b/bundle.prod/manifests/logic-operator-rhel8.clusterserviceversion.yaml @@ -767,7 +767,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator@sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb + image: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator@sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/prod/kustomization.yaml b/config/manager/prod/kustomization.yaml index b22048cd2..0c916f491 100644 --- a/config/manager/prod/kustomization.yaml +++ b/config/manager/prod/kustomization.yaml @@ -17,7 +17,7 @@ configMapGenerator: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: -- digest: sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb +- digest: sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6 name: controller newName: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator # Patching the manager deployment file to add an env var with the operator namespace in