Skip to content

Commit

Permalink
Update net-gateway-api nightly (#14360)
Browse files Browse the repository at this point in the history
bumping knative.dev/net-gateway-api c393138...471773a:
  > 471773a Bump actions/checkout from 3 to 4 (# 527)
  > ce4e3e4 add seccompProfile to controller security context (# 530)
  > b062d61 Update community files (# 528)
  > 4f31cf3 upgrade to latest dependencies (# 529)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Sep 14, 2023
1 parent 2a732e5 commit 05abbeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
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: "20230908-c3931386"
app.kubernetes.io/version: "20230914-471773a0"
experimental.istio.io/disable-gateway-port-translation: "true"
spec:
type: ClusterIP
Expand Down
14 changes: 8 additions & 6 deletions third_party/gateway-api-latest/net-gateway-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5210,7 +5210,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: "20230908-c3931386"
app.kubernetes.io/version: "20230914-471773a0"
aggregationRule:
clusterRoleSelectors:
- matchLabels:
Expand All @@ -5226,7 +5226,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: "20230908-c3931386"
app.kubernetes.io/version: "20230914-471773a0"
rules:
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes", "referencegrants", "referencepolicies"]
Expand Down Expand Up @@ -5259,7 +5259,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: "20230908-c3931386"
app.kubernetes.io/version: "20230914-471773a0"
data:
_example: |
################################
Expand Down Expand Up @@ -5313,7 +5313,7 @@ metadata:
labels:
networking.knative.dev/ingress-provider: net-gateway-api
app.kubernetes.io/component: net-gateway-api
app.kubernetes.io/version: "20230908-c3931386"
app.kubernetes.io/version: "20230914-471773a0"
app.kubernetes.io/name: knative-serving
spec:
replicas: 1
Expand All @@ -5340,7 +5340,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:74ff433dbd5ed2eaf1278d81d7f1ab04b1b1cc8c28456497b30dfd40fa341b9d
image: gcr.io/knative-nightly/knative.dev/net-gateway-api/cmd/controller@sha256:0605133cfeb64e4e5eb2f6ab37a7611e919d316a13740f92cbccaa0423f1b296
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -5370,6 +5370,8 @@ spec:
runAsNonRoot: true
capabilities:
drop:
- all
- ALL
seccompProfile:
type: RuntimeDefault

---

0 comments on commit 05abbeb

Please sign in to comment.