Skip to content

Commit

Permalink
Update net-contour nightly
Browse files Browse the repository at this point in the history
bumping knative.dev/net-contour d7706f5...b3995a7:
  > b3995a7 Update community files (# 957)
  > a02a918 add seccompProfile to controller (# 955)

Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation committed Sep 14, 2023
1 parent 4cb442c commit 4c616b7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions third_party/contour-latest/net-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20230913-d7706f54"
app.kubernetes.io/version: "20230914-b3995a7b"
serving.knative.dev/controller: "true"
rules:
- apiGroups: ["projectcontour.io"]
Expand Down Expand Up @@ -38,7 +38,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20230913-d7706f54"
app.kubernetes.io/version: "20230914-b3995a7b"
data:
_example: |
################################
Expand Down Expand Up @@ -95,7 +95,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20230913-d7706f54"
app.kubernetes.io/version: "20230914-b3995a7b"
spec:
replicas: 1
selector:
Expand All @@ -107,14 +107,14 @@ spec:
app: net-contour-controller
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20230913-d7706f54"
app.kubernetes.io/version: "20230914-b3995a7b"
spec:
serviceAccountName: controller
containers:
- 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-contour/cmd/controller@sha256:093c195515a991b191a2d579ed5177464fd485e0c30eab98e43d1e9416625a54
image: gcr.io/knative-nightly/knative.dev/net-contour/cmd/controller@sha256:57f30bd68a3775be5a31036f708bb971b8078f31af5aa880fe9f5f6e8c143fc6
resources:
requests:
cpu: 40m
Expand Down Expand Up @@ -145,6 +145,8 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
---
#! Used when internal-encryption is set to "true"
apiVersion: projectcontour.io/v1
Expand All @@ -156,7 +158,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20230913-d7706f54"
app.kubernetes.io/version: "20230914-b3995a7b"
spec:
delegations:
- secretName: knative-serving-certs
Expand Down

0 comments on commit 4c616b7

Please sign in to comment.