diff --git a/Chart.yaml b/Chart.yaml index 6581fee..ebb5be4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -13,7 +13,7 @@ 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.1.2 +version: 0.1.3 # 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. diff --git a/README.md b/README.md index b903aee..fe22efc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To deploy [qryn](https://github.com/metrico/qryn) using this Helm chart, use the ```bash helm repo add qryn-helm https://metrico.github.io/qryn-helm/ -helm install [RELEASE_NAME] qryn-helm/qryn-helm --version 0.1.1 +helm install [RELEASE_NAME] qryn-helm/qryn-helm --version 0.1.3 ``` See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation.