mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
avoid the secret changed performing upgrade (#11601)
* avoid password change when update fix #11600 Signed-off-by: patrick <p.barattin@gmail.com> * Bump chart version Signed-off-by: patrick <p.barattin@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
42bfb48ea2
commit
5058299a82
@@ -1,5 +1,5 @@
|
||||
name: prestashop
|
||||
version: 6.1.3
|
||||
version: 6.2.0
|
||||
appVersion: 1.7.5-1
|
||||
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:
|
||||
|
||||
@@ -7,6 +7,8 @@ metadata:
|
||||
chart: "{{ template "prestashop.chart" . }}"
|
||||
release: {{ .Release.Name | quote }}
|
||||
heritage: {{ .Release.Service | quote }}
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install
|
||||
type: Opaque
|
||||
data:
|
||||
{{- if .Values.prestashopPassword }}
|
||||
|
||||
Reference in New Issue
Block a user