File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
embedded-tests/src/test/java/org/apache/druid/testing/embedded/k8s Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ public class K3sClusterWithOperatorResource extends K3sClusterResource
5454 private static final String HELM_REPO_NAME = "datainfra" ;
5555 private static final String HELM_REPO_URL = "https://charts.datainfra.io" ;
5656 private static final String HELM_CHART_NAME = "datainfra/druid-operator" ;
57+ private static final String OPERATOR_IMAGE_TAG = "v1.3.0" ;
5758 private static final String HELM_VERSION = "v3.13.1" ;
5859 private static final String HELM_PLATFORM = "linux-amd64" ;
5960 private static final String HELM_MOUNT_PATH = "/usr/local/bin/helm" ;
@@ -202,6 +203,7 @@ private void setupOperatorWithHelm()
202203 "--namespace" , OPERATOR_NAMESPACE ,
203204 "--create-namespace" ,
204205 "--set" , "env.WATCH_NAMESPACE=" + DRUID_NAMESPACE ,
206+ "--set" , "image.tag=" + OPERATOR_IMAGE_TAG ,
205207 "--wait" ,
206208 "--timeout" , "3m"
207209 );
You can’t perform that action at this time.
0 commit comments