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 d0422bc...bc7c9d1:
  > bc7c9d1 use new encryption flags from knative/networking#858 (# 958)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Oct 3, 2023
1 parent 4c3aaee commit ad4421a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 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: "20230928-d0422bc5"
app.kubernetes.io/version: "20231003-bc7c9d18"
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: "20230928-d0422bc5"
app.kubernetes.io/version: "20231003-bc7c9d18"
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: "20230928-d0422bc5"
app.kubernetes.io/version: "20231003-bc7c9d18"
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: "20230928-d0422bc5"
app.kubernetes.io/version: "20231003-bc7c9d18"
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:88b148c48c0adecff70a82ae0503872ddddb110dd523c457e3e303820a7a1732
image: gcr.io/knative-nightly/knative.dev/net-contour/cmd/controller@sha256:8b9ad52c34ca30a9281395e1dfbf5015d4f8a6204d26f726c6ba51bed78187a8
resources:
requests:
cpu: 40m
Expand Down Expand Up @@ -158,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: "20230928-d0422bc5"
app.kubernetes.io/version: "20231003-bc7c9d18"
spec:
delegations:
- secretName: knative-serving-certs
Expand Down

0 comments on commit ad4421a

Please sign in to comment.