Skip to content

Commit 28f61ef

Browse files
authored
Merge pull request #246 from akash4sh/main
updated client chart values.yaml
2 parents 3d8e8a2 + cec7d9e commit 28f61ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 1.1.3
18+
version: 1.1.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

charts/client/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ nats:
8686
# Use token if you want to provide the token via Helm Values
8787
token: ""
8888
# Use a secret reference if you want to get a token from a secret
89-
secret:
90-
name: ""
91-
key: ""
89+
# secret:
90+
# name: ""
91+
# key: ""
9292
nats:
9393
jetstream:
9494
enabled: true

0 commit comments

Comments
 (0)