Skip to content

Commit 0a6faa6

Browse files
authored
Merge pull request #25 from kubean-io/use-busybox
use busybox
2 parents 35e8866 + baf8524 commit 0a6faa6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
##
1010
image:
1111
registry: docker.io
12-
repository: alpine
13-
tag: latest
12+
repository: busybox
13+
tag: stable
1414
## Specify a imagePullPolicy
1515
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
1616
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images

docs/quick-start-in-china.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
If the machine is in China, you should replace the command to:
44

55
```
6-
helm upgrade --install -n kube-node-tuning kube-node-tuning charts/ --create-namespace --set image.registry=docker.m.daocloud.io
6+
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace
7+
--set image.registry=docker.m.daocloud.io
78
```

0 commit comments

Comments
 (0)