diff --git a/charts/dev/ollama/Chart.yaml b/charts/dev/ollama/Chart.yaml index c6b303ac37f..78da5f0130a 100644 --- a/charts/dev/ollama/Chart.yaml +++ b/charts/dev/ollama/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: ollama -version: 0.0.1 +version: 0.0.2 appVersion: 0.1.18 description: Get up and running with large language models locally. home: https://truecharts.org/charts/incubator/ollama diff --git a/charts/dev/ollama/values.yaml b/charts/dev/ollama/values.yaml index ec26e7058d5..e53010d81e7 100644 --- a/charts/dev/ollama/values.yaml +++ b/charts/dev/ollama/values.yaml @@ -78,7 +78,7 @@ workload: type: tcp port: "{{ .Values.service.main.ports.main.targetPort }}" env: - OLLAMA_API_BASE_URL: '{{ printf "http://%v:%v/api" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}' + OLLAMA_API_BASE_URL: '{{ printf "http://%v-api:%v/api" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}' persistence: config: