File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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.0.6
18+ version : 0.0.9
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.0.6 "
24+ appVersion : " 0.0.9 "
Original file line number Diff line number Diff line change 4040 secretKeyRef :
4141 key : VALKEY_PASSWORD
4242 name : valkey-secret
43+ - name : NATS_URL
44+ value : " {{ .Values.natsUrl }}"
4345 - name : NATS_PASSWORD
4446 valueFrom :
4547 secretKeyRef :
Original file line number Diff line number Diff line change 11# Use to set a custom valkey audit stream expiration (MINID)
22# auditStreamExpiryMs: 3600000
33
4+ natsUrl : nats://mdai-nats.mdai.svc.cluster.local:4222
5+
46serviceAccount :
57 create : false
68 automount : true
You can’t perform that action at this time.
0 commit comments