From 160bc7bd589f09cef413e81396bb32eb9a697375 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Thu, 18 Aug 2022 17:51:40 +0800 Subject: [PATCH 1/3] Update README.md (#192) * Update README.md * Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 776378e..79ef2b8 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,12 @@ wget -O deploy.yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/c cat ./deploy.yaml | ./image-filter.sh | kubectl apply -f - ``` +## [友情链接]加速三剑客 + +* 镜像加速:https://github.com/DaoCloud/public-image-mirror +* 二进制文件加速:https://github.com/DaoCloud/public-binary-files-mirror +* Helm 加速:https://github.com/DaoCloud/public-helm-charts-mirror + ## 贡献者 @@ -93,3 +99,5 @@ cat ./deploy.yaml | ./image-filter.sh | kubectl apply -f - Made with [contrib.rocks](https://contrib.rocks). + + From 95df17f2b899ce69153b7d87dfa65f726aa3583c Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 18 Aug 2022 22:50:36 +0800 Subject: [PATCH 2/3] Update ci-bot.yml (#193) --- .github/workflows/ci-bot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-bot.yml b/.github/workflows/ci-bot.yml index 3bee034..c60698f 100644 --- a/.github/workflows/ci-bot.yml +++ b/.github/workflows/ci-bot.yml @@ -11,7 +11,7 @@ on: issues: types: - opened - + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target pull_request_target: types: @@ -56,6 +56,8 @@ env: APPROVERS_PLUGINS: |- label merge + base + rebase # This plugins is for in the MAINTAINERS environment variable MAINTAINERS_PLUGINS: |- @@ -65,10 +67,13 @@ env: OWNERS_PLUGINS: "" REVIEWERS: |- + yankay wzshiming APPROVERS: |- + yankay wzshiming MAINTAINERS: |- + yankay wzshiming GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -87,7 +92,7 @@ env: permissions: actions: write checks: read - contents: read + contents: write deployments: none id-token: none issues: write @@ -100,7 +105,6 @@ permissions: statuses: read jobs: - bot: name: Bot runs-on: ubuntu-latest From 0b4310a55e19a4723f8e13b3d6aab5fcf0f11f61 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Thu, 18 Aug 2022 23:08:47 +0800 Subject: [PATCH 3/3] Add kn image for knative (#179) * Add kn image for knative * fix order --- mirror.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror.txt b/mirror.txt index 15f93eb..c0e7843 100644 --- a/mirror.txt +++ b/mirror.txt @@ -283,6 +283,7 @@ gcr.io/k8s-staging-kube-state-metrics/kube-state-metrics gcr.io/k8s-staging-nfd/node-feature-discovery gcr.io/k8s-staging-test-infra/krte gcr.io/kaniko-project/executor +gcr.io/knative-releases/knative.dev/client/cmd/kn gcr.io/knative-releases/knative.dev/eventing/cmd/controller gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_controller gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_dispatcher