diff --git a/distribution/knative/kustomization.yaml b/distribution/knative/kustomization.yaml index 10aa620a..61810b66 100644 --- a/distribution/knative/kustomization.yaml +++ b/distribution/knative/kustomization.yaml @@ -31,28 +31,28 @@ patchesStrategicMerge: images: - name: gcr.io/knative-releases/knative.dev/serving/cmd/activator newName: gcr.io/knative-releases/knative.dev/serving/cmd/activator - digest: sha256:bd48057f8d6e5f95f389225979c89d2d99d52a4876d2342fc033c909096d4698 + digest: sha256:c1f35f2deb2acbcb1f71efb7b893f7eb8348b8d3f5208b25c73ec30fe33105f4 - name: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler newName: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler - digest: sha256:d3d6f5ecfff577a6d4d5a0549379fa1acf1d66d7422a58b1756e40eba555285c + digest: sha256:0d692c5f6d97bfcb53de03d68ea1d4cf4d221e441251a3b5e39e5d7445422a91 - name: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping newName: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping - digest: sha256:fafa1afcc9f2c6e79b096ffbc67e14ff3f34e3591d887335811ca15970b3b837 + digest: sha256:08865194932090f518acb8b6af13ef3afb8aa4f6c6a176af2a010cf398bf8bb1 - name: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping-webhook newName: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping-webhook - digest: sha256:1335e57427a372d15e8a90a3370eaa6896c9cb3fd7cb6f2a63021cceaea2e8e6 + digest: sha256:3f3c547ad8d3650a523bde828faf3d8c5f3fa9190212d60b2dc6b10f779d6c46 - name: gcr.io/knative-releases/knative.dev/serving/cmd/webhook newName: gcr.io/knative-releases/knative.dev/serving/cmd/webhook - digest: sha256:e9503135b4b46a3700d91bdb32df60923575aaedbcc5192bdc3e41b64591ee50 + digest: sha256:e9ac75b1723f0ae11ea5549306881979f34ef560d3c31f161090381f44cae707 - name: gcr.io/knative-releases/knative.dev/serving/cmd/controller newName: gcr.io/knative-releases/knative.dev/serving/cmd/controller - digest: sha256:e9b9cc7a2a091194161a7a256d6fc342317080f1a31e1f1a33993a5e1993fdb5 + digest: sha256:086d7ceec128866245541bce673d0dda3665bce0ec8b38fd53c1bceab17369b5 - name: gcr.io/knative-releases/knative.dev/net-istio/cmd/controller newName: gcr.io/knative-releases/knative.dev/net-istio/cmd/controller - digest: sha256:41f58d7e8319e473dbf27dec3d329b631f03ec0899c98ba2dd3d3166a6fb7a42 + digest: sha256:7f17fb47568a74de3f82bb512422a174017b7c06643a330557bc3445c8869932 - name: gcr.io/knative-releases/knative.dev/net-istio/cmd/webhook newName: gcr.io/knative-releases/knative.dev/net-istio/cmd/webhook - digest: sha256:49bf045db42aa0bfe124e9c5a5c511595e8fc27bf3a77e3900d9dec2b350173c + digest: sha256:75d502bdff93e9c0e4611c2747d868b8d471f8d3a0402394de76ec2d98b89ce3 - name: k8s.gcr.io/metrics-server/metrics-server newName: k8s.gcr.io/metrics-server/metrics-server newTag: v0.5.0 diff --git a/distribution/knative/net-istio-v0_24_0.yaml b/distribution/knative/net-istio-v0_24_0.yaml index 66aa45b2..bc12354e 100644 --- a/distribution/knative/net-istio-v0_24_0.yaml +++ b/distribution/knative/net-istio-v0_24_0.yaml @@ -287,7 +287,7 @@ spec: - name: controller # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/net-istio/cmd/controller@sha256:41f58d7e8319e473dbf27dec3d329b631f03ec0899c98ba2dd3d3166a6fb7a42 + image: gcr.io/knative-releases/knative.dev/net-istio/cmd/controller@sha256:7f17fb47568a74de3f82bb512422a174017b7c06643a330557bc3445c8869932 resources: requests: cpu: 30m @@ -365,7 +365,7 @@ spec: - name: webhook # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/net-istio/cmd/webhook@sha256:49bf045db42aa0bfe124e9c5a5c511595e8fc27bf3a77e3900d9dec2b350173c + image: gcr.io/knative-releases/knative.dev/net-istio/cmd/webhook@sha256:75d502bdff93e9c0e4611c2747d868b8d471f8d3a0402394de76ec2d98b89ce3 resources: requests: cpu: 20m diff --git a/distribution/knative/serving-core-v0_24_0.yaml b/distribution/knative/serving-core-v0_24_0.yaml index 361c5047..735e96c0 100644 --- a/distribution/knative/serving-core-v0_24_0.yaml +++ b/distribution/knative/serving-core-v0_24_0.yaml @@ -3364,7 +3364,7 @@ metadata: spec: # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/queue@sha256:6c6fdac40d3ea53e39ddd6bb00aed8788e69e7fac99e19c98ed911dd1d2f946b + image: gcr.io/knative-releases/knative.dev/serving/cmd/queue@sha256:777efd5ec77499a7a99fd29bf5936c5e7f5ba2c0b0a76a7adbae633902afb2f9 --- # Copyright 2018 The Knative Authors @@ -4637,7 +4637,7 @@ spec: - name: activator # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/activator@sha256:bd48057f8d6e5f95f389225979c89d2d99d52a4876d2342fc033c909096d4698 + image: gcr.io/knative-releases/knative.dev/serving/cmd/activator@sha256:c1f35f2deb2acbcb1f71efb7b893f7eb8348b8d3f5208b25c73ec30fe33105f4 # The numbers are based on performance test results from # https://github.com/knative/serving/issues/1625#issuecomment-511930023 resources: @@ -4787,7 +4787,7 @@ spec: - name: autoscaler # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler@sha256:d3d6f5ecfff577a6d4d5a0549379fa1acf1d66d7422a58b1756e40eba555285c + image: gcr.io/knative-releases/knative.dev/serving/cmd/autoscaler@sha256:0d692c5f6d97bfcb53de03d68ea1d4cf4d221e441251a3b5e39e5d7445422a91 resources: requests: cpu: 100m @@ -4915,7 +4915,7 @@ spec: - name: controller # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/controller@sha256:e9b9cc7a2a091194161a7a256d6fc342317080f1a31e1f1a33993a5e1993fdb5 + image: gcr.io/knative-releases/knative.dev/serving/cmd/controller@sha256:086d7ceec128866245541bce673d0dda3665bce0ec8b38fd53c1bceab17369b5 resources: requests: cpu: 100m @@ -5021,7 +5021,7 @@ spec: - name: domain-mapping # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping@sha256:fafa1afcc9f2c6e79b096ffbc67e14ff3f34e3591d887335811ca15970b3b837 + image: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping@sha256:08865194932090f518acb8b6af13ef3afb8aa4f6c6a176af2a010cf398bf8bb1 resources: requests: cpu: 30m @@ -5105,7 +5105,7 @@ spec: - name: domainmapping-webhook # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping-webhook@sha256:1335e57427a372d15e8a90a3370eaa6896c9cb3fd7cb6f2a63021cceaea2e8e6 + image: gcr.io/knative-releases/knative.dev/serving/cmd/domain-mapping-webhook@sha256:3f3c547ad8d3650a523bde828faf3d8c5f3fa9190212d60b2dc6b10f779d6c46 resources: requests: cpu: 100m @@ -5293,7 +5293,7 @@ spec: - name: webhook # This is the Go import path for the binary that is containerized # and substituted here. - image: gcr.io/knative-releases/knative.dev/serving/cmd/webhook@sha256:e9503135b4b46a3700d91bdb32df60923575aaedbcc5192bdc3e41b64591ee50 + image: gcr.io/knative-releases/knative.dev/serving/cmd/webhook@sha256:e9ac75b1723f0ae11ea5549306881979f34ef560d3c31f161090381f44cae707 resources: requests: cpu: 100m