mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
467b5d9761
commit
fce283ced1
@@ -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.
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user