diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index b6c77c1c8..121c08889 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -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.