Merge branch 'DaoCloud:main' into add-hwameistor-selfsigned
This commit is contained in:
commit
eb0c41a0c8
|
@ -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
|
||||
|
|
|
@ -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 -
|
|||
</a>
|
||||
|
||||
Made with [contrib.rocks](https://contrib.rocks).
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue