From 44dc7266ca0cd34cec05069e627c439a0531cb14 Mon Sep 17 00:00:00 2001 From: Jonathan Whitaker Date: Wed, 3 Apr 2024 17:19:35 -0600 Subject: [PATCH] chore: pin to the same k8s-wait-for image version (#123) --- charts/openfga/Chart.yaml | 2 +- charts/openfga/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openfga/Chart.yaml b/charts/openfga/Chart.yaml index 520c1d3..5d59ad4 100644 --- a/charts/openfga/Chart.yaml +++ b/charts/openfga/Chart.yaml @@ -3,7 +3,7 @@ name: openfga description: A Kubernetes Helm chart for the OpenFGA project. type: application -version: 0.2.1 +version: 0.2.2 appVersion: "v1.5.2" home: "https://openfga.github.io/helm-charts" diff --git a/charts/openfga/values.yaml b/charts/openfga/values.yaml index cb56305..b585d13 100644 --- a/charts/openfga/values.yaml +++ b/charts/openfga/values.yaml @@ -41,7 +41,7 @@ securityContext: initContainer: repository: groundnuty/k8s-wait-for - tag: "v1.6" + tag: "v2.0" pullPolicy: IfNotPresent ## Configure extra options for OpenFGA containers' liveness, readiness and startup probes