From 2c900659a7c01bc2604c5166a045e476945625c9 Mon Sep 17 00:00:00 2001 From: Artem Muterko Date: Sun, 1 Mar 2026 12:08:11 +0100 Subject: [PATCH] Fix README typo and broken link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix "Upgrade Nodes" → "Upgrade Notes" typo in nats chart README - Remove broken #jetstream anchor from NATS chart link in root README --- README.md | 2 +- helm/charts/nats/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a046f8dc..d12f8df4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/helm/charts/nats/README.md b/helm/charts/nats/README.md index d27d02b6..2f76ae01 100644 --- a/helm/charts/nats/README.md +++ b/helm/charts/nats/README.md @@ -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.