Fix wrong var name in NOTES when Ingress is enabled (#3060)

* Fix wrong var name in NOTES when Ingress is enabled

* Increase Chart version

* Check if tls is enabled and set the URL accordingly
This commit is contained in:
Alen Komljen
2017-12-18 13:17:34 -08:00
committed by k8s-ci-robot
parent 8e220da2d8
commit c477afb8bb
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: wordpress
version: 0.7.6
version: 0.7.7
appVersion: 4.9.1
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+3 -1
View File
@@ -4,7 +4,9 @@
You should be able to access your new WordPress installation through
http://{{- .Values.ingress.hostname }}/admin
{{- range .Values.ingress.hosts }}
{{ if .tls }}https{{ else }}http{{ end }}://{{ .name }}/admin
{{- end }}
{{- else if contains "LoadBalancer" .Values.serviceType }}