Skip to content

Commit

Permalink
Add ingress-nginx project for use of image promoter
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed May 19, 2020
1 parent 5407a72 commit d025ad4
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
14 changes: 11 additions & 3 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ groups:
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-conform-cri-o
Expand Down Expand Up @@ -1172,7 +1172,6 @@ groups:
- [email protected]
- [email protected]


- email-id: [email protected]
name: release-managers-private
description: |-
Expand Down Expand Up @@ -1327,3 +1326,12 @@ groups:
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-ingress-nginx
description: |-
ACL for pushing ingress-nginx artifacts
settings:
ReconcileMembers: "true"
members:
- [email protected]
1 change: 1 addition & 0 deletions infra/gcp/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ STAGING_PROJECTS=(
etcd
external-dns
infra-tools
ingress-nginx
kas-network-proxy
kind
kops
Expand Down
9 changes: 9 additions & 0 deletions k8s.gcr.io/images/k8s-staging-ingress-nginx/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS file documentation:
# https://github.com/kubernetes/community/blob/master/contributors/devel/owners.md

approvers:
- thockin
- bowei
- aledbf
labels:
- sig/network
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-ingress-nginx/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: add images
10 changes: 10 additions & 0 deletions k8s.gcr.io/images/k8s-staging-ingress-nginx/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-ingress-nginx is [email protected]
registries:
- name: gcr.io/k8s-staging-ingress-nginx
src: true
- name: us.gcr.io/k8s-artifacts-prod/ingress-nginx
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/ingress-nginx
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/ingress-nginx
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 comments on commit d025ad4

Please sign in to comment.