Kong v0.13.0 support (#4443)

This commit is contained in:
shashi ranjan
2018-03-27 10:58:03 -07:00
committed by k8s-ci-robot
parent e32de0bbeb
commit fcafa79c57
3 changed files with 7 additions and 15 deletions
+2 -2
View File
@@ -10,5 +10,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.2.3
appVersion: 0.12.3
version: 0.2.4
appVersion: 0.13.0
+4 -12
View File
@@ -29,26 +29,18 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- if .Values.admin.useTLS }}
- name: KONG_ADMIN_LISTEN_SSL
value: 0.0.0.0:{{ .Values.admin.containerPort }}
- name: KONG_ADMIN_SSL
value: "on"
- name: KONG_ADMIN_LISTEN
value: "0.0.0.0:{{ .Values.admin.containerPort }} ssl"
{{- else }}
- name: KONG_ADMIN_LISTEN
value: 0.0.0.0:{{ .Values.admin.containerPort }}
- name: KONG_ADMIN_SSL
value: "off"
{{- end }}
{{- if .Values.proxy.useTLS }}
- name: KONG_PROXY_LISTEN_SSL
value: 0.0.0.0:{{ .Values.proxy.containerPort }}
- name: KONG_SSL
value: "on"
- name: KONG_PROXY_LISTEN
value: "0.0.0.0:{{ .Values.proxy.containerPort }} ssl"
{{- else }}
- name: KONG_PROXY_LISTEN
value: 0.0.0.0:{{ .Values.proxy.containerPort }}
- name: KONG_SSL
value: "off"
{{- end }}
- name: KONG_NGINX_DAEMON
value: "off"
+1 -1
View File
@@ -3,7 +3,7 @@
image:
repository: kong
tag: 0.12.3
tag: 0.13.0
pullPolicy: IfNotPresent
# Specify Kong admin and proxy services configurations