diff --git a/groups/sig-testing/groups.yaml b/groups/sig-testing/groups.yaml index 1e3feefbaf72..489c20427de6 100644 --- a/groups/sig-testing/groups.yaml +++ b/groups/sig-testing/groups.yaml @@ -47,6 +47,20 @@ groups: - jgrafton@google.com - skuznets@redhat.com + - email-id: k8s-infra-staging-e2e-test-auth-img@kubernetes.io + name: k8s-infra-staging-e2e-test-auth-img + description: |- + Group that owns pushing rights to the gcr.io/k8s-staging-e2e-test-auth-img staging registry + settings: + ReconcileMembers: "true" + members: + - cblecker@gmail.com + - davanum@gmail.com + - justinsb@google.com + - thockin@google.com + - spiffxp@google.com + - spiffxp@gmail.com + - email-id: k8s-infra-staging-e2e-test-images@kubernetes.io name: k8s-infra-staging-e2e-test-images description: |- diff --git a/infra/gcp/infra.yaml b/infra/gcp/infra.yaml index 16e9c5b10fee..b5cd9718014e 100644 --- a/infra/gcp/infra.yaml +++ b/infra/gcp/infra.yaml @@ -280,6 +280,7 @@ infra: k8s-staging-csi-secrets-store: k8s-staging-descheduler: k8s-staging-dns: + k8s-staging-e2e-test-auth-img: k8s-staging-e2e-test-images: k8s-staging-etcd: k8s-staging-etcdadm: diff --git a/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/OWNERS b/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/OWNERS new file mode 100644 index 000000000000..13df266b6579 --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/OWNERS @@ -0,0 +1,16 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- BenTheElder +- dims +- listx +- mkumatag +- spiffxp +reviewers: +- BenTheElder +- dims +- listx +- mkumatag +- spiffxp +labels: +- sig/testing diff --git a/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/images.yaml b/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/images.yaml new file mode 100644 index 000000000000..d48c82d0a75b --- /dev/null +++ b/k8s.gcr.io/images/k8s-staging-e2e-test-auth-img/images.yaml @@ -0,0 +1 @@ +# No images yet diff --git a/k8s.gcr.io/manifests/k8s-staging-e2e-test-auth-img/promoter-manifest.yaml b/k8s.gcr.io/manifests/k8s-staging-e2e-test-auth-img/promoter-manifest.yaml new file mode 100644 index 000000000000..942000403c30 --- /dev/null +++ b/k8s.gcr.io/manifests/k8s-staging-e2e-test-auth-img/promoter-manifest.yaml @@ -0,0 +1,10 @@ +# google group for gcr.io/k8s-staging-e2e-test-auth-img is k8s-infra-staging-e2e-test-auth-img@kubernetes.io +registries: +- name: gcr.io/k8s-staging-e2e-test-auth-img + src: true +- name: us.gcr.io/k8s-artifacts-prod/e2e-test-auth-img + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: eu.gcr.io/k8s-artifacts-prod/e2e-test-auth-img + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com +- name: asia.gcr.io/k8s-artifacts-prod/e2e-test-auth-img + service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com