From fce283ced152e4eed93da8574022a5bcaff9b98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 20 Sep 2018 18:55:42 +0200 Subject: [PATCH] [stable/opencart] Fix Readme upgrade instructions (#7861) * [stable/opencart] Fix Readme upgrade instructions Signed-off-by: Javier J. Salmeron Garcia * Bump chart version Signed-off-by: Javier J. Salmeron Garcia --- stable/opencart/Chart.yaml | 2 +- stable/opencart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```