diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 48aa34ec..7d410ec0 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -15,7 +15,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: 1.1.3 +version: 1.1.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 diff --git a/charts/client/values.yaml b/charts/client/values.yaml index 75137351..32f4fde7 100644 --- a/charts/client/values.yaml +++ b/charts/client/values.yaml @@ -86,9 +86,9 @@ nats: # Use token if you want to provide the token via Helm Values token: "" # Use a secret reference if you want to get a token from a secret - secret: - name: "" - key: "" + # secret: + # name: "" + # key: "" nats: jetstream: enabled: true