diff --git a/Makefile b/Makefile index a71776905..60f67e22d 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both # redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION. IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator -IMAGE_DIGEST ?= sha256:1988280e920b5832f6c9b71f3ef3ea9c618c83046113db8738dffece44ecaecf +IMAGE_DIGEST ?= sha256:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 # BUNDLE_IMG defines the image:tag used for the bundle. # You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=/:) diff --git a/bundle/manifests/rhtas-operator.clusterserviceversion.yaml b/bundle/manifests/rhtas-operator.clusterserviceversion.yaml index e0ce47fee..7477e3f03 100644 --- a/bundle/manifests/rhtas-operator.clusterserviceversion.yaml +++ b/bundle/manifests/rhtas-operator.clusterserviceversion.yaml @@ -191,8 +191,8 @@ metadata: } ] capabilities: Seamless Upgrades - containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:1988280e920b5832f6c9b71f3ef3ea9c618c83046113db8738dffece44ecaecf - createdAt: "2024-06-25T09:02:55Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 + createdAt: "2024-06-25T12:28:06Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -740,7 +740,7 @@ spec: env: - name: OPENSHIFT value: "true" - image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:1988280e920b5832f6c9b71f3ef3ea9c618c83046113db8738dffece44ecaecf + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8820e8d1b..4691107fa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -3,6 +3,6 @@ resources: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: -- digest: sha256:1988280e920b5832f6c9b71f3ef3ea9c618c83046113db8738dffece44ecaecf +- digest: sha256:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 name: controller newName: registry.redhat.io/rhtas/rhtas-rhel9-operator diff --git a/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml b/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml index fad57214f..aa4699a4e 100644 --- a/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml @@ -4,7 +4,7 @@ metadata: annotations: alm-examples: '[]' capabilities: Seamless Upgrades - containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:1988280e920b5832f6c9b71f3ef3ea9c618c83046113db8738dffece44ecaecf + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"