diff --git a/charts/tembo-ai/Chart.yaml b/charts/tembo-ai/Chart.yaml index d142f6fe6..225f19f3f 100644 --- a/charts/tembo-ai/Chart.yaml +++ b/charts/tembo-ai/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/tembo-ai/templates/inference-service/serviceaccount.yaml b/charts/tembo-ai/templates/inference-service/serviceaccount.yaml index caa33d849..e559119e1 100644 --- a/charts/tembo-ai/templates/inference-service/serviceaccount.yaml +++ b/charts/tembo-ai/templates/inference-service/serviceaccount.yaml @@ -7,7 +7,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "tembo-ai.fullname" $ }}-{{ $serviceName }} + name: {{ include "tembo-ai.inferenceService.serviceAccountName" $ }}-{{ $serviceName }} namespace: {{ include "tembo-ai.namespace" $ }} labels: {{- include "tembo-ai.inferenceService.labels" $ | nindent 4 }}