Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <caleb@synadia.com>
  • Loading branch information
Caleb Lloyd committed Aug 1, 2023
1 parent 9b17f91 commit ffef2b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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-rc.1
version: 1.0.0
home: http://github.com/nats-io/k8s
maintainers:
- email: info@nats.io
Expand Down
10 changes: 4 additions & 6 deletions helm/charts/nats/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# NATS Server

**Beta Notice**: This branch contains the `nats` 1.x Helm Chart Beta. The `values.yaml` schema has changed significantly from 0.x. Read [UPGRADING.md](UPGRADING.md) for instructions on upgrading a 0.x release to 1.x.

---

[NATS](https://nats.io) is a simple, secure and performant communications system for digital systems, services and devices.
Expand All @@ -11,12 +9,12 @@ NATS can secure and simplify design and operation of modern distributed systems.

```shell
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
# --devel flag is required while 1.x is in beta
helm upgrade --install nats nats/nats --devel
helm upgrade --install nats nats/nats
```

## 1.x Beta Upgrade Notes
- If using `1.0.0-beta.2` or lower with JetStream enabled, upgrade to `1.0.0-beta.3` first
## Upgrade Nodes

- **Upgrading from 0.x**: The `values.yaml` schema changed significantly from 0.x to 1.x. Read [UPGRADING.md](UPGRADING.md) for instructions on upgrading a 0.x release to 1.x.

## Values

Expand Down

0 comments on commit ffef2b4

Please sign in to comment.