From 67164d9f9e9c3f2296abade0b563e7b42e79dcea Mon Sep 17 00:00:00 2001 From: Jonathan Liedy Date: Mon, 8 Jan 2024 17:24:13 -0500 Subject: [PATCH] Setting k8s-wait-for back to v1.6 Looking at this helm chart again, this job needs the flexibility of not having the completed migration job in the k8s cluster. Signed-off-by: Jonathan Liedy --- charts/openfga/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openfga/values.yaml b/charts/openfga/values.yaml index db64975..82e7b5f 100644 --- a/charts/openfga/values.yaml +++ b/charts/openfga/values.yaml @@ -144,7 +144,7 @@ datastore: image: repository: groundnuty/k8s-wait-for pullPolicy: Always - tag: "v2.0" + tag: "v1.6" postgres: ## @param postgres.enabled enable the bitnami/postgresql subchart and deploy Postgres