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

Commit 6f7884a

Browse files
authored
Helm verison bump to 1.7.0 (#152)
1 parent 9750507 commit 6f7884a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.6.0
16+
appVersion: 1.7.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.6.0
29+
version: 1.7.0

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.6.0
17+
imageTag: 1.7.0
1818
replicas: 1
1919
port: 5601
2020
externalPort: 443
@@ -426,7 +426,7 @@ elasticsearch:
426426
maxMapCount: 262144
427427

428428
image: amazon/opendistro-for-elasticsearch
429-
imageTag: 1.6.0
429+
imageTag: 1.7.0
430430
## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never".
431431
## Default to "Always".
432432
imagePullPolicy: ""

0 commit comments

Comments
 (0)