Skip to content

Commit f6940f9

Browse files
authored
Prepare bump to 0.3.0 (#59)
* Prepare bump to 0.3.0 * Add fancy badge for tests
1 parent 1ef9f97 commit f6940f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![example workflow](https://github.com/criteo/node-disruption-controller/actions/workflows/test.yaml/badge.svg)
2+
13
# Node Disruption Controller
24

35
Node-disruption-controller (NDC) is a way to control node disruptions (e.g. for maintenance purpose) in a Kubernetes cluster.

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.2.0
16+
version: 0.3.0
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "0.2.0"
21+
appVersion: "0.3.0"

0 commit comments

Comments
 (0)