Skip to content

Commit

Permalink
fix: update path of grpc_health_probe as it was changed in OpenFGA v1…
Browse files Browse the repository at this point in the history
….0.1 (#22)

* fix: update path of grpc_health_probe as it was changed in OpenFGA v1.0.1

* release: bump chart versions
  • Loading branch information
rhamzeh authored Apr 18, 2023
1 parent 39b3b58 commit 4e28df7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: benchmark
description: A Kubernetes Helm chart to deploy OpenFGA and run the standard benchmark suite against it.

type: application
version: 0.0.7
version: 0.0.8
appVersion: "v1.0.1"

home: "https://openfga.github.io/helm-charts/charts/benchmark"
Expand Down
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.1.11
version: 0.1.12
appVersion: "v1.0.1"

home: "https://openfga.github.io/helm-charts/charts/openfga"
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 @@ -272,7 +272,7 @@ spec:

readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr={{ .Values.grpc.addr }}"]
command: ["grpc_health_probe", "-addr={{ .Values.grpc.addr }}"]
initialDelaySeconds: 5

resources:
Expand Down

0 comments on commit 4e28df7

Please sign in to comment.