Add instructions to upgrade

This commit is contained in:
juan131
2018-11-28 13:52:24 +01:00
parent 5205d028bf
commit 5cd127239b
+14
View File
@@ -100,6 +100,20 @@ See the [Configuration](#configuration) section to configure the PVC or to disab
## Upgrading
### To 2.1.0
WildFly container was moved to a non-root approach. There shouldn't be any issue when upgrading since the corresponding `securityContext` is enabled by default. Both the container image and the chart can be upgraded by running the command below:
```
$ helm upgrade my-release stable/wildfly
```
If you use a previous container image (previous to **14.0.1-r**) disable the `securityContext` by running the command below:
```
$ helm upgrade my-release stable/wildfly --set securityContext.enabled=fase,image.tag=XXX
```
### To 1.0.0
Backwards compatibility is not guaranteed unless you modify the labels used on the chart's deployments.