[stable/opencart] Fix Readme upgrade instructions (#7861)

* [stable/opencart] Fix Readme upgrade instructions

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump chart version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmerón-García
2018-09-20 09:55:42 -07:00
committed by k8s-ci-robot
parent 467b5d9761
commit fce283ced1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: opencart
version: 3.0.0
version: 3.0.1
appVersion: 3.0.2-0
description: A free and open source e-commerce platform for online merchants. It provides
a professional and reliable foundation for a successful online store.
+1 -1
View File
@@ -132,6 +132,6 @@ Backwards compatibility is not guaranteed unless you modify the labels used on t
Use the workaround below to upgrade from versions previous to 3.0.0. The following example assumes that the release name is opencart:
```console
$ kubectl patch deployment opencart-opencart --type=json -p='[{"op": "remove", "path": "/spec/selector/matchLabels/app"}]'
$ kubectl patch deployment opencart-opencart --type=json -p='[{"op": "remove", "path": "/spec/selector/matchLabels/chart"}]'
$ kubectl delete statefulset opencart-mariadb --cascade=false
```