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

[Automated] Update net-gateway-api nightly #15456

Merged
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 third_party/gateway-api-latest/istio-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
experimental.istio.io/disable-gateway-port-translation: "true"
spec:
type: ClusterIP
Expand Down
22 changes: 11 additions & 11 deletions third_party/gateway-api-latest/net-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
aggregationRule:
clusterRoleSelectors:
- matchLabels:
Expand All @@ -36,7 +36,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
rules:
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes", "referencegrants", "referencepolicies"]
Expand Down Expand Up @@ -68,7 +68,7 @@ metadata:
labels:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
app.kubernetes.io/name: knative-serving
spec:
replicas: 1
Expand All @@ -95,7 +95,7 @@ spec:
- name: controller
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:520021e425cd27879ad0d8de4601bc47e716bf57d2c977f0696e11b5c97de6aa
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:80b5fb1fb55199706f5e7313e116a97963a858652b127c787e60b964b999da9c
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -152,7 +152,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
networking.knative.dev/ingress-provider: gateway-api
spec:
selector:
Expand All @@ -166,14 +166,14 @@ spec:
role: net-gateway-api-webhook
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
spec:
serviceAccountName: controller
containers:
- name: webhook
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/webhook@sha256:29b7632ace1c6015c0983887f100a84b4299a4b7c5735f4cccfbfd60c83a4a12
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/webhook@sha256:6b19854ff516467435457d8bd5b137b6d1b515dfb21173fb860f9df4a6dc157e
resources:
requests:
cpu: 20m
Expand Down Expand Up @@ -251,7 +251,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
networking.knative.dev/ingress-provider: gateway-api

---
Expand All @@ -278,7 +278,7 @@ metadata:
role: net-gateway-api-webhook
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
networking.knative.dev/ingress-provider: gateway-api
spec:
ports:
Expand Down Expand Up @@ -317,7 +317,7 @@ metadata:
labels:
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
networking.knative.dev/ingress-provider: gateway-api
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -359,7 +359,7 @@ metadata:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240806-8aa9d202"
app.kubernetes.io/version: "20240809-b88feeaf"
data:
_example: |
################################
Expand Down
Loading