diff --git a/Makefile b/Makefile index 60f67e22d..b80667994 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:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 +IMAGE_DIGEST ?= sha256:a7cd6c97157dd27207d085b7fb3eba0423a4c1130b5c8cb76e052a1dc7640afe # 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 7477e3f03..b5b625d10 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:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 - createdAt: "2024-06-25T12:28:06Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a7cd6c97157dd27207d085b7fb3eba0423a4c1130b5c8cb76e052a1dc7640afe + createdAt: "2024-06-25T12:39:26Z" 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:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a7cd6c97157dd27207d085b7fb3eba0423a4c1130b5c8cb76e052a1dc7640afe livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4691107fa..204fb6a66 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:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 +- digest: sha256:a7cd6c97157dd27207d085b7fb3eba0423a4c1130b5c8cb76e052a1dc7640afe 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 aa4699a4e..de837dc61 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:0fc66356a9b861910bd9e9e0aaee4657e33e1d794c99891701c9bc5620e3ec78 + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a7cd6c97157dd27207d085b7fb3eba0423a4c1130b5c8cb76e052a1dc7640afe features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"