Skip to content

Commit

Permalink
Merge pull request #469 from nats-io/feature/breaking-change-log
Browse files Browse the repository at this point in the history
[nats helm] add breaking change log to README.md
  • Loading branch information
caleblloyd authored Mar 9, 2022
2 parents d6038e8 + 7ac1087 commit a1eb8b2
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 a1eb8b2

Please sign in to comment.