Skip to content

Commit 462a9e7

Browse files
committed
fix: update version
Signed-off-by: Yusan Kurban <yusankurban@gmail.com>
1 parent fa133e3 commit 462a9e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ k-cloud-labs` to see the charts.
1717

1818
To install the <chart-name> chart:
1919

20-
helm install my-kinitiras k-cloud-labs/kinitiras
20+
helm install kinitiras-webhook k-cloud-labs/kinitiras --namespace kinitiras-system --create-namespace
2121

2222
To uninstall the chart:
2323

charts/kinitiras/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.3
18+
version: 0.2.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.2.3"
24+
appVersion: "v0.2.4"

0 commit comments

Comments
 (0)