mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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`
This commit is contained in:
committed by
Michael Goodness
parent
0f3fc44631
commit
abc687563a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
version: 0.5.9
|
||||
version: 0.5.10
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user