@@ -247,8 +247,7 @@ helm-integration-test-latest: # Run integration test on th
247
247
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST} :${API_GATEWAY_PORT} \
248
248
--set modelBackend.image.tag=latest \
249
249
--set console.image.tag=latest \
250
- --set ray.image.tag=${RAY_LATEST_TAG} \
251
- --set tags.observability=true
250
+ --set ray-cluster.image.tag=${RAY_LATEST_TAG}
252
251
@kubectl rollout status deployment ${HELM_RELEASE_NAME} -api-gateway --namespace ${HELM_NAMESPACE} --timeout=600s
253
252
@export API_GATEWAY_POD_NAME=$$(kubectl get pods --namespace ${HELM_NAMESPACE} -l "app.kubernetes.io/component=api-gateway,app.kubernetes.io/instance=core" -o jsonpath="{.items[0].metadata.name}" ) && \
254
253
kubectl --namespace ${HELM_NAMESPACE} port-forward $$ {API_GATEWAY_POD_NAME} ${API_GATEWAY_PORT} :${API_GATEWAY_PORT} > /dev/null 2>&1 &
@@ -292,8 +291,7 @@ helm-integration-test-release: # Run integration test on t
292
291
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST} :${API_GATEWAY_PORT} \
293
292
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
294
293
--set console.image.tag=${CONSOLE_VERSION} \
295
- --set ray.image.tag=${RAY_RELEASE_TAG} \
296
- --set tags.observability=true
294
+ --set ray-cluster.image.tag=${RAY_RELEASE_TAG}
297
295
@kubectl rollout status deployment ${HELM_RELEASE_NAME} -api-gateway --namespace ${HELM_NAMESPACE} --timeout=600s
298
296
@export API_GATEWAY_POD_NAME=$$(kubectl get pods --namespace ${HELM_NAMESPACE} -l "app.kubernetes.io/component=api-gateway,app.kubernetes.io/instance=core" -o jsonpath="{.items[0].metadata.name}" ) && \
299
297
kubectl --namespace ${HELM_NAMESPACE} port-forward $$ {API_GATEWAY_POD_NAME} ${API_GATEWAY_PORT} :${API_GATEWAY_PORT} > /dev/null 2>&1 &
@@ -360,7 +358,6 @@ console-helm-integration-test-latest: # Run console integr
360
358
ifeq ($(UNAME_S ) ,Darwin)
361
359
@helm install ${HELM_RELEASE_NAME} charts/core --namespace ${HELM_NAMESPACE} --create-namespace \
362
360
--set edition=k8s-ce:test \
363
- --set tags.observability=false \
364
361
--set apiGateway.image.tag=latest \
365
362
--set mgmtBackend.image.tag=latest \
366
363
--set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
@@ -370,14 +367,13 @@ ifeq ($(UNAME_S),Darwin)
370
367
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
371
368
--set modelBackend.image.tag=latest \
372
369
--set console.image.tag=latest \
373
- --set ray.image.tag=${RAY_LATEST_TAG} \
370
+ --set ray-cluster .image.tag=${RAY_LATEST_TAG} \
374
371
--set apiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
375
372
--set console.serverApiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
376
373
--set consoleURL=http://host.docker.internal:${CONSOLE_PORT}
377
374
else ifeq ($(UNAME_S),Linux)
378
375
@helm install ${HELM_RELEASE_NAME} charts/core --namespace ${HELM_NAMESPACE} --create-namespace \
379
376
--set edition=k8s-ce:test \
380
- --set tags.observability=false \
381
377
--set apiGateway.image.tag=latest \
382
378
--set mgmtBackend.image.tag=latest \
383
379
--set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
@@ -387,7 +383,7 @@ else ifeq ($(UNAME_S),Linux)
387
383
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
388
384
--set modelBackend.image.tag=latest \
389
385
--set console.image.tag=latest \
390
- --set ray.image.tag=${RAY_LATEST_TAG} \
386
+ --set ray-cluster .image.tag=${RAY_LATEST_TAG} \
391
387
--set apiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
392
388
--set console.serverApiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
393
389
--set consoleURL=http://localhost:${CONSOLE_PORT}
@@ -438,7 +434,6 @@ console-helm-integration-test-release: # Run console integ
438
434
ifeq ($(UNAME_S ) ,Darwin)
439
435
@helm install ${HELM_RELEASE_NAME} charts/core --namespace ${HELM_NAMESPACE} --create-namespace \
440
436
--set edition=k8s-ce:test \
441
- --set tags.observability=false \
442
437
--set apiGateway.image.tag=${API_GATEWAY_VERSION} \
443
438
--set mgmtBackend.image.tag=${MGMT_BACKEND_VERSION} \
444
439
--set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
@@ -448,14 +443,13 @@ ifeq ($(UNAME_S),Darwin)
448
443
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
449
444
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
450
445
--set console.image.tag=${CONSOLE_VERSION} \
451
- --set ray.image.tag=${RAY_RELEASE_TAG} \
446
+ --set ray-cluster .image.tag=${RAY_RELEASE_TAG} \
452
447
--set apiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
453
448
--set console.serverApiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
454
449
--set consoleURL=http://host.docker.internal:${CONSOLE_PORT}
455
450
else ifeq ($(UNAME_S),Linux)
456
451
@helm install ${HELM_RELEASE_NAME} charts/core --namespace ${HELM_NAMESPACE} --create-namespace \
457
452
--set edition=k8s-ce:test \
458
- --set tags.observability=false \
459
453
--set apiGateway.image.tag=${API_GATEWAY_VERSION} \
460
454
--set mgmtBackend.image.tag=${MGMT_BACKEND_VERSION} \
461
455
--set mgmtBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
@@ -465,7 +459,7 @@ else ifeq ($(UNAME_S),Linux)
465
459
--set modelBackend.instillCoreHost=http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT} \
466
460
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
467
461
--set console.image.tag=${CONSOLE_VERSION} \
468
- --set ray.image.tag=${RAY_RELEASE_TAG} \
462
+ --set ray-cluster .image.tag=${RAY_RELEASE_TAG} \
469
463
--set apiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
470
464
--set console.serverApiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
471
465
--set consoleURL=http://localhost:${CONSOLE_PORT}
0 commit comments