From b2005120904a1d57c5a7c0ba019d8586a3ed6838 Mon Sep 17 00:00:00 2001 From: Jakub Hadvig Date: Wed, 11 Jun 2025 18:23:03 +0200 Subject: [PATCH] OCPBUGS-57129: Add missing Console capability annotation --- ..._90_console-operator_03_console_plugin_storage_migration.yaml | 1 + manifests/07-operator-ibm-cloud-managed.yaml | 1 + profile-patches/ibm-cloud-managed/07-operator.yaml-patch | 1 + 3 files changed, 3 insertions(+) diff --git a/manifests/0000_90_console-operator_03_console_plugin_storage_migration.yaml b/manifests/0000_90_console-operator_03_console_plugin_storage_migration.yaml index 621e326fba..3f62d38193 100644 --- a/manifests/0000_90_console-operator_03_console_plugin_storage_migration.yaml +++ b/manifests/0000_90_console-operator_03_console_plugin_storage_migration.yaml @@ -7,6 +7,7 @@ metadata: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" + capability.openshift.io/name: Console spec: resource: group: console.openshift.io diff --git a/manifests/07-operator-ibm-cloud-managed.yaml b/manifests/07-operator-ibm-cloud-managed.yaml index a0dfdab4c6..eabfb01e16 100644 --- a/manifests/07-operator-ibm-cloud-managed.yaml +++ b/manifests/07-operator-ibm-cloud-managed.yaml @@ -3,6 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: annotations: + capability.openshift.io/name: Console config.openshift.io/inject-proxy: console-operator include.release.openshift.io/hypershift: "true" include.release.openshift.io/ibm-cloud-managed: "true" diff --git a/profile-patches/ibm-cloud-managed/07-operator.yaml-patch b/profile-patches/ibm-cloud-managed/07-operator.yaml-patch index 52704427f6..c900564a41 100644 --- a/profile-patches/ibm-cloud-managed/07-operator.yaml-patch +++ b/profile-patches/ibm-cloud-managed/07-operator.yaml-patch @@ -1,6 +1,7 @@ - op: replace path: /metadata/annotations value: + capability.openshift.io/name: Console config.openshift.io/inject-proxy: console-operator include.release.openshift.io/hypershift: "true" include.release.openshift.io/ibm-cloud-managed: "true"