From 5cd127239bdfd1666cffbad460b184821e4c2ac9 Mon Sep 17 00:00:00 2001 From: juan131 Date: Wed, 28 Nov 2018 13:52:24 +0100 Subject: [PATCH] Add instructions to upgrade --- bitnami/wildfly/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.