Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spec:
fsGroup: 1000
containers:
- name: runner
image: hub.pingcap.net/jenkins/docs-cn-checker:v1.0.0
image: us-docker.pkg.dev/pingcap-testing-account/hub/jenkins/docs-cn-checker:v1.0.0
tty: true
resources:
requests:
Expand All @@ -25,7 +25,7 @@ spec:
memory: 2Gi
cpu: "1"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pingcap/docs-cn/latest/pod-pull_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
memory: 4Gi
cpu: "2"
- name: net-tool
image: hub.pingcap.net/jenkins/network-multitool
image: wbitt/network-multitool
tty: true
resources:
limits:
Expand Down