diff --git a/charts/tfy-inferentia-operator/Chart.yaml b/charts/tfy-inferentia-operator/Chart.yaml index 5786a7c7b..f0004a885 100644 --- a/charts/tfy-inferentia-operator/Chart.yaml +++ b/charts/tfy-inferentia-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-inferentia-operator -version: 0.0.2 +version: 0.0.3 description: "Truefoundry Inferentia Operator" maintainers: - name: truefoundry diff --git a/charts/tfy-inferentia-operator/templates/neuron-device-plugin.yaml b/charts/tfy-inferentia-operator/templates/neuron-device-plugin.yaml index 282d61ffe..aa412eb3e 100644 --- a/charts/tfy-inferentia-operator/templates/neuron-device-plugin.yaml +++ b/charts/tfy-inferentia-operator/templates/neuron-device-plugin.yaml @@ -73,7 +73,7 @@ spec: labels: name: {{ .Release.Name }}-neuron-device-plugin-ds spec: - serviceAccount: neuron-device-plugin + serviceAccount: {{ .Release.Name }}-neuron-device-plugin tolerations: {{- range .Values.devicePlugin.tolerations }} - {{ . | toYaml | nindent 10 | trim }}