From 2fa433c7f78aa787bb51d2a7e32a5ee3717f5a04 Mon Sep 17 00:00:00 2001 From: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com> Date: Wed, 3 May 2023 16:50:51 -0400 Subject: [PATCH] [nats helm 1.x] add Beta notice to README.md (#714) * [nats helm 1.x] add Beta notice to README.md Signed-off-by: Caleb Lloyd * bump to 1.0.0-beta.1 so this hits ArtifactHub Signed-off-by: Caleb Lloyd --------- Signed-off-by: Caleb Lloyd --- helm/charts/nats/Chart.yaml | 2 +- helm/charts/nats/README.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/helm/charts/nats/Chart.yaml b/helm/charts/nats/Chart.yaml index 24e6f653..c2eaa293 100644 --- a/helm/charts/nats/Chart.yaml +++ b/helm/charts/nats/Chart.yaml @@ -6,7 +6,7 @@ keywords: - nats - messaging - cncf -version: 1.0.0-beta.0 +version: 1.0.0-beta.1 home: http://github.com/nats-io/k8s maintainers: - email: info@nats.io diff --git a/helm/charts/nats/README.md b/helm/charts/nats/README.md index 2a076bdf..25091ab7 100644 --- a/helm/charts/nats/README.md +++ b/helm/charts/nats/README.md @@ -1,5 +1,9 @@ # NATS Server +**Beta Notice**: This branch contains the `nats` 1.x Helm Chart Beta. The `values.yaml` format has changed significantly from 0.x, and upgrading from 0.x -> 1.x is not straightforward. At this time, we are recommending only new installations using the 1.x Beta chart. We will be developing an upgrade path from 0.x -> 1.x (captured by [issue 712](https://github.com/nats-io/k8s/issues/712)) prior to launching 1.x GA. + +--- + [NATS](https://nats.io) is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation ([CNCF](https://cncf.io)). NATS has over [30 client language implementations](https://nats.io/download/), and its server can run on-premise, in the cloud, at the edge, and even on a Raspberry Pi. @@ -134,9 +138,8 @@ container: ```yaml container: - nats: - image: - tag: x.y.z-alpine + image: + tag: x.y.z-alpine ``` ### Operator Mode with NATS Resolver