File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.1
4+
5+ #### Enhancements:
6+
7+ update image.repository on values.yaml
8+
9+ ---
10+
11+ ## 0.3.0
12+
13+ #### Features:
14+
15+ relok8s adaptation
16+
17+ ---
318
419## 0.2.0
520
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ keywords:
1111name : kube-node-tuning
1212sources :
1313 - https://github.com/kubean-io/kube-node-tuning
14- appVersion : 0.3.0
15- version : 0.3.0
14+ appVersion : 0.3.1
15+ version : 0.3.1
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 :
99## Quick Start
1010
1111```
12- export VERSION=v0.2.0
12+ export VERSION=v0.3.1
1313helm repo add kube-node-tuning https://kubean-io.github.io/kube-node-tuning/
1414helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --version $VERSION --create-namespace
1515
Original file line number Diff line number Diff line change 99# #
1010image :
1111 registry : docker.io
12- repository : busybox
12+ repository : library/ busybox
1313 tag : stable
1414 # # Specify a imagePullPolicy
1515 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments