Update charts

This commit is contained in:
Björn Busse 2024-01-08 23:37:20 +01:00
parent 2aae249b82
commit 0c84d98723
3 changed files with 3 additions and 3 deletions

View File

@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "0.1.0" appVersion: "latest"

View File

@ -23,7 +23,7 @@ spec:
serviceAccountName: {{ include "gtfso-import.serviceAccountName" . }} serviceAccountName: {{ include "gtfso-import.serviceAccountName" . }}
securityContext: securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }} {{- toYaml .Values.podSecurityContext | nindent 8 }}
restartPolicy: Never restartPolicy: OnFailure
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
envFrom: envFrom:

View File

@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "0.1.0" appVersion: "latest"