Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
In this repository you can find several examples of how to deploy NATS, NATS Streaming
and other tools from the NATS ecosystem on Kubernetes.

- [NATS Helm Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/nats#jetstream)
- [NATS Helm Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/nats)
- [NATS Surveyor Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/surveyor)
- [NATS JetStream Controller Chart](https://github.com/nats-io/k8s/tree/main/helm/charts/nack)

Expand Down
2 changes: 1 addition & 1 deletion helm/charts/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm upgrade --install nats nats/nats
```

## Upgrade Nodes
## Upgrade Notes

- **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.

Expand Down