From 31bd930a6be3b2bfc12c488b65b7a93c821b1e26 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Mon, 17 Jun 2024 11:15:22 +0100 Subject: [PATCH] run make bundle --- Makefile | 2 +- bundle/manifests/rhtas-operator.clusterserviceversion.yaml | 6 +++--- config/manager/kustomization.yaml | 2 +- .../bases/rhtas-operator.clusterserviceversion.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 17798b8b5..a98145882 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:2af6c95f7688c8cc786de7f495949558a8b4572977251c9f9a94451539b03c2b +IMAGE_DIGEST ?= sha256:fc48d2d4e577ee4c3097a23240d1f5bcab1acab97366f3c196d2e96841c0897b # 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 e7bd7356d..70cd9fcaa 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:2af6c95f7688c8cc786de7f495949558a8b4572977251c9f9a94451539b03c2b - createdAt: "2024-06-12T13:17:48Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:fc48d2d4e577ee4c3097a23240d1f5bcab1acab97366f3c196d2e96841c0897b + createdAt: "2024-06-17T10:14:06Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" @@ -737,7 +737,7 @@ spec: - --leader-elect command: - /manager - image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2af6c95f7688c8cc786de7f495949558a8b4572977251c9f9a94451539b03c2b + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:fc48d2d4e577ee4c3097a23240d1f5bcab1acab97366f3c196d2e96841c0897b livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 6e39d162d..982c8dc85 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:2af6c95f7688c8cc786de7f495949558a8b4572977251c9f9a94451539b03c2b +- digest: sha256:fc48d2d4e577ee4c3097a23240d1f5bcab1acab97366f3c196d2e96841c0897b 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 bbacdf2c3..df861808c 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:2af6c95f7688c8cc786de7f495949558a8b4572977251c9f9a94451539b03c2b + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:fc48d2d4e577ee4c3097a23240d1f5bcab1acab97366f3c196d2e96841c0897b features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"