From 3d3fdbea9e18ffd3c138ccf577d69b2972416945 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Hernandez Date: Tue, 11 Feb 2020 15:28:22 +0000 Subject: [PATCH] [bitnami/tomcat,wildfly,consul] Fix upgrade repo Signed-off-by: Carlos Rodriguez Hernandez --- bitnami/consul/Chart.yaml | 2 +- bitnami/consul/README.md | 4 ++-- bitnami/tomcat/Chart.yaml | 2 +- bitnami/tomcat/README.md | 4 ++-- bitnami/wildfly/Chart.yaml | 2 +- bitnami/wildfly/README.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index f611b8ac36..5466369932 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 6.1.1 +version: 6.1.2 appVersion: 1.6.3 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 50457bf0d0..577485a811 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -272,13 +272,13 @@ This release updates the Bitnami Consul container to `1.6.1-debian-9-r6`, which Consul 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/consul +$ helm upgrade my-release bitnami/consul ``` If you use a previous container image (previous to **1.4.0-r16**) disable the `securityContext` by running the command below: ``` -$ helm upgrade my-release stable/consul --set securityContext.enabled=fase,image.tag=XXX +$ helm upgrade my-release bitnami/consul --set securityContext.enabled=fase,image.tag=XXX ``` ### To 2.0.0 diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index 25268ceeb9..4fd52c7aae 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: tomcat -version: 6.2.1 +version: 6.2.2 appVersion: 9.0.30 description: Chart for Apache Tomcat keywords: diff --git a/bitnami/tomcat/README.md b/bitnami/tomcat/README.md index e88874f5ed..a2e685ed52 100644 --- a/bitnami/tomcat/README.md +++ b/bitnami/tomcat/README.md @@ -154,13 +154,13 @@ This release updates the Bitnami Tomcat container to `9.0.26-debian-9-r0`, which Tomcat 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/tomcat +$ helm upgrade my-release bitnami/tomcat ``` If you use a previous container image (previous to **8.5.35-r26**) disable the `securityContext` by running the command below: ``` -$ helm upgrade my-release stable/tomcat --set securityContext.enabled=fase,image.tag=XXX +$ helm upgrade my-release bitnami/tomcat --set securityContext.enabled=fase,image.tag=XXX ``` ### To 1.0.0 diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 8f62b9d523..c39424e6f4 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wildfly -version: 3.5.1 +version: 3.5.2 appVersion: 18.0.1 description: Chart for Wildfly keywords: diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index d7b30b270f..86f2f594f9 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -142,13 +142,13 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru 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 +$ helm upgrade my-release bitnami/wildfly ``` If you use a previous container image (previous to **14.0.1-r75**) disable the `securityContext` by running the command below: ``` -$ helm upgrade my-release stable/wildfly --set securityContext.enabled=fase,image.tag=XXX +$ helm upgrade my-release bitnami/wildfly --set securityContext.enabled=fase,image.tag=XXX ``` ### To 1.0.0