File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : cf-vcluster
33description : Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossplane compositions
44type : application
5- version : 0.28.0-1
5+ version : 0.28.0-2
66appVersion : " 0.28.0"
77dependencies :
88 - name : vcluster
Original file line number Diff line number Diff line change 11# cf-vcluster
22
3- ![ Version: 0.28.0-1 ] ( https://img.shields.io/badge/Version-0.28.0--1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.28.0] ( https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square )
3+ ![ Version: 0.28.0-2 ] ( https://img.shields.io/badge/Version-0.28.0--2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.28.0] ( https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square )
44
55Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossplane compositions
66
Original file line number Diff line number Diff line change 11{{- define " cf-vcluster.kubeconfighost" -}}
22 {{ if .Values.global.ingress.public.enabled -}}
3- {{- tpl (printf " %s .%s " .Values.global.ingress.public.host.name .Values.global.ingress.public.host.domain ) . -}}
3+ {{- tpl (printf " https:// %s .%s " .Values.global.ingress.public.host.name .Values.global.ingress.public.host.domain ) . -}}
44 {{- else if .Values.global.ingress.internal.enabled }}
5- {{- tpl (printf " %s .%s " .Values.global.ingress.internal.host.name .Values.global.ingress.internal.host.domain ) . -}}
5+ {{- tpl (printf " https:// %s .%s " .Values.global.ingress.internal.host.name .Values.global.ingress.internal.host.domain ) . -}}
66 {{- else -}}
7- {{- printf " %s .%s .svc.cluster.local" .Release.Name .Release.Namespace -}}
7+ {{- printf " https:// %s .%s .svc.cluster.local" .Release.Name .Release.Namespace -}}
88 {{- end -}}
99{{- end -}}
You can’t perform that action at this time.
0 commit comments