File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
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.6.0
18
+ version : 0.6.1
19
19
20
20
dependencies :
21
21
- name : common
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
{{- end }}
12
12
annotations :
13
13
{{- if .Values.ingress.annotations }}
14
- {{ include "common.tplvalues.render" ( dict "value" .Values.ingress.annotations "context" $) | nindent 4 }}
14
+ {{- include "common.tplvalues.render" ( dict "value" .Values.ingress.annotations "context" $) | nindent 4 }}
15
15
{{- end }}
16
16
{{- if .Values.commonAnnotations }}
17
17
{{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
37
37
name : {{ include "common.names.fullname" . }}
38
38
port :
39
39
number : {{ .Values.service.ports.backend }}
40
- {{- end }}
40
+ {{- end }}
Original file line number Diff line number Diff line change @@ -65,10 +65,7 @@ ingress:
65
65
className : " "
66
66
67
67
# # @param ingress.annotations Additional annotations for the Ingress resource
68
- annotations : ' {
69
- "nginx.ingress.kubernetes.io/rewrite-target": "/",
70
- "nginx.ingress.kubernetes.io/ssl-redirect": "false"
71
- }'
68
+ annotations : {}
72
69
73
70
# # @param host Hostname to be used to expose the route to access the backstage application (e.g: backstage.IP.nip.io)
74
71
host : " "
You can’t perform that action at this time.
0 commit comments