File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
12
12
13
13
### Fixed
14
14
15
+ - [ #43 ] ( https://github.com/kobsio/kobs/pull/43 ) : Fix ` hosts ` and ` gateways ` list for VirtualService in the Helm chart.
16
+
15
17
### Changed
16
18
17
19
## [ v0.2.0] ( https://github.com/kobsio/kobs/releases/tag/v0.2.0 ) (2021-04-23)
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: Kubernetes Observability Platform
4
4
type : application
5
5
home : https://kobs.io
6
6
icon : https://kobs.io/assets/images/logo.svg
7
- version : 0.3.0
7
+ version : 0.3.1
8
8
appVersion : v0.2.0
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ metadata:
6
6
labels :
7
7
{{- include "kobs.labels" . | nindent 4 }}
8
8
spec :
9
- {{- with .Values.istio.hosts }}
9
+ {{- with .Values.istio.virtualService. hosts }}
10
10
hosts :
11
11
{{- toYaml . | nindent 4 }}
12
12
{{- end }}
13
- {{- with .Values.istio.gateways }}
13
+ {{- with .Values.istio.virtualService. gateways }}
14
14
gateways :
15
15
{{- toYaml . | nindent 4 }}
16
16
{{- end }}
You can’t perform that action at this time.
0 commit comments