Skip to content

Commit

Permalink
[nats helm] add breaking change log to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Lloyd committed Mar 9, 2022
1 parent d6038e8 commit 7ac1087
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/charts/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm install my-nats nats/nats
```

## Breaking Change Log

- **0.12.0**: The `podManagementPolicy` value was introduced and set to `Parallel` by default, which controls the StatefulSet `spec.podManagementPolicy` field. This field is immutable and cannot be changed on an existing StatefulSet; to upgrade from an older chart version, add the value:
```yaml
podManagementPolicy: OrderedReady
```
## Configuration
### Server Image
Expand Down

0 comments on commit 7ac1087

Please sign in to comment.