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 #15337

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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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:b2713e6b35489c619909c80862b15ee730d22340374e09741e6e683829ca33af
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:bf040fc09591e50ca9a8ccc1e9cdd192fa215ab15f1021d21d1702d5c9969205
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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:9993904e467cbb8333f18543e9089927a04b3ef7a5c9302df670dfcc34607d1a
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/webhook@sha256:d182d9adc822974eae7fc3df56fe4bcad47b2225e402e074814b59874d7228b3
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
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: "20240619-cf4988a3"
app.kubernetes.io/version: "20240621-e60bf61d"
data:
_example: |
################################
Expand Down
Loading