From d8243772c0a02c09d6cfc4c8eb0d481fc823a2aa Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 9 Nov 2017 20:55:48 +0530 Subject: [PATCH] [stable/magento] Release 0.5.1 (#2691) * magento: update to `bitnami/magento:2.2.1-r0` * magento: bump chart appVersion to `2.2.1` * magento: bump chart version to `0.5.1` --- 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 60de8c73b8..e0e75af25b 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,6 +1,6 @@ name: magento -version: 0.5.0 -appVersion: 2.2.0 +version: 0.5.1 +appVersion: 2.2.1 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 4f10785f34..ddd1a1aa33 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.0-r0 +image: bitnami/magento:2.2.1-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'