From b4f31abc211f2a25c0b17369e8b279aca06dab2f Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Mon, 25 Mar 2024 14:39:50 +1100 Subject: [PATCH 1/2] feat: add redis operator Signed-off-by: Chris Butler --- values-hub.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/values-hub.yaml b/values-hub.yaml index 01f5823..8729dc4 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -12,6 +12,8 @@ clusterGroup: - minio-operator - nvidia-gpu-operator - openshift-serverless + - redis + #- rhdh-operator subscriptions: rhoai: name: rhods-operator @@ -41,6 +43,18 @@ clusterGroup: channel: stable source: certified-operators + redis: + name: redis-enterprise-operator-cert + namespace: redis + channel: production + source: certified-operators + + rhdh: + name: rhdh + namespace: rhdh-operator + channel: fast + source: edhat-operators + projects: - hub - rhoai From c19ea149c6f2426044cc786993ab15ce0ea35313 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Mon, 25 Mar 2024 14:51:42 +1100 Subject: [PATCH 2/2] fix: tenant pool structure Signed-off-by: Chris Butler --- charts/all/minio/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/all/minio/values.yaml b/charts/all/minio/values.yaml index 2eea452..d5d2546 100644 --- a/charts/all/minio/values.yaml +++ b/charts/all/minio/values.yaml @@ -38,7 +38,7 @@ tenant: tenant: name: my-minio-tenant pools: - servers: 1 + - servers: 1 name: mypool size: 20Gi volumesPerServer: 3