Skip to content

Commit 4de0e1f

Browse files
authored
Merge pull request #282 from nikhita/k8s-staging-publishing-bot
Create gcr.io/k8s-staging-publishing-bot
2 parents bdf3849 + 3ea1ddc commit 4de0e1f

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

groups/groups.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ groups:
103103
- spiffxp@google.com
104104
- thockin@google.com
105105
- justinsb@google.com
106+
- email-id: k8s-infra-staging-publishing-bot@kubernetes.io
107+
members:
108+
- davanum@gmail.com
109+
- stefan.schimanski@gmail.com
110+
- nikitaraghunath@gmail.com
106111
- email-id: k8s-infra-team-private@kubernetes.io
107112
members:
108113
- jgrafton@google.com

k8s.gcr.io/ensure-staging-storage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ STAGING_PROJECTS=(
4343
cluster-api
4444
csi
4545
kops
46+
publishing-bot
4647
)
4748
if [ $# = 0 ]; then
4849
# default to all staging projects
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# google group for gcr.io/k8s-staging-publishing-bot is k8s-infra-staging-publishing-bot@kubernetes.io
2+
registries:
3+
- name: gcr.io/k8s-staging-publishing-bot
4+
src: true
5+
- name: us.gcr.io/k8s-artifacts-prod
6+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
7+
- name: eu.gcr.io/k8s-artifacts-prod
8+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
9+
- name: asia.gcr.io/k8s-artifacts-prod
10+
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
11+
images: []
12+
renames: []

0 commit comments

Comments
 (0)