mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix serviceName variable (#3222)
* Fix serviceName variable * Bump version to 0.2.4 * Clean up home URL
This commit is contained in:
committed by
k8s-ci-robot
parent
13d264f2f4
commit
a455ab74b2
@@ -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,5 +1,5 @@
|
||||
{{- if .Values.ingress.enabled -}}
|
||||
{{- $serviceName := include "fullname" . -}}
|
||||
{{- $serviceName := include "goldfish.fullname" . -}}
|
||||
{{- $servicePort := .Values.service.externalPort -}}
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
|
||||
Reference in New Issue
Block a user