Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 8eef898

Browse files
Make HELM version bump to 1.9.0 (#311)
* Make HELM version bump to 1.9.0 * Add new port for RCA Engine * Update es-client-deploy.yaml
1 parent 7e6eb5a commit 8eef898

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

helm/opendistro-es/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
apiVersion: v1
1515
# Open Distro for Elasticsearch version
16-
appVersion: 1.8.0
16+
appVersion: 1.9.0
1717
description: 'Open Distro for Elasticsearch'
1818
engine: gotpl
1919
kubeVersion: ^1.10.0-0
@@ -26,4 +26,4 @@ name: opendistro-es
2626
sources:
2727
- https://pages.git.viasat.com/ATG/charts
2828
# Chart version
29-
version: 1.8.0
29+
version: 1.9.0

helm/opendistro-es/templates/elasticsearch/es-client-deploy.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ spec:
117117
name: transport
118118
- containerPort: 9600
119119
name: metrics
120+
- containerPort: 9650
121+
name: rca
120122
{{- with .Values.elasticsearch.client.readinessProbe}}
121123
readinessProbe:
122124
{{ toYaml . | indent 10 }}

helm/opendistro-es/templates/elasticsearch/es-data-svc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ spec:
3030
name: http
3131
- port: 9600
3232
name: metrics
33+
- port: 9650
34+
name: rca
3335
clusterIP: None
3436
selector:
3537
role: data

helm/opendistro-es/templates/elasticsearch/es-master-sts.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ spec:
145145
name: http
146146
- containerPort: 9600
147147
name: metrics
148+
- containerPort: 9650
149+
name: rca
148150
volumeMounts:
149151
- mountPath: /usr/share/elasticsearch/data
150152
name: data

helm/opendistro-es/templates/elasticsearch/es-service.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ spec:
3232
port: 9300
3333
- name: metrics
3434
port: 9600
35+
- name: rca
36+
port: 9650
3537
selector:
3638
role: client
3739
type: {{ .Values.elasticsearch.client.service.type }}

helm/opendistro-es/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
kibana:
1515
enabled: true
1616
image: amazon/opendistro-for-elasticsearch-kibana
17-
imageTag: 1.8.0
17+
imageTag: 1.9.0
1818
## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never".
1919
## Default to "Always".
2020
imagePullPolicy: ""
@@ -473,7 +473,7 @@ elasticsearch:
473473
maxMapCount: 262144
474474

475475
image: amazon/opendistro-for-elasticsearch
476-
imageTag: 1.8.0
476+
imageTag: 1.9.0
477477
## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never".
478478
## Default to "Always".
479479
imagePullPolicy: ""

0 commit comments

Comments
 (0)