File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
templates/region-controller Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: A Helm chart for deploying Unikorn's Region Controller
44
55type : application
66
7- version : v0.1.13
8- appVersion : v0.1.13
7+ version : v0.1.14
8+ appVersion : v0.1.14
99
1010icon : https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
1111
1212dependencies :
1313- name : unikorn-common
14- version : v0.1.5
14+ version : v0.1.6
1515 repository : https://unikorn-cloud.github.io/helm-common
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ metadata:
55 labels :
66 {{- include "unikorn.labels" . | nindent 4 }}
77 annotations :
8- {{- with $clusterIssuer := ( include "unikorn.ingress.clusterIssuer" . ) }}
9- cert-manager.io/cluster-issuer : {{ $clusterIssuer }}
10- {{- end }}
11- {{- if .Values.ingress.externalDns }}
8+ {{- include "unikorn.ingress.clusterIssuer.annotations" . | nindent 4 }}
9+ {{- if (include "unikorn.ingress.externalDNS" .) }}
1210 external-dns.alpha.kubernetes.io/hostname : {{ include "unikorn.region.host" . }}
13- {{- end }}
11+ {{- end }}
1412spec :
1513 {{- if .Values.ingress.class }}
1614 ingressClassName : {{ .Values.ingress.class }}
You can’t perform that action at this time.
0 commit comments