diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 6f12cb101e..da7ffe778f 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: magento -version: 4.4.0 +version: 4.4.1 appVersion: 2.3.0 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/stable/magento/templates/deployment.yaml b/stable/magento/templates/deployment.yaml index b6793c446c..a53d1a0790 100644 --- a/stable/magento/templates/deployment.yaml +++ b/stable/magento/templates/deployment.yaml @@ -40,10 +40,10 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy | quote }} env: {{- if .Values.image.debug}} - - name: BASH_DEBUG - value: "1" - - name: NAMI_DEBUG - value: "1" + - name: BASH_DEBUG + value: "1" + - name: NAMI_DEBUG + value: "1" {{- end }} - name: MARIADB_HOST {{- if .Values.mariadb.enabled }}