diff --git a/stable/opencart/Chart.yaml b/stable/opencart/Chart.yaml index bccadc80da..720e14ba01 100644 --- a/stable/opencart/Chart.yaml +++ b/stable/opencart/Chart.yaml @@ -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. diff --git a/stable/opencart/README.md b/stable/opencart/README.md index c797751b83..08d7469b43 100644 --- a/stable/opencart/README.md +++ b/stable/opencart/README.md @@ -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 ```