File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.0.1
3
+
4
+ ## 0.2.0
5
+
6
+ #### Enhancements:
7
+
8
+ [ #25 ] use busybox base image
9
+
10
+ ---
11
+
12
+ ## 0.1.0
4
13
5
14
#### Enhancements:
6
15
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ keywords:
11
11
name : kube-node-tuning
12
12
sources :
13
13
- https://github.com/kubean-io/kube-node-tuning
14
- appVersion : 0.1 .0
15
- version : 0.1 .0
14
+ appVersion : 0.2 .0
15
+ version : 0.2 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kube-node-tuning is aimed at kernel tuning by kubernetes. It's useful to :
9
9
## Quick Start
10
10
11
11
```
12
- export VERSION=v0.1 .0
12
+ export VERSION=v0.2 .0
13
13
helm repo add kube-node-tuning https://kubean-io.github.io/kube-node-tuning/
14
14
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --create-namespace
15
15
You can’t perform that action at this time.
0 commit comments