From fe40789eb93d2181c9a2f5ece2ed55b05ffca011 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 26 Jan 2018 10:50:32 +0000 Subject: [PATCH] [stable/magento] Release 0.6.1 (#3442) * magento: update to `bitnami/magento:2.2.2-r2` * magento: bump chart version to `0.6.1` --- stable/magento/Chart.yaml | 2 +- stable/magento/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 09cfe28ead..6f9243da54 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.6.0 +version: 0.6.1 appVersion: 2.2.2 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 5517bfbc10..642ebbb178 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.2-r1 +image: bitnami/magento:2.2.2-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'