Skip to content

Commit 99e268e

Browse files
committed
config: Add configs for copying GitHub releases to GCS buckets
Used by https://sigs.k8s.io/promo-tools/cmd/kpromo. Signed-off-by: Stephen Augustus <[email protected]>
1 parent e5db8de commit 99e268e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/kpromo-gh.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configurations for copying GitHub releases to GCS buckets
2+
# Used by https://sigs.k8s.io/promo-tools/cmd/kpromo
3+
releaseConfigs:
4+
- org: containernetworking
5+
repo: plugins
6+
gcsBucket: k8s-staging-cni-plugins
7+
releaseDir: releases
8+
- org: kubernetes-sigs
9+
repo: cri-tools
10+
gcsBucket: k8s-staging-cri-tools
11+
releaseDir: releases

0 commit comments

Comments
 (0)