Merge branch 'DaoCloud:main' into add-hwameistor-selfsigned
This commit is contained in:
commit
eb0c41a0c8
|
@ -56,6 +56,8 @@ env:
|
||||||
APPROVERS_PLUGINS: |-
|
APPROVERS_PLUGINS: |-
|
||||||
label
|
label
|
||||||
merge
|
merge
|
||||||
|
base
|
||||||
|
rebase
|
||||||
|
|
||||||
# This plugins is for in the MAINTAINERS environment variable
|
# This plugins is for in the MAINTAINERS environment variable
|
||||||
MAINTAINERS_PLUGINS: |-
|
MAINTAINERS_PLUGINS: |-
|
||||||
|
@ -65,10 +67,13 @@ env:
|
||||||
OWNERS_PLUGINS: ""
|
OWNERS_PLUGINS: ""
|
||||||
|
|
||||||
REVIEWERS: |-
|
REVIEWERS: |-
|
||||||
|
yankay
|
||||||
wzshiming
|
wzshiming
|
||||||
APPROVERS: |-
|
APPROVERS: |-
|
||||||
|
yankay
|
||||||
wzshiming
|
wzshiming
|
||||||
MAINTAINERS: |-
|
MAINTAINERS: |-
|
||||||
|
yankay
|
||||||
wzshiming
|
wzshiming
|
||||||
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -87,7 +92,7 @@ env:
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
checks: read
|
checks: read
|
||||||
contents: read
|
contents: write
|
||||||
deployments: none
|
deployments: none
|
||||||
id-token: none
|
id-token: none
|
||||||
issues: write
|
issues: write
|
||||||
|
@ -100,7 +105,6 @@ permissions:
|
||||||
statuses: read
|
statuses: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
name: Bot
|
name: Bot
|
||||||
runs-on: ubuntu-latest
|
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 -
|
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>
|
</a>
|
||||||
|
|
||||||
Made with [contrib.rocks](https://contrib.rocks).
|
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-nfd/node-feature-discovery
|
||||||
gcr.io/k8s-staging-test-infra/krte
|
gcr.io/k8s-staging-test-infra/krte
|
||||||
gcr.io/kaniko-project/executor
|
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/controller
|
||||||
gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_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
|
gcr.io/knative-releases/knative.dev/eventing/cmd/in_memory/channel_dispatcher
|
||||||
|
|
Loading…
Reference in New Issue