Skip to content

Commit

Permalink
chore(common): bump version to 0.2.4 and fix serviceAccountName templ…
Browse files Browse the repository at this point in the history
…ate (#159)

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov authored Dec 23, 2024
1 parent d5177a4 commit 312b8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart containing reuse templates

type: library

version: 0.2.3
version: 0.2.4
2 changes: 1 addition & 1 deletion charts/common/templates/_deploymentHelpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
serviceAccountName: {{ include "common.entity.name" }}
serviceAccountName: {{ include "common.entity.name" . }}
automountServiceAccountToken: {{ not (eq (.Values.security).mountServiceAccountToken false) }}
{{- end }}

Expand Down

0 comments on commit 312b8a3

Please sign in to comment.