From abc687563ae1b63b2296dd2e30d06cc1fafc599a Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 23 Mar 2017 02:19:15 +0100 Subject: [PATCH] [stable/prestashop] workaround session timeouts due to clientIP changes (#798) * prestashop: workaround session timeouts due to clientIP changes * prestashop: update mariadb chart dependency version to `0.5.10` * prestashop: bump chart version to `0.4.5` --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/README.md | 2 +- stable/prestashop/requirements.lock | 11 +++++++---- stable/prestashop/requirements.yaml | 2 +- stable/prestashop/templates/svc.yaml | 2 ++ 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 4191e99eb9..72552efe8c 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 0.4.4 +version: 0.4.5 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. keywords: - prestashop diff --git a/stable/prestashop/README.md b/stable/prestashop/README.md index c30f5decca..eba85237b9 100644 --- a/stable/prestashop/README.md +++ b/stable/prestashop/README.md @@ -16,7 +16,7 @@ It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/chart ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.5+ with Beta APIs enabled - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/stable/prestashop/requirements.lock b/stable/prestashop/requirements.lock index 2d5fc91553..71e91a2272 100644 --- a/stable/prestashop/requirements.lock +++ b/stable/prestashop/requirements.lock @@ -1,6 +1,9 @@ dependencies: -- name: mariadb +- condition: "" + enabled: false + name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 0.5.9 -digest: sha256:2c911bb44ebae5d8e3d9d69cfb49ce9704cf6cd02bc3583b29fc945e9f213d6a -generated: 2017-02-14T19:54:58.159641189-05:00 + tags: null + version: 0.5.10 +digest: sha256:a294108cdfa55885a7244fac40760c0a2405c24933ed326de2437cd8e5063c88 +generated: 2017-03-15T19:24:49.597463323+05:30 diff --git a/stable/prestashop/requirements.yaml b/stable/prestashop/requirements.yaml index 89da452cb4..d4e9eb020e 100644 --- a/stable/prestashop/requirements.yaml +++ b/stable/prestashop/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mariadb - version: 0.5.9 + version: 0.5.10 repository: https://kubernetes-charts.storage.googleapis.com/ diff --git a/stable/prestashop/templates/svc.yaml b/stable/prestashop/templates/svc.yaml index 638981a26e..5cd5695f48 100644 --- a/stable/prestashop/templates/svc.yaml +++ b/stable/prestashop/templates/svc.yaml @@ -7,6 +7,8 @@ metadata: chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" + annotations: + service.beta.kubernetes.io/external-traffic: OnlyLocal spec: type: {{ .Values.serviceType }} {{- if eq .Values.serviceType "LoadBalancer" }}