Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pin to the same k8s-wait-for image version #123

Merged
merged 6 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0
version: 0.2.1
appVersion: "v1.5.1"

home: "https://openfga.github.io/helm-charts"
Expand Down
2 changes: 1 addition & 1 deletion charts/openfga/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ securityContext:

initContainer:
repository: groundnuty/k8s-wait-for
tag: "v1.6"
tag: "v2.0"
jon-whit marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: IfNotPresent

## Configure extra options for OpenFGA containers' liveness, readiness and startup probes
Expand Down
Loading