Skip to content

Commit

Permalink
fix: wait for at least a successful migrate job run (#130)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Tamal Saha <[email protected]>
Co-authored-by: Jonathan Whitaker <[email protected]>
  • Loading branch information
tamalsaha and jon-whit authored Jun 4, 2024
1 parent e4f28fd commit 20cd641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openfga/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openfga
description: A Kubernetes Helm chart for the OpenFGA project.

type: application
version: 0.2.5
version: 0.2.6
appVersion: "v1.5.4"

home: "https://openfga.github.io/helm-charts"
Expand Down
2 changes: 1 addition & 1 deletion charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.initContainer.repository }}:{{ .Values.initContainer.tag }}"
imagePullPolicy: {{ .Values.initContainer.pullPolicy }}
args: ["job", '{{ include "openfga.fullname" . }}-migrate']
args: ["job-wr", '{{ include "openfga.fullname" . }}-migrate']
resources:
{{- toYaml .Values.datastore.migrations.resources | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 20cd641

Please sign in to comment.