File tree Expand file tree Collapse file tree 6 files changed +29
-4
lines changed Expand file tree Collapse file tree 6 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Fixed
15
15
### Security
16
16
---
17
+ ## [ 2.21.2]
18
+ ### Added
19
+ ### Changed
20
+ ### Deprecated
21
+ ### Removed
22
+ ### Fixed
23
+ - Bug ` protocol ` missing for metrics in ` Service `
24
+ ### Security
25
+ ---
17
26
## [ 2.21.1]
18
27
### Added
19
28
### Changed
@@ -377,7 +386,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
377
386
### Fixed
378
387
### Security
379
388
380
- [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.1...HEAD
389
+ [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.2...HEAD
390
+ [ 2.21.2 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.1...opensearch-dashboards-2.21.2
381
391
[ 2.21.1 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.21.0...opensearch-dashboards-2.21.1
382
392
[ 2.21.0 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.20.0...opensearch-dashboards-2.21.0
383
393
[ 2.20.0 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.19.1...opensearch-dashboards-2.20.0
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 : 2.21.1
18
+ version : 2.21.2
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 37
37
name : {{ .Values.service.httpPortName | default "http" }}
38
38
targetPort : {{ .Values.service.port }}
39
39
- name : {{ .Values.service.metricsPortName | default "metrics" }}
40
+ protocol : TCP
40
41
port : {{ .Values.service.metricsPort }}
41
42
selector :
42
43
app : {{ .Chart.Name }}
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Fixed
15
15
### Security
16
16
---
17
+ ## [ 2.23.2]
18
+ ### Added
19
+ - Metrics configuration in both ` Service ` templates
20
+ ### Changed
21
+ ### Deprecated
22
+ ### Removed
23
+ ### Fixed
24
+ - Bug ` protocol ` missing for metrics in ` Service `
25
+ ### Security
26
+ ---
17
27
## [ 2.23.1]
18
28
### Added
19
29
### Changed
@@ -459,7 +469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459
469
### Security
460
470
461
471
462
- [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.23.1...HEAD
472
+ [ Unreleased ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.23.2...HEAD
473
+ [ 2.23.2 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.23.1...opensearch-2.23.2
463
474
[ 2.23.1 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.23.0...opensearch-2.23.1
464
475
[ 2.23.0 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.22.1...opensearch-2.23.0
465
476
[ 2.22.1 ] : https://github.com/opensearch-project/helm-charts/compare/opensearch-2.22.0...opensearch-2.22.1
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 : 2.23.1
18
+ version : 2.23.2
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 32
32
- name : {{ .Values.service.transportPortName | default "transport" }}
33
33
protocol : TCP
34
34
port : {{ .Values.transportPort }}
35
+ - name : {{ .Values.service.metricsPortName | default "metrics" }}
36
+ protocol : TCP
37
+ port : {{ .Values.metricsPort }}
35
38
{{- if .Values.service.loadBalancerIP }}
36
39
loadBalancerIP : {{ .Values.service.loadBalancerIP }}
37
40
{{- end }}
You can’t perform that action at this time.
0 commit comments