Skip to content

Commit

Permalink
[master] Update net-istio nightly
Browse files Browse the repository at this point in the history
Produced via:
  `curl https://storage.googleapis.com/knative-nightly/net-istio/latest/$x > /workspace/source/./third_party//$x`
/assign tcnghia
/cc tcnghia
/test pull-knative-serving-istio-1.4-mesh
  • Loading branch information
mattmoor committed Aug 3, 2020
1 parent 9278b31 commit 48beac0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions third_party/net-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
# These are the permissions needed by the Istio Ingress implementation.
name: knative-serving-istio
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
serving.knative.dev/controller: "true"
networking.knative.dev/ingress-provider: istio
rules:
Expand Down Expand Up @@ -48,7 +48,7 @@ metadata:
name: knative-ingress-gateway
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand Down Expand Up @@ -85,7 +85,7 @@ metadata:
name: cluster-local-gateway
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand Down Expand Up @@ -118,7 +118,7 @@ kind: MutatingWebhookConfiguration
metadata:
name: webhook.istio.networking.internal.knative.dev
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -154,7 +154,7 @@ kind: ValidatingWebhookConfiguration
metadata:
name: config.webhook.istio.networking.internal.knative.dev
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -192,7 +192,7 @@ metadata:
name: istio-webhook-certs
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio

---
Expand All @@ -216,7 +216,7 @@ metadata:
name: config-istio
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
data:
_example: |
Expand Down Expand Up @@ -286,7 +286,7 @@ metadata:
name: networking-istio
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -302,14 +302,14 @@ spec:
sidecar.istio.io/inject: "false"
labels:
app: networking-istio
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
spec:
serviceAccountName: controller
containers:
- name: networking-istio
# This is the Go import path for the binary that is containerized
# and substituted here.
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/controller@sha256:ada2c471e55eeecfaf6a98b0958f5915463186adbdce0e689f1373267d789407
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/controller@sha256:9d4972246b6a718414f0cc239232d245ce767fe78c81d378496d4b50d0ce86e2
resources:
requests:
cpu: 30m
Expand Down Expand Up @@ -361,7 +361,7 @@ metadata:
name: istio-webhook
namespace: knative-serving
labels:
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
spec:
selector:
Expand All @@ -375,14 +375,14 @@ spec:
labels:
app: istio-webhook
role: istio-webhook
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
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-istio/cmd/webhook@sha256:e0dd7dcfcdea75d14cfbec37a77fab32089e7bbe451e7e2aa6314ce72fd50cfd
image: gcr.io/knative-nightly/knative.dev/net-istio/cmd/webhook@sha256:08ceed47326e0de39fffa17d5ccb47ab26f8d0c3371876483c69fb903585a812
resources:
requests:
cpu: 20m
Expand Down Expand Up @@ -436,7 +436,7 @@ metadata:
namespace: knative-serving
labels:
role: istio-webhook
serving.knative.dev/release: "v20200727-2edfadf"
serving.knative.dev/release: "v20200803-dd516cc"
networking.knative.dev/ingress-provider: istio
spec:
ports:
Expand Down

0 comments on commit 48beac0

Please sign in to comment.