From ab0d5bab4afe316bbb2cb13d3d3c046c071bce08 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Fri, 13 Feb 2026 17:43:59 -0500 Subject: [PATCH] Added Fast-3.x --- .../operator/overlays/fast-3.x/kustomization.yaml | 11 +++++++++++ .../operator/overlays/fast-3.x/patch-channel.yaml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 openshift-ai/operator/overlays/fast-3.x/kustomization.yaml create mode 100644 openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml diff --git a/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml b/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml new file mode 100644 index 00000000..975881f4 --- /dev/null +++ b/openshift-ai/operator/overlays/fast-3.x/kustomization.yaml @@ -0,0 +1,11 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../base + +patches: + - target: + kind: Subscription + name: rhods-operator + path: patch-channel.yaml diff --git a/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml b/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml new file mode 100644 index 00000000..70bd2400 --- /dev/null +++ b/openshift-ai/operator/overlays/fast-3.x/patch-channel.yaml @@ -0,0 +1,3 @@ +- op: replace + path: /spec/channel + value: fast-3.x