From a33b7806449fb4fd47fdb661b7f7e55c1a0273e9 Mon Sep 17 00:00:00 2001 From: Janine Olear Date: Mon, 16 Sep 2024 15:23:43 +0200 Subject: [PATCH 1/3] add proxy aware metadata Signed-off-by: Janine Olear --- .../manifests/bases/rhtas-operator.clusterserviceversion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml b/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml index 8f98f8a12..a6df3d93a 100644 --- a/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/rhtas-operator.clusterserviceversion.yaml @@ -10,7 +10,7 @@ metadata: features.operators.openshift.io/csi: "false" features.operators.openshift.io/disconnected: "false" features.operators.openshift.io/fips-compliant: "false" - features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" From 12323f48c875ab9188afe2f6425e9564bf1e5413 Mon Sep 17 00:00:00 2001 From: Janine Olear Date: Mon, 16 Sep 2024 16:34:20 +0200 Subject: [PATCH 2/3] create bundle Signed-off-by: Janine Olear --- bundle/manifests/rhtas-operator.clusterserviceversion.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/manifests/rhtas-operator.clusterserviceversion.yaml b/bundle/manifests/rhtas-operator.clusterserviceversion.yaml index 2d895b4d4..51222b408 100644 --- a/bundle/manifests/rhtas-operator.clusterserviceversion.yaml +++ b/bundle/manifests/rhtas-operator.clusterserviceversion.yaml @@ -297,13 +297,13 @@ metadata: ] capabilities: Seamless Upgrades containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:028b6eec7f821b18cf710237a7613ef76d2bacdeff56462368e4e186f26627cc - createdAt: "2024-09-11T13:45:32Z" + createdAt: "2024-09-16T14:33:26Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" features.operators.openshift.io/disconnected: "false" features.operators.openshift.io/fips-compliant: "false" - features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" From b12bb3a9aed5a14ca7cf084d9df1747e05c02104 Mon Sep 17 00:00:00 2001 From: Janine Olear Date: Tue, 17 Sep 2024 11:15:36 +0200 Subject: [PATCH 3/3] address all places to make the operator proxy aware Signed-off-by: Janine Olear --- Dockerfile.rhtas-operator.rh | 2 +- bundle/metadata/annotations.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rhtas-operator.rh b/Dockerfile.rhtas-operator.rh index 64bca4d25..04210161e 100644 --- a/Dockerfile.rhtas-operator.rh +++ b/Dockerfile.rhtas-operator.rh @@ -40,7 +40,7 @@ LABEL name="rhtas-operator" LABEL features.operators.openshift.io/cni="false" LABEL features.operators.openshift.io/disconnected="false" LABEL features.operators.openshift.io/fips-compliant="false" -LABEL features.operators.openshift.io/proxy-aware="false" +LABEL features.operators.openshift.io/proxy-aware="true" LABEL features.operators.openshift.io/cnf="false" LABEL features.operators.openshift.io/csi="false" LABEL features.operators.openshift.io/tls-profiles="false" diff --git a/bundle/metadata/annotations.yaml b/bundle/metadata/annotations.yaml index 8ff71f49e..a993abb72 100644 --- a/bundle/metadata/annotations.yaml +++ b/bundle/metadata/annotations.yaml @@ -17,7 +17,7 @@ annotations: features.operators.openshift.io/disconnected: "false" features.operators.openshift.io/fips-compliant: "false" - features.operators.openshift.io/proxy-aware: "false" + features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false"