diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 8f67ad7503..a4a9b8a12b 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,6 @@ name: magento -version: 0.4.7 +version: 0.4.8 +appVersion: 2.1.7 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: - magento @@ -11,7 +12,7 @@ home: https://magento.com/ sources: - https://github.com/bitnami/bitnami-docker-magento maintainers: -- name: Bitnami +- name: bitnami-bot email: containers@bitnami.com engine: gotpl icon: https://bitnami.com/assets/stacks/magento/img/magento-stack-110x117.png diff --git a/stable/magento/values.yaml b/stable/magento/values.yaml index 4ef35b1750..afca45a42d 100644 --- a/stable/magento/values.yaml +++ b/stable/magento/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Magento image version ## ref: https://hub.docker.com/r/bitnami/magento/tags/ ## -image: bitnami/magento:2.1.6-r0 +image: bitnami/magento:2.1.7-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'