Skip to content

Commit

Permalink
Move knative-serving images to ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Anshal Shukla <shukla.anshal85@gmail.com>
  • Loading branch information
anshalshukla committed Apr 13, 2023
1 parent ee37313 commit 89adc30
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions configs/knative_yamls/serving-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4431,7 +4431,7 @@ metadata:
spec:
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/queue-39be6f1d08a095bd076a71d288d295b6@sha256:5720c2d09754942e946257dc39fece1f5bb1ecc6818fa4d462996f532aefc3fa
image: ghcr.io/vhive-serverless/queue-39be6f1d08a095bd076a71d288d295b6@sha256:41259c52c99af616fae4e7a44e40c0e90eb8f5593378a4f3de5dbf35ab1df49c

---
# Copyright 2018 The Knative Authors
Expand Down Expand Up @@ -4828,7 +4828,7 @@ metadata:
data:
# This is the Go import path for the binary that is containerized
# and substituted here.
queue-sidecar-image: docker.io/anshalshukla/queue-39be6f1d08a095bd076a71d288d295b6@sha256:5720c2d09754942e946257dc39fece1f5bb1ecc6818fa4d462996f532aefc3fa
queue-sidecar-image: ghcr.io/vhive-serverless/queue-39be6f1d08a095bd076a71d288d295b6@sha256:41259c52c99af616fae4e7a44e40c0e90eb8f5593378a4f3de5dbf35ab1df49c
_example: |-
################################
# #
Expand Down Expand Up @@ -5881,7 +5881,7 @@ spec:
- name: activator
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/activator-ecd51ca5034883acbe737fde417a3d86@sha256:b2511873e2dda76c7c4a07ddb97f1474a08a59a0921208c54029d30521d267e3
image: ghcr.io/vhive-serverless/activator-ecd51ca5034883acbe737fde417a3d86@sha256:abf65c8cb9598c6e7c5afb6186618b40afdd75d15b762f44910a0d8a718d953c
# The numbers are based on performance test results from
# https://github.com/knative/serving/issues/1625#issuecomment-511930023
resources:
Expand Down Expand Up @@ -6048,7 +6048,7 @@ spec:
- name: autoscaler
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/autoscaler-12c0fa24db31956a7cfa673210e4fa13@sha256:dad4c68fb6ea58d54ca0e1ff98d95b5977490069715d7ae01762c2a0a28fe68c
image: ghcr.io/vhive-serverless/autoscaler-12c0fa24db31956a7cfa673210e4fa13@sha256:76e66b57c8233f9852a719f17b7727bb7d70988cf0cc3a7c86b57e7fdaf1b328
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -6184,7 +6184,7 @@ spec:
- name: controller
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/controller-f6fdb41c6acbc726e29a3104ff2ef720@sha256:bfc4a7268e21bf17783126ca26281a530f9ff6c1a6ef3ad3b0ef656cc74fe880
image: ghcr.io/vhive-serverless/controller-f6fdb41c6acbc726e29a3104ff2ef720@sha256:5496a4fdb200544d88a099aa049bc8cb107b20d0b7da05da241e502ae3d89620
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -6298,7 +6298,7 @@ spec:
- name: domain-mapping
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/domain-mapping-82f8626be89c35bcd6c666fd2fc8ccb7@sha256:a61f0695c68f0f08eb6b743f7acb104198d21d3a80272d5bcf81b795f2f68438
image: ghcr.io/vhive-serverless/domain-mapping-82f8626be89c35bcd6c666fd2fc8ccb7@sha256:6d34ad9e43c2052408e2143017c9a6dadd17beedb7723f24ae8a93a484165127
resources:
requests:
cpu: 30m
Expand Down Expand Up @@ -6388,7 +6388,7 @@ spec:
- name: domainmapping-webhook
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/domain-mapping-webhook-a127ae3e896f4e4bc1179581011b7824@sha256:587bf2352b81cd44c4fafdc1dcb85c94430cc2e5c2976169d7741f3fe2566086
image: ghcr.io/vhive-serverless/domain-mapping-webhook-a127ae3e896f4e4bc1179581011b7824@sha256:cb682d3b328bcd2ecfc75479bba436af6718d3bf5f2bc28080e6b8ab7cbe7008
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -6589,7 +6589,7 @@ spec:
- name: webhook
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/webhook-261c6506fca17bc41be50b3461f98f1c@sha256:afee64a8785deaafe25a8213d6459fc04ae811b7fbfe513caaa58dce9c83cc80
image: ghcr.io/vhive-serverless/webhook-261c6506fca17bc41be50b3461f98f1c@sha256:2c559264619d779884b5d3121d7214efc22df54b716fa843c94af29e38eb6238
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion configs/knative_yamls/serving-default-domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: default-domain
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/default-domain-dd6f55160290a90018ba318b624be12e@sha256:bf2860a44ccdd10472a05eaa78bee8f87d1b5d7295f9de1e2ca88beffb6deb00
image: ghcr.io/vhive-serverless/default-domain-dd6f55160290a90018ba318b624be12e@sha256:0206e792ee18591903e8b8aaaba92d04548c9b63d9742a98195037697bdbc42e
args: ["-magic-dns=sslip.io"]
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion configs/knative_yamls/serving-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: autoscaler-hpa
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/autoscaler-hpa-85c0b68178743d74ff7f663a72802ceb@sha256:389a82da600ab3f60bb3d315a9fc92dd0d46f192dabc5ab1b6b11e47dad923bd
image: ghcr.io/vhive-serverless/autoscaler-hpa-85c0b68178743d74ff7f663a72802ceb@sha256:1797f6c16f0c65b0255651f82e85399ba210cc353044177ad2af159fc20e2122
resources:
requests:
cpu: 30m
Expand Down
4 changes: 2 additions & 2 deletions configs/knative_yamls/serving-post-install-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

---
# /tmp/tmp.cWGx783UR2/serving-storage-version-migration.yaml
# /tmp/tmp.Qva6BODDIZ/serving-storage-version-migration.yaml
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
- name: migrate
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/migrate-242d0a35bf580c5b411a545d79618fbf@sha256:9302eb2b86bc183dff6ace644d2764ce2282c0690cf016394fe5df0b890422a5
image: ghcr.io/vhive-serverless/migrate-242d0a35bf580c5b411a545d79618fbf@sha256:2d2159119a4c3bd8470a14a970835aa1f56a64250a9ff8bc59ea534175f8548b
args:
- "services.serving.knative.dev"
- "configurations.serving.knative.dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: migrate
# This is the Go import path for the binary that is containerized
# and substituted here.
image: docker.io/anshalshukla/migrate-242d0a35bf580c5b411a545d79618fbf@sha256:9302eb2b86bc183dff6ace644d2764ce2282c0690cf016394fe5df0b890422a5
image: ghcr.io/vhive-serverless/migrate-242d0a35bf580c5b411a545d79618fbf@sha256:2d2159119a4c3bd8470a14a970835aa1f56a64250a9ff8bc59ea534175f8548b
args:
- "services.serving.knative.dev"
- "configurations.serving.knative.dev"
Expand Down

0 comments on commit 89adc30

Please sign in to comment.