diff --git a/Makefile b/Makefile index c67fcd2c..fc1e26f2 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:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff +IMAGE_DIGEST ?= sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2 # 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 8b5b2ee6..df4501eb 100644 --- a/bundle/manifests/rhtas-operator.clusterserviceversion.yaml +++ b/bundle/manifests/rhtas-operator.clusterserviceversion.yaml @@ -296,8 +296,8 @@ metadata: } ] capabilities: Seamless Upgrades - containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff - createdAt: "2024-09-25T16:03:14Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2 + createdAt: "2024-09-27T13:51:26Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -892,7 +892,7 @@ spec: env: - name: OPENSHIFT value: "true" - image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1a349021..d8439ee9 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,6 +4,6 @@ resources: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: -- digest: sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff +- digest: sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2 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 aef90e31..a2c7aa02 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:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2 features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"