From 2397a53406b7991bedf306f40f581524bddcc7ff Mon Sep 17 00:00:00 2001 From: clalbus Date: Thu, 19 Dec 2019 11:33:56 +0200 Subject: [PATCH] [stable/prestashop] multi release support (#19467) Signed-off-by: Andrejs Volkovs --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/templates/svc.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 5e390d4563..d9f1a6a552 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prestashop -version: 9.0.2 +version: 9.1.0 appVersion: 1.7.6-2 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. keywords: diff --git a/stable/prestashop/templates/svc.yaml b/stable/prestashop/templates/svc.yaml index c7a4446f32..ad78af06c2 100644 --- a/stable/prestashop/templates/svc.yaml +++ b/stable/prestashop/templates/svc.yaml @@ -30,3 +30,4 @@ spec: {{- end }} selector: app: "{{ template "prestashop.name" . }}" + release: "{{ .Release.Name }}"