diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 86404a24f2..2a53a81735 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.6.3 +version: 0.6.4 appVersion: 2.2.3 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/values.yaml b/stable/magento/values.yaml index c13782d0bb..31fce46473 100644 --- a/stable/magento/values.yaml +++ b/stable/magento/values.yaml @@ -2,7 +2,7 @@ ## ref: https://hub.docker.com/r/bitnami/magento/tags/ ## -image: bitnami/magento:2.2.3-r0 +image: bitnami/magento:2.2.3-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'