From e632fc62737cf11ca0f89ebfeb3d26b5173a60d7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 1 Jun 2017 22:14:23 +0530 Subject: [PATCH] [stable/magento] Release 0.4.8 (#1220) * magento: update to `bitnami/magento:2.1.7-r0` * magento: bump chart version to `0.4.8` * update Chart.yaml adds appVersion and changes maintainer name to github id --- stable/magento/Chart.yaml | 5 +++-- stable/magento/values.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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'