From 8f22e3a184b8e9c754a83461143848040cde8289 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Fri, 17 Jul 2026 12:38:31 +0200 Subject: [PATCH] test(ci): bump catalog index to 1.11 to compare test failures Bump the hardcoded catalog index from :1.10 to :1.11 to verify whether the new catalog index (with OCI-only refs) causes test regressions when paired with the existing wrapper paths in CI value files. Signed-off-by: Jon Koops --- .ci/pipelines/value_files/values_showcase-rbac.yaml | 2 +- .ci/pipelines/value_files/values_showcase.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/pipelines/value_files/values_showcase-rbac.yaml b/.ci/pipelines/value_files/values_showcase-rbac.yaml index 35902f028c..ea9062e955 100644 --- a/.ci/pipelines/value_files/values_showcase-rbac.yaml +++ b/.ci/pipelines/value_files/values_showcase-rbac.yaml @@ -4,7 +4,7 @@ global: image: registry: quay.io repository: rhdh/plugin-catalog-index - tag: "1.10" + tag: "1.11" dynamic: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`). diff --git a/.ci/pipelines/value_files/values_showcase.yaml b/.ci/pipelines/value_files/values_showcase.yaml index 8704c69dcd..e308b6b0f3 100644 --- a/.ci/pipelines/value_files/values_showcase.yaml +++ b/.ci/pipelines/value_files/values_showcase.yaml @@ -4,7 +4,7 @@ global: image: registry: quay.io repository: rhdh/plugin-catalog-index - tag: "1.10" + tag: "1.11" dynamic: # -- Array of YAML files listing dynamic plugins to include with those listed in the `plugins` field. # Relative paths are resolved from the working directory of the initContainer that will install the plugins (`/opt/app-root/src`).