From 255064d44aa0c2f93e71c2e3a1ce5b767914f5d6 Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sat, 10 Feb 2024 18:07:58 +0800 Subject: [PATCH] fix: upgrading an existing nats 0.x release to 1.x --- charts/amphitheatre/Chart.yaml | 2 +- charts/amphitheatre/values.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/amphitheatre/Chart.yaml b/charts/amphitheatre/Chart.yaml index a177529..b886429 100644 --- a/charts/amphitheatre/Chart.yaml +++ b/charts/amphitheatre/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: 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 diff --git a/charts/amphitheatre/values.yaml b/charts/amphitheatre/values.yaml index edc8e25..1529afc 100644 --- a/charts/amphitheatre/values.yaml +++ b/charts/amphitheatre/values.yaml @@ -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: