Skip to content

Commit f7f028c

Browse files
authored
Merge pull request #40 from kubean-io/update_image_repository
Dump version v0.3.1
2 parents 9fafeba + 1d24c98 commit f7f028c

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ keywords:
1111
name: kube-node-tuning
1212
sources:
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

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
helm repo add kube-node-tuning https://kubean-io.github.io/kube-node-tuning/
1414
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --version $VERSION --create-namespace
1515

charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
##
1010
image:
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'

0 commit comments

Comments
 (0)