From 0c84d98723e778b9e704aec2795866859f391d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Mon, 8 Jan 2024 23:37:20 +0100 Subject: [PATCH] Update charts --- charts/gtfso-import/Chart.yaml | 2 +- charts/gtfso-import/templates/job.yaml | 2 +- charts/gtfso-vbb/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/gtfso-import/Chart.yaml b/charts/gtfso-import/Chart.yaml index 4d10461..d1f5b6e 100644 --- a/charts/gtfso-import/Chart.yaml +++ b/charts/gtfso-import/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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. # It is recommended to use it with quotes. -appVersion: "0.1.0" +appVersion: "latest" diff --git a/charts/gtfso-import/templates/job.yaml b/charts/gtfso-import/templates/job.yaml index 80a3be8..4a0f098 100644 --- a/charts/gtfso-import/templates/job.yaml +++ b/charts/gtfso-import/templates/job.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: {{ include "gtfso-import.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} - restartPolicy: Never + restartPolicy: OnFailure containers: - name: {{ .Chart.Name }} envFrom: diff --git a/charts/gtfso-vbb/Chart.yaml b/charts/gtfso-vbb/Chart.yaml index 1585bd8..d05a965 100644 --- a/charts/gtfso-vbb/Chart.yaml +++ b/charts/gtfso-vbb/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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. # It is recommended to use it with quotes. -appVersion: "0.1.0" +appVersion: "latest"