Skip to content

Commit

Permalink
Update net-contour nightly (#11690)
Browse files Browse the repository at this point in the history
bumping knative.dev/net-contour 6303386...cd82cdf:
  > cd82cdf upgrade to latest dependencies (# 556)
  > 98458fb Update community files (# 557)

Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Jul 19, 2021
1 parent 73c1c0f commit 0e98289
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions third_party/contour-latest/contour.yaml
Expand Up @@ -1796,7 +1796,7 @@ spec:
spec:
containers:
- name: contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -2032,7 +2032,7 @@ spec:
- --config-path=/config/contour.yaml
command:
- contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -2121,7 +2121,7 @@ spec:
args:
- envoy
- shutdown-manager
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -2198,7 +2198,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down Expand Up @@ -2463,7 +2463,7 @@ spec:
spec:
containers:
- name: contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -2575,7 +2575,7 @@ spec:
- --config-path=/config/contour.yaml
command:
- contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -2664,7 +2664,7 @@ spec:
args:
- envoy
- shutdown-manager
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -2741,7 +2741,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:4cca3f4bc623202d4cf1fc0a0ddb1f999d7cfc1eae4943125be1edca48c7ff7e
image: gcr.io/knative-nightly/github.com/projectcontour/contour/cmd/contour@sha256:87da4f77a24279571bde938cdd0a38d49e498906d517a000f15130a931de840c
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions third_party/contour-latest/net-contour.yaml
Expand Up @@ -33,7 +33,7 @@ metadata:
namespace: knative-serving
labels:
networking.knative.dev/ingress-provider: contour
serving.knative.dev/release: "v20210715-6303386b"
serving.knative.dev/release: "v20210716-cd82cdf9"
data:
_example: |
################################
Expand Down Expand Up @@ -103,7 +103,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-contour/cmd/controller@sha256:bf8da91451bed33c3861649a89c30db2a0fd85a9c443ce81ac97ad035473b2a8
image: gcr.io/knative-nightly/knative.dev/net-contour/cmd/controller@sha256:898101244699d7112e1db6841528067380844b3e69fd27c195146dc459185dec
resources:
requests:
cpu: 40m
Expand Down

0 comments on commit 0e98289

Please sign in to comment.