Skip to content

Patch main/d9f737 to 0.3 release #639

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

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all 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 config/charts/body-based-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following table list the configurable parameters of the chart.
| `bbr.image.tag` | Image tag. |
| `bbr.image.pullPolicy` | Image pull policy for the container. Possible values: `Always`, `IfNotPresent`, or `Never`. Defaults to `Always`. |
| `provider.name` | Name of the Inference Gateway implementation being used. Possible values: `istio`, `gke`. Defaults to `none`. |
| `inference-gateway.name` | The name of the Gateway. Defaults to `inference-gateway`. |
| `inferenceGateway.name` | The name of the Gateway. Defaults to `inference-gateway`. |

## Notes

Expand Down
2 changes: 1 addition & 1 deletion config/charts/body-based-routing/templates/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
targetRefs:
- group: "gateway.networking.k8s.io"
kind: Gateway
name: {{ .Values.inference-gateway.name }}
name: {{ .Values.inferenceGateway.name }}
extensionChains:
- name: chain1
extensions:
Expand Down
2 changes: 1 addition & 1 deletion config/charts/body-based-routing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ bbr:
provider:
name: none

inference-gateway:
inferenceGateway:
name: inference-gateway