From 57a501c00df9adfbbb24d2a7e788f1c84d5c4b55 Mon Sep 17 00:00:00 2001 From: smiletan Date: Tue, 11 Mar 2025 10:21:51 +0800 Subject: [PATCH] revert values.yaml update --- helm-charts/doris-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/doris-operator/values.yaml b/helm-charts/doris-operator/values.yaml index da3f51cf..17f1ff46 100644 --- a/helm-charts/doris-operator/values.yaml +++ b/helm-charts/doris-operator/values.yaml @@ -23,7 +23,7 @@ dorisOperator: # the namespace of dorisoperator, if not set, the release namespace will be used. image: repository: apache/doris - tag: operator-{operatorVersion} + tag: operator-latest imagePullPolicy: "" # ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this deployment. # If specified, these secrets will be passed to individual puller implementations for them to use.