diff --git a/charts/hubone/Chart.yaml b/charts/hubone/Chart.yaml index ed74a85..91b77a9 100644 --- a/charts/hubone/Chart.yaml +++ b/charts/hubone/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: 3.0.0 +version: 3.0.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/hubone/templates/deployment.yaml b/charts/hubone/templates/deployment.yaml index 9ddd564..d250923 100644 --- a/charts/hubone/templates/deployment.yaml +++ b/charts/hubone/templates/deployment.yaml @@ -22,7 +22,6 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - serviceAccountName: {{ include "hubone.serviceAccountName" . }} containers: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"