diff --git a/charts/graphprotocol-node/Chart.yaml b/charts/graphprotocol-node/Chart.yaml index e7e8594..eb33a4f 100644 --- a/charts/graphprotocol-node/Chart.yaml +++ b/charts/graphprotocol-node/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: graphprotocol-node description: A Helm chart for Graph Protocol Nodes type: application -version: 0.1.3 +version: 0.1.4 keywords: - graphprotocol - ethereum diff --git a/charts/graphprotocol-node/templates/ingress.yaml b/charts/graphprotocol-node/templates/ingress.yaml index 176e23b..22a8d47 100644 --- a/charts/graphprotocol-node/templates/ingress.yaml +++ b/charts/graphprotocol-node/templates/ingress.yaml @@ -47,9 +47,9 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} spec: - {{- if .Values.ingress.tls }} + {{- if .Values.ingressRpc.tls }} tls: - {{- range .Values.ingress.tls }} + {{- range .Values.ingressRpc.tls }} - hosts: {{- range .hosts }} - {{ . | quote }}