Skip to content

Commit 5091a5a

Browse files
authored
Merge pull request #7657 from upodroid/repo-rename
Rename llm-instance-gateway registry to gateway-api-inference-extension
2 parents 7fa2ad9 + 0cea359 commit 5091a5a

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

infra/gcp/terraform/k8s-staging-images/registries.tf

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ limitations under the License.
1717
locals {
1818
// The groups have to be created before applying this terraform code
1919
registries = {
20-
aws-encryption-provider = "group:[email protected]"
21-
charts = "group:[email protected]"
22-
cloud-provider-kind = "group:[email protected]"
23-
etcd-manager = "group:[email protected]"
24-
ingress-nginx = "group:[email protected]"
25-
kind = "group:[email protected]"
26-
kubernetes = "group:[email protected]"
27-
kueue = "group:[email protected]"
28-
llm-instance-gateway = "group:[email protected]"
29-
secrets-store-sync = "group:[email protected]"
30-
test-infra = "group:[email protected]"
31-
csi-vsphere = "group:[email protected]"
20+
aws-encryption-provider = "group:[email protected]"
21+
charts = "group:[email protected]"
22+
cloud-provider-kind = "group:[email protected]"
23+
etcd-manager = "group:[email protected]"
24+
ingress-nginx = "group:[email protected]"
25+
kind = "group:[email protected]"
26+
kubernetes = "group:[email protected]"
27+
kueue = "group:[email protected]"
28+
gateway-api-inference-extension = "group:[email protected]"
29+
secrets-store-sync = "group:[email protected]"
30+
test-infra = "group:[email protected]"
31+
csi-vsphere = "group:[email protected]"
3232
}
3333
}
3434

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# google group for us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension is [email protected]
2+
registries:
3+
- name: us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension
4+
src: true
5+
- name: asia-east1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
6+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
7+
- name: asia-south1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
8+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
9+
- name: asia-northeast1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
10+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
11+
- name: asia-northeast2-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
12+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
13+
- name: australia-southeast1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
14+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
15+
- name: europe-north1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
16+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
17+
- name: europe-southwest1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
18+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
19+
- name: europe-west1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
20+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
21+
- name: europe-west2-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
22+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
23+
- name: europe-west3-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
24+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
25+
- name: europe-west4-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
26+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
27+
- name: europe-west8-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
28+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
29+
- name: europe-west9-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
30+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
31+
- name: europe-west10-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
32+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
33+
- name: southamerica-west1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
34+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
35+
- name: us-central1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
36+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
37+
- name: us-east1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
38+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
39+
- name: us-east4-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
40+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
41+
- name: us-east5-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
42+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
43+
- name: us-south1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
44+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
45+
- name: us-west1-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
46+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
47+
- name: us-west2-docker.pkg.dev/k8s-artifacts-prod/images/gateway-api-inference-extension
48+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

registry.k8s.io/manifests/k8s-staging-llm-instance-gateway/promoter-manifest.yaml

-48
This file was deleted.

0 commit comments

Comments
 (0)