Skip to content

Commit

Permalink
[nats helm 1.x] add Beta notice to README.md (#714)
Browse files Browse the repository at this point in the history
* [nats helm 1.x] add Beta notice to README.md

Signed-off-by: Caleb Lloyd <[email protected]>

* bump to 1.0.0-beta.1 so this hits ArtifactHub

Signed-off-by: Caleb Lloyd <[email protected]>

---------

Signed-off-by: Caleb Lloyd <[email protected]>
  • Loading branch information
caleblloyd authored May 3, 2023
1 parent 0a5ba3e commit 2fa433c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
9 changes: 6 additions & 3 deletions helm/charts/nats/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2fa433c

Please sign in to comment.