[prestahsop, suitecrm, sugarcrm] Update deprectated annotation

This commit is contained in:
tompizmor
2018-03-16 11:53:01 +01:00
parent b1d8f59ead
commit dab9155be4
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prestashop
version: 0.5.6
version: 0.5.7
appVersion: 1.7.3
description: A popular open source ecommerce solution. Professional tools are easily
accessible to increase online sales including instant guest checkout, abandoned
+1 -2
View File
@@ -7,12 +7,11 @@ 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" }}
loadBalancerIP: {{ default "" .Values.prestashopLoadBalancerIP }}
externalTrafficPolicy: Local
{{- end }}
ports:
- name: http
+1 -1
View File
@@ -1,5 +1,5 @@
name: sugarcrm
version: 0.2.4
version: 0.2.5
appVersion: 6.5.26
description: SugarCRM enables businesses to create extraordinary customer relationships with the most innovative and affordable CRM solution in the market.
keywords:
+1 -2
View File
@@ -7,12 +7,11 @@ 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" }}
loadBalancerIP: {{ .Values.sugarcrmLoadBalancerIP }}
externalTrafficPolicy: Local
{{- end }}
ports:
- name: http
+1 -1
View File
@@ -1,5 +1,5 @@
name: suitecrm
version: 0.3.8
version: 0.3.9
appVersion: 7.9.12
description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM.
keywords:
+1
View File
@@ -13,6 +13,7 @@ spec:
type: {{ .Values.serviceType }}
{{- if eq .Values.serviceType "LoadBalancer" }}
loadBalancerIP: {{ .Values.suitecrmLoadBalancerIP }}
externalTrafficPolicy: Local
{{- end }}
ports:
- name: http