From 840a059ec3859de30fbf1d45863e9612a0960640 Mon Sep 17 00:00:00 2001 From: catpineapple Date: Mon, 21 Apr 2025 14:32:10 +0800 Subject: [PATCH] operator-image --- config/operator/disaggregated-operator.yaml | 2 +- config/operator/operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/operator/disaggregated-operator.yaml b/config/operator/disaggregated-operator.yaml index 58ed011c..db73b990 100644 --- a/config/operator/disaggregated-operator.yaml +++ b/config/operator/disaggregated-operator.yaml @@ -516,7 +516,7 @@ spec: - /dorisoperator args: - --leader-elect - image: selectdb/doris.k8s-operator:latest + image: apache/doris:operator-latest imagePullPolicy: Always name: dorisoperator securityContext: diff --git a/config/operator/operator.yaml b/config/operator/operator.yaml index b2893b1b..ca859f87 100644 --- a/config/operator/operator.yaml +++ b/config/operator/operator.yaml @@ -516,7 +516,7 @@ spec: - /dorisoperator args: - --leader-elect - image: selectdb/doris.k8s-operator:latest + image: apache/doris:operator-latest imagePullPolicy: Always name: dorisoperator securityContext: