File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : cf-vcluster
3
3
description : Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossplane compositions
4
4
type : application
5
- version : 0.28.0-1
5
+ version : 0.28.0-2
6
6
appVersion : " 0.28.0"
7
7
dependencies :
8
8
- name : vcluster
Original file line number Diff line number Diff line change 1
1
# cf-vcluster
2
2
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 )
4
4
5
5
Umbrella chart over vCluster adjusted for Codefresh use cases - mainly in Crossplane compositions
6
6
Original file line number Diff line number Diff line change 1
1
{ {- define " cf-vcluster.kubeconfighost" -} }
2
2
{ { 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 ) . -} }
4
4
{ {- 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) . -} }
6
6
{ {- else -} }
7
- { {- printf " %s.%s.svc.cluster.local" .Release.Name .Release.Namespace -} }
7
+ { {- printf " https:// %s.%s.svc.cluster.local" .Release.Name .Release.Namespace -} }
8
8
{ {- end -} }
9
9
{ {- end -} }
You can’t perform that action at this time.
0 commit comments