From 4baa6f62e07aa14ea2cf315c19a73cf01954106c Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Wed, 28 Jan 2026 13:19:35 +0100 Subject: [PATCH] chore: switch catalog-index tag to next for main branch Signed-off-by: Christoph Jerolimov --- .ibm/pipelines/value_files/values_showcase-rbac.yaml | 2 +- .ibm/pipelines/value_files/values_showcase.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ibm/pipelines/value_files/values_showcase-rbac.yaml b/.ibm/pipelines/value_files/values_showcase-rbac.yaml index 16f744e32c..c588a3eac3 100644 --- a/.ibm/pipelines/value_files/values_showcase-rbac.yaml +++ b/.ibm/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: next 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/.ibm/pipelines/value_files/values_showcase.yaml b/.ibm/pipelines/value_files/values_showcase.yaml index d25b14bd97..ebca3cb45a 100644 --- a/.ibm/pipelines/value_files/values_showcase.yaml +++ b/.ibm/pipelines/value_files/values_showcase.yaml @@ -4,7 +4,7 @@ global: image: registry: quay.io repository: rhdh/plugin-catalog-index - tag: "1.10" + tag: next 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`).