Skip to content

Commit

Permalink
helm version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jul 17, 2024
1 parent 9b18bc7 commit 0e3f2db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
- name: nats
version: 0.18.0
version: 1.1.12
repository: "https://nats-io.github.io/k8s/helm/charts/"
maintainers:
- name: Om Mishra
Expand Down
19 changes: 9 additions & 10 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,16 +372,15 @@ nats:
memoryStore:
enabled: true
maxSize: 250Mi
nats:
cluster:
enabled: true
natsBox:
enabled: false
persistence:
enabled: true
size: 200Mi
reloader:
enabled: false
cluster:
enabled: true
natsBox:
enabled: false
persistence:
enabled: true
size: 200Mi
reloader:
enabled: false

#-- WebEOC Container
webeoc:
Expand Down

0 comments on commit 0e3f2db

Please sign in to comment.