From a455ab74b2c0aa6272906d0fe462e3bd996b7fcf Mon Sep 17 00:00:00 2001 From: Dale Tristram Date: Fri, 5 Jan 2018 11:23:13 +0200 Subject: [PATCH] Fix serviceName variable (#3222) * Fix serviceName variable * Bump version to 0.2.4 * Clean up home URL --- incubator/goldfish/Chart.yaml | 4 ++-- incubator/goldfish/templates/ingress.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incubator/goldfish/Chart.yaml b/incubator/goldfish/Chart.yaml index 1932a4c45b..c1a92c4633 100644 --- a/incubator/goldfish/Chart.yaml +++ b/incubator/goldfish/Chart.yaml @@ -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 diff --git a/incubator/goldfish/templates/ingress.yaml b/incubator/goldfish/templates/ingress.yaml index 8a712bea9f..e7cd05c89d 100644 --- a/incubator/goldfish/templates/ingress.yaml +++ b/incubator/goldfish/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $serviceName := include "fullname" . -}} +{{- $serviceName := include "goldfish.fullname" . -}} {{- $servicePort := .Values.service.externalPort -}} apiVersion: extensions/v1beta1 kind: Ingress