Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(model): adopt latest model serving dependencies #466

Merged
merged 10 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
COMPOSE_PROJECT_NAME=instill-core

# docker compose profiles to selectively launch components for developing the latest codebase of the specified component.
# the value can be all, exclude-api-gateway, exclude-mgmt, exclude-pipeline, exclude-model, exclude-controller-model, or exclude-console.
# the value can be all, exclude-api-gateway, exclude-mgmt, exclude-pipeline, exclude-model, or exclude-console.
PROFILE=all

# build from scratch or not at launch, which will build all sources from scrach. Default to false.
Expand Down Expand Up @@ -85,12 +85,6 @@ ARTIFACT_BACKEND_HOST=artifact-backend
ARTIFACT_BACKEND_PRIVATEPORT=3085
ARTIFACT_BACKEND_PUBLICPORT=8085

# controller-model
CONTROLLER_MODEL_IMAGE=instill/controller-model
CONTROLLER_MODEL_VERSION=0.4.0-alpha
CONTROLLER_MODEL_HOST=controller-model
CONTROLLER_MODEL_PRIVATEPORT=3086

# console
CONSOLE_IMAGE=instill/console
CONSOLE_VERSION=0.43.0-beta
Expand Down Expand Up @@ -144,18 +138,6 @@ REDOC_OPENAPI_VERSION=v2.0.0-rc.70
REDOC_OPENAPI_HOST=redoc-openapi
REDOC_OPENAPI_PORT=3001

# etcd
ETCD_IMAGE=quay.io/coreos/etcd
ETCD_VERSION=3.5.8
ETCD_HOST=etcd
ETCD_CLIENT_PORT=3379
ETCD_PEER_PORT=3380
ETCD_CLUSTER_TOKEN=instill-core-etcd
ETCD_CLUSTER_STATE=new
ETCDCTL_API=3
ETCD_AUTO_COMPACTION_MODE=revision
ETCD_AUTO_COMPACTION_RETENTION=1

# influxdb
INFLUXDB_IMAGE=influxdb
INFLUXDB_VERSION=2.7
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/helm-integration-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
--set pipelineBackend.image.tag=latest \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=latest \
--set controllerModel.image.tag=latest \
--set console.image.tag=latest \
--set rayService.image.tag=${RAY_SERVER_VERSION} \
--set rayService.headGroupSpec.resources.limits.cpu=0 \
Expand All @@ -84,7 +83,7 @@ jobs:
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=controller-model,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=model-backend,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
Expand Down Expand Up @@ -165,7 +164,6 @@ jobs:
--set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
--set controllerModel.image.tag=${CONTROLLER_MODEL_VERSION} \
--set console.image.tag=${CONSOLE_VERSION} \
--set rayService.image.tag=${RAY_SERVER_VERSION} \
--set rayService.headGroupSpec.resources.limits.cpu=0 \
Expand All @@ -190,7 +188,7 @@ jobs:
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=controller-model,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=model-backend,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/helm-integration-test-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
--set pipelineBackend.image.tag=latest \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=latest \
--set controllerModel.image.tag=latest \
--set console.image.tag=latest \
--set rayService.image.tag=${RAY_SERVER_VERSION} \
--set rayService.headGroupSpec.resources.limits.cpu=0 \
Expand All @@ -77,7 +76,7 @@ jobs:
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=controller-model,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=model-backend,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
Expand Down Expand Up @@ -185,7 +184,6 @@ jobs:
--set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
--set controllerModel.image.tag=${CONTROLLER_MODEL_VERSION} \
--set console.image.tag=${CONSOLE_VERSION} \
--set rayService.image.tag=${RAY_SERVER_VERSION} \
--set rayService.headGroupSpec.resources.limits.cpu=0 \
Expand All @@ -210,7 +208,7 @@ jobs:
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=controller-model,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
while [[ $(kubectl get pods --namespace instill-ai -l "app.kubernetes.io/component=model-backend,app.kubernetes.io/instance=core" -o 'jsonpath={..status.phase}') != *"Running"* ]]; do
echo "$(kubectl get pods --namespace instill-ai)"
sleep 10
done
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-integration-test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend, controller-model]
[mgmt-backend, pipeline-backend, model-backend]
uses: instill-ai/instill-core/.github/workflows/helm-integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend, controller-model]
[mgmt-backend, pipeline-backend, model-backend]
uses: instill-ai/instill-core/.github/workflows/helm-integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend, controller-model]
[mgmt-backend, pipeline-backend, model-backend]
uses: instill-ai/instill-core/.github/workflows/integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
component:
[mgmt-backend, pipeline-backend, model-backend, controller-model]
[mgmt-backend, pipeline-backend, model-backend]
uses: instill-ai/instill-core/.github/workflows/integration-test-backend.yml@main
with:
component: ${{ matrix.component }}
Expand All @@ -18,4 +18,3 @@ jobs:
uses: instill-ai/instill-core/.github/workflows/integration-test-console.yml@main
with:
target: release

1 change: 0 additions & 1 deletion .github/workflows/make-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/core/v1beta/health/mgmt
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/vdp/v1beta/health/pipeline
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/model/v1beta/health/model
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/model/v1beta/health/model-controller
- name: Tear down Instill Core (release)
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/make-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/core/v1beta/health/mgmt
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/vdp/v1beta/health/pipeline
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/model/v1beta/health/model
curl -s -o /dev/null -w ''%{http_code}'\n' http://localhost:8080/model/v1beta/health/model-controller
- name: Tear down Instill Core (latest)
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
yq ".mgmtBackend.image.tag=\"$MGMT_BACKEND_VERSION\"" -i charts/core/values.yaml
yq ".pipelineBackend.image.tag=\"$PIPELINE_BACKEND_VERSION\"" -i charts/core/values.yaml
yq ".modelBackend.image.tag=\"$MODEL_BACKEND_VERSION\"" -i charts/core/values.yaml
yq ".controllerModel.image.tag=\"$CONTROLLER_MODEL_VERSION\"" -i charts/core/values.yaml
yq ".console.image.tag=\"$CONSOLE_VERSION\"" -i charts/core/values.yaml
yq ".rayService.image.tag=\"$RAY_SERVER_VERSION\"" -i charts/core/values.yaml
yq ".temporal.image.tag=\"$TEMPORAL_VERSION\"" -i charts/core/values.yaml
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ RUN git clone https://github.com/instill-ai/mgmt-backend.git
RUN git clone https://github.com/instill-ai/console.git
RUN git clone https://github.com/instill-ai/pipeline-backend.git
RUN git clone https://github.com/instill-ai/model-backend.git
RUN git clone https://github.com/instill-ai/controller-model.git
RUN git clone https://github.com/instill-ai/artifact-backend.git

FROM alpine:${ALPINE_VERSION} AS release
Expand All @@ -48,11 +47,10 @@ RUN echo "Instill Core release codebase cloned on ${CACHE_DATE}"

WORKDIR /instill-core

ARG API_GATEWAY_VERSION MGMT_BACKEND_VERSION CONSOLE_VERSION PIPELINE_BACKEND_VERSION MODEL_BACKEND_VERSION CONTROLLER_MODEL_VERSION ARTIFACT_BACKEND_VERSION
ARG API_GATEWAY_VERSION MGMT_BACKEND_VERSION CONSOLE_VERSION PIPELINE_BACKEND_VERSION MODEL_BACKEND_VERSION ARTIFACT_BACKEND_VERSION
RUN git clone -b v${API_GATEWAY_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/api-gateway.git
RUN git clone -b v${MGMT_BACKEND_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/mgmt-backend.git
RUN git clone -b v${CONSOLE_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/console.git
RUN git clone -b v${PIPELINE_BACKEND_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/pipeline-backend.git
RUN git clone -b v${MODEL_BACKEND_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/model-backend.git
RUN git clone -b v${CONTROLLER_MODEL_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/controller-model.git
RUN git clone -b v${ARTIFACT_BACKEND_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/artifact-backend.git
27 changes: 6 additions & 21 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ build-latest: ## Build latest images for all Instill Core components
MGMT_BACKEND_VERSION=latest \
PIPELINE_BACKEND_VERSION=latest \
MODEL_BACKEND_VERSION=latest \
CONTROLLER_MODEL_VERSION=latest \
ARTIFACT_BACKEND_VERSION=latest \
CONSOLE_VERSION=latest \
COMPOSE_PROFILES=${PROFILE} docker compose -f docker-compose-build.yml build --progress plain \
Expand All @@ -113,7 +112,6 @@ build-release: ## Build release images for all Instill Core components
--build-arg MGMT_BACKEND_VERSION=${MGMT_BACKEND_VERSION} \
--build-arg PIPELINE_BACKEND_VERSION=${PIPELINE_BACKEND_VERSION} \
--build-arg MODEL_BACKEND_VERSION=${MODEL_BACKEND_VERSION} \
--build-arg CONTROLLER_MODEL_VERSION=${CONTROLLER_MODEL_VERSION} \
--build-arg ARTIFACT_BACKEND_VERSION=${ARTIFACT_BACKEND_VERSION} \
--build-arg CONSOLE_VERSION=${CONSOLE_VERSION} \
--target release \
Expand All @@ -129,7 +127,6 @@ build-release: ## Build release images for all Instill Core components
MGMT_BACKEND_VERSION=${MGMT_BACKEND_VERSION} \
PIPELINE_BACKEND_VERSION=${PIPELINE_BACKEND_VERSION} \
MODEL_BACKEND_VERSION=${MODEL_BACKEND_VERSION} \
CONTROLLER_MODEL_VERSION=${CONTROLLER_MODEL_VERSION} \
ARTIFACT_BACKEND_VERSION=${ARTIFACT_BACKEND_VERSION} \
CONSOLE_VERSION=${CONSOLE_VERSION} \
COMPOSE_PROFILES=${PROFILE} docker compose -f docker-compose-build.yml build --progress plain \
Expand Down Expand Up @@ -188,8 +185,7 @@ integration-test-latest: ## Run integration test on the latest VDP
${INSTILL_CORE_IMAGE_NAME}:latest /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' \
"
@make down

Expand All @@ -202,8 +198,7 @@ integration-test-release: ## Run integration test on the release VDP
${INSTILL_CORE_IMAGE_NAME}:${INSTILL_CORE_VERSION} /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=${API_GATEWAY_HOST}:${API_GATEWAY_PORT}' \
"
@make down

Expand All @@ -220,7 +215,6 @@ helm-integration-test-latest: ## Run integration test on t
--set pipelineBackend.image.tag=latest \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=latest \
--set controllerModel.image.tag=latest \
--set console.image.tag=latest \
--set rayService.image.tag=${RAY_LATEST_TAG} \
--set tags.observability=false \
Expand All @@ -233,15 +227,13 @@ ifeq ($(UNAME_S),Darwin)
@docker run --rm --name ${INSTILL_CORE_INTEGRATION_TEST_CONTAINER_NAME}-helm-latest ${INSTILL_CORE_IMAGE_NAME}:latest /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' \
"
else ifeq ($(UNAME_S),Linux)
@docker run --rm --network host --name ${INSTILL_CORE_INTEGRATION_TEST_CONTAINER_NAME}-helm-latest ${INSTILL_CORE_IMAGE_NAME}:latest /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' \
"
endif
@helm uninstall ${HELM_RELEASE_NAME} --namespace ${HELM_NAMESPACE}
Expand All @@ -262,7 +254,6 @@ helm-integration-test-release: ## Run integration test on
--set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
--set controllerModel.image.tag=${CONTROLLER_MODEL_VERSION} \
--set console.image.tag=${CONSOLE_VERSION} \
--set rayService.image.tag=${RAY_RELEASE_TAG} \
--set tags.observability=false \
Expand All @@ -275,15 +266,13 @@ ifeq ($(UNAME_S),Darwin)
@docker run --rm --name ${INSTILL_CORE_INTEGRATION_TEST_CONTAINER_NAME}-helm-release ${INSTILL_CORE_IMAGE_NAME}:${INSTILL_CORE_VERSION} /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=host.docker.internal:${API_GATEWAY_PORT}' \
"
else ifeq ($(UNAME_S),Linux)
@docker run --rm --network host --name ${INSTILL_CORE_INTEGRATION_TEST_CONTAINER_NAME}-helm-release ${INSTILL_CORE_IMAGE_NAME}:${INSTILL_CORE_VERSION} /bin/sh -c " \
/bin/sh -c 'cd mgmt-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd pipeline-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' && \
/bin/sh -c 'cd controller-model && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' \
/bin/sh -c 'cd model-backend && make integration-test API_GATEWAY_URL=localhost:${API_GATEWAY_PORT}' \
"
endif
@helm uninstall ${HELM_RELEASE_NAME} --namespace ${HELM_NAMESPACE}
Expand Down Expand Up @@ -342,7 +331,6 @@ ifeq ($(UNAME_S),Darwin)
--set pipelineBackend.image.tag=latest \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=latest \
--set controllerModel.image.tag=latest \
--set console.image.tag=latest \
--set rayService.image.tag=${RAY_LATEST_TAG} \
--set apiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
Expand All @@ -360,7 +348,6 @@ else ifeq ($(UNAME_S),Linux)
--set pipelineBackend.image.tag=latest \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=latest \
--set controllerModel.image.tag=latest \
--set console.image.tag=latest \
--set rayService.image.tag=${RAY_LATEST_TAG} \
--set apiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
Expand Down Expand Up @@ -422,7 +409,6 @@ ifeq ($(UNAME_S),Darwin)
--set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
--set controllerModel.image.tag=${CONTROLLER_MODEL_VERSION} \
--set console.image.tag=${CONSOLE_VERSION} \
--set rayService.image.tag=${RAY_RELEASE_TAG} \
--set apiGatewayURL=http://host.docker.internal:${API_GATEWAY_PORT} \
Expand All @@ -440,7 +426,6 @@ else ifeq ($(UNAME_S),Linux)
--set pipelineBackend.image.tag=${PIPELINE_BACKEND_VERSION} \
--set pipelineBackend.excludelocalconnector=false \
--set modelBackend.image.tag=${MODEL_BACKEND_VERSION} \
--set controllerModel.image.tag=${CONTROLLER_MODEL_VERSION} \
--set console.image.tag=${CONSOLE_VERSION} \
--set rayService.image.tag=${RAY_RELEASE_TAG} \
--set apiGatewayURL=http://localhost:${API_GATEWAY_PORT} \
Expand Down
7 changes: 2 additions & 5 deletions charts/core/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ dependencies:
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm/
version: 1.0.0
- name: etcd
repository: https://charts.bitnami.com/bitnami
version: 8.8.1
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
Expand All @@ -23,5 +20,5 @@ dependencies:
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.0.19
digest: sha256:e7dccde76e808e60c69a3bfcd6071106b4daab9e2b5fe352f0146814fc64fa61
generated: "2024-02-26T22:55:15.548288Z"
digest: sha256:cc5d2baa4d56e12db43d69005b7dadf02945026b89b5f011983b40d66116b58b
generated: "2024-03-28T03:28:47.415942+08:00"
6 changes: 0 additions & 6 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ dependencies:
version: 1.0.0
tags:
- model
- name: etcd
repository: https://charts.bitnami.com/bitnami
version: 8.8.1
condition: etcd.enabled
tags:
- model
- name: elasticsearch
repository: https://helm.elastic.co
version: 7.17.3
Expand Down
Loading
Loading