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"