Skip to content

Commit

Permalink
Upgrade Opensearch to 1.3.5 and ES Exporter to 1.5.0 (#406)
Browse files Browse the repository at this point in the history
* Upgrade Opensearch to 1.3.5 and ES Exporter to 1.5.0

* Updating Opensearch Helm chart from 1.11.1 to 1.14.1

* Upgrading Opensearch Dashboards to 1.3.5 and its Helm chart
  • Loading branch information
cumcke authored Oct 10, 2022
1 parent 5d6ae6b commit afe0cfe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion logging/bin/deploy_opensearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "$(kubectl get ns $LOG_NS -o name 2>/dev/null)" == "" ]; then
fi

# Get/Set Helm Chart Version
OPENSEARCH_HELM_CHART_VERSION=${OPENSEARCH_HELM_CHART_VERSION:-"1.11.1"}
OPENSEARCH_HELM_CHART_VERSION=${OPENSEARCH_HELM_CHART_VERSION:-"1.14.1"}

# get credentials
export ES_ADMIN_PASSWD=${ES_ADMIN_PASSWD}
Expand Down
2 changes: 1 addition & 1 deletion logging/bin/deploy_osd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$(kubectl get ns $LOG_NS -o name 2>/dev/null)" == "" ]; then
fi

# Get/Set Helm Chart Version
OSD_HELM_CHART_VERSION=${OSD_HELM_CHART_VERSION:-"1.5.1"}
OSD_HELM_CHART_VERSION=${OSD_HELM_CHART_VERSION:-"1.8.3"}

# get credentials
export ES_KIBANASERVER_PASSWD=${ES_KIBANASERVER_PASSWD}
Expand Down
2 changes: 1 addition & 1 deletion logging/esexporter/values-es-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ restartPolicy: Always

image:
repository: quay.io/prometheuscommunity/elasticsearch-exporter
tag: v1.2.1
tag: v1.5.0
pullPolicy: Always
pullSecret: ""

Expand Down
2 changes: 1 addition & 1 deletion logging/opensearch/opensearch_helm_values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 1.3.2
tag: 1.3.5

config:
opensearch.yml: |
Expand Down
2 changes: 1 addition & 1 deletion logging/opensearch/osd_helm_values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: 1.3.2
tag: 1.3.5

opensearchHosts: "https://v4m-search:9200"

Expand Down

0 comments on commit afe0cfe

Please sign in to comment.