From 6da3644e0ea54ab7a82b58b6da1388610120bc10 Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Thu, 10 Oct 2024 09:32:11 -0500 Subject: [PATCH 1/2] fix tembo-ai serviceAccount name --- charts/tembo-ai/templates/inference-service/serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 5dfcff265a47178008cdeb139f0e953771288986 Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Thu, 10 Oct 2024 09:33:59 -0500 Subject: [PATCH 2/2] bump chart version --- charts/tembo-ai/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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