Skip to content

Commit

Permalink
Merge pull request #40 from kubean-io/update_image_repository
Browse files Browse the repository at this point in the history
Dump version v0.3.1
  • Loading branch information
ErikJiang authored Mar 29, 2023
2 parents 9fafeba + 1d24c98 commit f7f028c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.3.1

#### Enhancements:

update image.repository on values.yaml

---

## 0.3.0

#### Features:

relok8s adaptation

---

## 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ keywords:
name: kube-node-tuning
sources:
- https://github.com/kubean-io/kube-node-tuning
appVersion: 0.3.0
version: 0.3.0
appVersion: 0.3.1
version: 0.3.1
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kube-node-tuning is aimed at kernel tuning by kubernetes. It's useful to :
## Quick Start

```
export VERSION=v0.2.0
export VERSION=v0.3.1
helm repo add kube-node-tuning https://kubean-io.github.io/kube-node-tuning/
helm install -n kube-node-tuning kube-node-tuning kube-node-tuning/kube-node-tuning --version $VERSION --create-namespace
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##
image:
registry: docker.io
repository: busybox
repository: library/busybox
tag: stable
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit f7f028c

Please sign in to comment.