diff --git a/charts/opencti/Chart.yaml b/charts/opencti/Chart.yaml index 4a6878b..c0e873c 100644 --- a/charts/opencti/Chart.yaml +++ b/charts/opencti/Chart.yaml @@ -8,7 +8,7 @@ maintainers: url: https://ialejandro.rocks sources: - https://github.com/OpenCTI-Platform/opencti -version: 1.2.1 +version: 1.2.2 appVersion: "6.0.5" home: https://www.filigran.io/en/solutions/products/opencti/ keywords: diff --git a/charts/opencti/templates/serviceaccount.yaml b/charts/opencti/templates/serviceaccount.yaml index b5943a9..1b76a09 100644 --- a/charts/opencti/templates/serviceaccount.yaml +++ b/charts/opencti/templates/serviceaccount.yaml @@ -9,5 +9,5 @@ metadata: annotations: {{- toYaml . | nindent 4 }} {{- end }} - automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken | default "false" }} +automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken | default "false" }} {{- end }}