diff --git a/Makefile b/Makefile index 27cddfa77..91a77ad7b 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:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c +IMAGE_DIGEST ?= sha256:c83249ba6f39a6aec1b3891e4a099bd70c23df183c1665aac50f51274f638daf # 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 19b4b981c..30ca100c9 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:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c - createdAt: "2025-03-05T11:20:28Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c83249ba6f39a6aec1b3891e4a099bd70c23df183c1665aac50f51274f638daf + createdAt: "2025-03-07T15:39:26Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -924,7 +924,7 @@ spec: value: registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:fce0a22c8872309554236bab3457715dda0a83eb40dc6a9ecd3477b8023369d0 - name: RELATED_IMAGE_CLIENT_SERVER value: registry.redhat.io/rhtas/client-server-rhel9@sha256:9537329d0166b8d41ffd5f5d79c052fc27abe426a20cba5733c84030013c4e29 - image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c83249ba6f39a6aec1b3891e4a099bd70c23df183c1665aac50f51274f638daf livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 6b6d11104..106f6b6a1 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:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c +- digest: sha256:c83249ba6f39a6aec1b3891e4a099bd70c23df183c1665aac50f51274f638daf 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 caf2ec264..fe71aec86 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:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c83249ba6f39a6aec1b3891e4a099bd70c23df183c1665aac50f51274f638daf features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"