File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.8
18
+ version : 0.1.9
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
1
1. Get the application URL by running these commands:
2
2
{{- if .Values.studioUi.ingress.enabled }}
3
3
http{{ if $.Values.studioUi.ingress.tlsEnabled }}s{{ end }}://{{ .Values.studioUi.ingress.host }}/
4
- {{- end }}
5
4
{{- else if contains "NodePort" .Values.studioUi.service.type }}
6
5
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "studio.fullname" . }})
7
6
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
Original file line number Diff line number Diff line change 37
37
http :
38
38
paths :
39
39
- path : /api
40
- {{- if and .pathType ( semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion) }}
40
+ {{- if semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion }}
41
41
pathType : ImplementationSpecific
42
42
{{- end }}
43
43
backend :
Original file line number Diff line number Diff line change 41
41
pathType : ImplementationSpecific
42
42
{{- end }}
43
43
backend :
44
- {{- if semverCompare ">=1.19 -0" $.Capabilities.KubeVersion.GitVersion }}
44
+ {{- if semverCompare ">=1.18 -0" $.Capabilities.KubeVersion.GitVersion }}
45
45
service :
46
46
name : studio-ui
47
47
port :
You can’t perform that action at this time.
0 commit comments