From f02d0774829a82ab9bb7c5a9a8398e5f3a3b5178 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:51:39 +0000 Subject: [PATCH] doc: remove reference of deprecated upstream image The kube-rbac-proxy from upstream is deprecated. Therefore, it's better not to include it in the examples since we do not promote its usage. PS. it does not seems to bring any value. Follow up of https://github.com/operator-framework/olm-docs/pull/336 Signed-off-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> --- content/en/docs/Reference/catalog-templates.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/Reference/catalog-templates.md b/content/en/docs/Reference/catalog-templates.md index 0e645777..ad3b4c13 100644 --- a/content/en/docs/Reference/catalog-templates.md +++ b/content/en/docs/Reference/catalog-templates.md @@ -114,8 +114,6 @@ properties: packageName: example-operator version: 0.2.0 relatedImages: -- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0 - name: "" - image: docker.io/example/example-operator-bundle:0.2.0 name: "" - image: docker.io/example/example-operator:0.2.0