chore: 修改为私有镜像
Some checks failed
codespell / Check for spelling errors (push) Failing after 16s
Linux Unit tests / Build (push) Failing after 15s
k8s api version check / Build (push) Failing after 15s
ShellCheck / Shellcheck (push) Failing after 15s
Static Checks / Go Lint (push) Failing after 16s
Static Checks / Verify Helm (push) Failing after 16s
Trivy vulnerability scanner / Build (push) Failing after 15s
Darwin / Unit Tests (push) Has been cancelled
Windows Tests / build (^1.16, windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Failing after 17s

This commit is contained in:
Junhui Chen 2025-06-23 16:08:40 +08:00
parent 3dceb4a885
commit 3692cf06aa
2 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
image: docker.fairclip.cn/sig-storage/csi-provisioner:v5.3.0
args:
- "-v=2"
- "--csi-address=$(ADDRESS)"
@ -69,7 +69,7 @@ spec:
drop:
- ALL
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
image: docker.fairclip.cn/sig-storage/csi-resizer:v1.13.2
args:
- "-csi-address=$(ADDRESS)"
- "-v=2"
@ -97,7 +97,7 @@ spec:
drop:
- ALL
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
image: docker.fairclip.cn/sig-storage/csi-snapshotter:v8.2.1
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"
@ -127,7 +127,7 @@ spec:
drop:
- ALL
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
image: docker.fairclip.cn/sig-storage/livenessprobe:v2.16.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
@ -147,7 +147,7 @@ spec:
drop:
- ALL
- name: nfs
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
image: docker.fairclip.cn/k8s-staging-sig-storage/nfsplugin:canary
securityContext:
privileged: true
capabilities:

View File

@ -30,7 +30,7 @@ spec:
- operator: "Exists"
containers:
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
image: docker.fairclip.cn/sig-storage/livenessprobe:v2.16.0
args:
- --csi-address=/csi/csi.sock
- --probe-timeout=3s
@ -50,7 +50,7 @@ spec:
drop:
- ALL
- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
image: docker.fairclip.cn/sig-storage/csi-node-driver-registrar:v2.14.0
args:
- --v=2
- --csi-address=/csi/csi.sock
@ -85,7 +85,7 @@ spec:
drop:
- ALL
allowPrivilegeEscalation: true
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
image: docker.fairclip.cn/k8s-staging-sig-storage/nfsplugin:canary
args:
- "-v=5"
- "--nodeid=$(NODE_ID)"