From b5b42e43c270adc5951391a1369e2f23c85653fe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 13 Aug 2017 23:40:01 +0530 Subject: [PATCH] [stable/magento] Release 0.4.12 (#1657) * magento: update to `bitnami/magento:2.1.8-r0` * magento: bump chart appVersion to `2.1.8` * magento: bump chart version to `0.4.12` --- stable/magento/Chart.yaml | 4 ++-- stable/magento/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 1e14e37f9a..6c795d8915 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,6 +1,6 @@ name: magento -version: 0.4.12 -appVersion: 2.1.7 +version: 0.4.13 +appVersion: 2.1.8 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 diff --git a/stable/magento/values.yaml b/stable/magento/values.yaml index 895a4a7257..7246f1c6e6 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.1.7-r1 +image: bitnami/magento:2.1.8-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'