diff --git a/README.md b/README.md index 0029fa1..4e220e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ k-cloud-labs` to see the charts. To install the chart: - helm install my-kinitiras k-cloud-labs/kinitiras + helm install kinitiras-webhook k-cloud-labs/kinitiras --namespace kinitiras-system --create-namespace To uninstall the chart: diff --git a/charts/kinitiras/Chart.yaml b/charts/kinitiras/Chart.yaml index 39d123f..5b717d1 100644 --- a/charts/kinitiras/Chart.yaml +++ b/charts/kinitiras/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.3" +appVersion: "v0.2.4"