Fix serviceName variable (#3222)

* Fix serviceName variable

* Bump version to 0.2.4

* Clean up home URL
This commit is contained in:
Dale Tristram
2018-01-05 01:23:13 -08:00
committed by k8s-ci-robot
parent 13d264f2f4
commit a455ab74b2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
apiVersion: v1
description: A Helm chart for Goldfish - Vault UI
name: goldfish
version: 0.2.3
version: 0.2.4
icon: https://github.com/Caiyeon/goldfish/blob/master/frontend/client/assets/logo@2x.png?raw=true
home: https://vault-ui.io/#/
home: https://vault-ui.io
appVersion: v0.7.3
keywords:
- goldfish
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if .Values.ingress.enabled -}}
{{- $serviceName := include "fullname" . -}}
{{- $serviceName := include "goldfish.fullname" . -}}
{{- $servicePort := .Values.service.externalPort -}}
apiVersion: extensions/v1beta1
kind: Ingress