Skip to content

Commit

Permalink
fix: upgrading an existing nats 0.x release to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Feb 10, 2024
1 parent 8aaf619 commit 255064d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/amphitheatre/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.12.14
version: 0.12.15

# 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
Expand Down
11 changes: 6 additions & 5 deletions charts/amphitheatre/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,14 @@ kpack:

## @section NATS Parameters
nats:
nats:
config:
jetstream:
enabled: true
cluster:
enabled: true
# disable cluster advertisements when running behind a load balancer
noAdvertise: false
cluster:
enabled: true
natsBox:
enabled: false


## @section Metrics Server Parameters
metrics-server:
Expand Down

0 comments on commit 255064d

Please sign in to comment.