diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/Chart.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/Chart.yaml index 394f8514..dc2c0674 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/Chart.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/Chart.yaml @@ -25,8 +25,8 @@ appVersion: "1.16.0" dependencies: - - condition: ray-cluster.enabled - name: kuberay-operator + - name: kuberay-operator + condition: ray-cluster.enabled version: "1.3.0" repository: "https://ray-project.github.io/kuberay-helm" - condition: ray-cluster.enabled diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml index 88d23579..0906deda 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-gke.yaml @@ -56,9 +56,6 @@ jupyterhub: mountPath: /tmp/download_models.py subPath: download_models.py readOnly: true - - name: hf-token-secret - mountPath: "/etc/secrets/huggingface" - readOnly: true - name: welcome-ipynb mountPath: "/tmp/welcome.ipynb" subPath: welcome.ipynb @@ -87,10 +84,6 @@ jupyterhub: - name: chat-bot-ipynb configMap: name: "ai-starter-kit-chat-bot-ipynb" - - name: hf-token-secret - secret: - secretName: "ai-starter-kit-hf-token-secret" - optional: true extraVolumeMounts: - name: requirements-txt mountPath: /tmp/requirements.txt diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml index e1867edc..e4841453 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values-minikube.yaml @@ -5,7 +5,6 @@ jupyterhub: fullnameOverride: singleuser: - fsGid: 100 defaultUrl: "/lab/tree/welcome.ipynb" image: name: jupyterhub/k8s-singleuser-sample @@ -54,9 +53,6 @@ jupyterhub: mountPath: /tmp/download_models.py subPath: download_models.py readOnly: true - - name: hf-token-secret - mountPath: "/etc/secrets/huggingface" - readOnly: true - name: welcome-ipynb mountPath: "/tmp/welcome.ipynb" subPath: welcome.ipynb @@ -82,10 +78,6 @@ jupyterhub: - name: welcome-ipynb configMap: name: "ai-starter-kit-welcome-ipynb" - - name: hf-token-secret - secret: - secretName: "ai-starter-kit-hf-token-secret" - optional: true extraVolumeMounts: - name: requirements-txt mountPath: /tmp/requirements.txt diff --git a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values.yaml b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values.yaml index ba146c96..a83ed2df 100644 --- a/ai/ai-starter-kit/helm-chart/ai-starter-kit/values.yaml +++ b/ai/ai-starter-kit/helm-chart/ai-starter-kit/values.yaml @@ -5,7 +5,6 @@ jupyterhub: fullnameOverride: singleuser: - fsGid: 100 defaultUrl: "/lab/tree/welcome.ipynb" image: name: jupyterhub/k8s-singleuser-sample @@ -57,9 +56,6 @@ jupyterhub: mountPath: /tmp/download_models.py subPath: download_models.py readOnly: true - - name: hf-token-secret - mountPath: "/etc/secrets/huggingface" - readOnly: true - name: welcome-ipynb mountPath: "/tmp/welcome.ipynb" subPath: welcome.ipynb @@ -85,10 +81,6 @@ jupyterhub: - name: welcome-ipynb configMap: name: "ai-starter-kit-welcome-ipynb" - - name: hf-token-secret - secret: - secretName: "ai-starter-kit-hf-token-secret" - optional: true extraVolumeMounts: - name: requirements-txt mountPath: /tmp/requirements.txt