diff --git a/docs/docs/getting-started/what's-new.md b/docs/docs/getting-started/what's-new.md index a9b5f0536..7a4215733 100644 --- a/docs/docs/getting-started/what's-new.md +++ b/docs/docs/getting-started/what's-new.md @@ -13,7 +13,7 @@ See [Upgrade Guide](../upgrade/#v4-to-v5) for more information. - Runs on _NestJS_ - Bitnami MongoDB Helm chart is updated from version 10.7.1 to 14.3.2, with corresponding MongoDB from 4.4 to 7.0.4 -- Bitnami Redis Helm chart is updated from version 14.7.2 to 18.4.0, with corresponding Redis from 6.2.4 to 7.2.3 +- Bitnami Redis Helm chart is updated from version 14.7.2 to 16.13.2, with corresponding Redis from 6.2.4 to 6.2.7 ::: tip Why v5? _NotifyBC_ was built on [LoopBack](https://loopback.io/) since the beginning. While _Loopback_ is an awesome framework at the time, it is evident by 2022 _Loopback_ is no longer actively maintained diff --git a/helm/Chart.lock b/helm/Chart.lock index 37eb6dc18..48b6bd5d8 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 14.3.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 18.4.0 -digest: sha256:5b32bbfeac2b2d4cfbb7f13f0ff706b689267db9d4749de15bfc0537cf87f7c2 -generated: "2023-12-03T16:05:44.9279985-08:00" + version: 16.13.2 +digest: sha256:e3cb6ade019f5169d547ac65001758b57bebf2beb6d8e47c4053f4d2e5a6ba06 +generated: "2023-12-12T09:45:47.7723153-08:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d4cc6a55e..cfa5f4972 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -29,6 +29,6 @@ dependencies: version: 14.3.2 repository: https://charts.bitnami.com/bitnami - name: redis - version: 18.4.0 + version: 16.13.2 repository: https://charts.bitnami.com/bitnami condition: redis.enabled diff --git a/helm/charts/redis-16.13.2.tgz b/helm/charts/redis-16.13.2.tgz new file mode 100644 index 000000000..33b5e967b Binary files /dev/null and b/helm/charts/redis-16.13.2.tgz differ diff --git a/helm/charts/redis-18.4.0.tgz b/helm/charts/redis-18.4.0.tgz deleted file mode 100644 index 991cded4b..000000000 Binary files a/helm/charts/redis-18.4.0.tgz and /dev/null differ diff --git a/package.json b/package.json index 77b96ccd6..ef28c96c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notify-bc", - "version": "5.0.6", + "version": "5.0.7", "dbSchemaVersion": "0.9.0", "description": "A versatile notification API server", "author": "f-w",