From 78d2628c3f559854466fb96014e2e31e2043a5e3 Mon Sep 17 00:00:00 2001 From: Nina <54885993+miyunari@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:17:03 +0100 Subject: [PATCH] update operator digests (#817) Signed-off-by: Janine Olear --- 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 a3597c6b..462933a9 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:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7 +IMAGE_DIGEST ?= sha256:862b8804b0896c0df65563ba6a1467d28edc3c72fb1ad1cff9c96cc8b6a9a4a0 # 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 d34133c7..b27c6fe6 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:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7 - createdAt: "2024-11-07T15:59:23Z" + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:862b8804b0896c0df65563ba6a1467d28edc3c72fb1ad1cff9c96cc8b6a9a4a0 + createdAt: "2025-01-16T09:11:17Z" 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:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7 + image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:862b8804b0896c0df65563ba6a1467d28edc3c72fb1ad1cff9c96cc8b6a9a4a0 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 99b0d0b7..03c0c5db 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:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7 +- digest: sha256:862b8804b0896c0df65563ba6a1467d28edc3c72fb1ad1cff9c96cc8b6a9a4a0 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 0c6c9df1..ecaf119f 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:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7 + containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:862b8804b0896c0df65563ba6a1467d28edc3c72fb1ad1cff9c96cc8b6a9a4a0 features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"