Skip to content

Commit

Permalink
Search and Reporting Service Support for 7.10.2 Elasticsearch Version (
Browse files Browse the repository at this point in the history
…pegasystems#368)

* Upgrade: Support for ES version 7.10.2

* Update: SRS version updated

* SRS version update in README

Co-authored-by: MadhuriArugula <madhuriarugula77@gmail.com>
  • Loading branch information
2 people authored and Ryan Stankiewicz committed Feb 11, 2022
1 parent 01b526e commit 7855556
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/backingservices/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: es-prerequisite

NAMESPACE := <YOUR_NAMESPACE>
ELASTICSEARCH_IMAGE := docker.elastic.co/elasticsearch/elasticsearch:7.9.3
ELASTICSEARCH_IMAGE := docker.elastic.co/elasticsearch/elasticsearch:7.10.2

es-prerequisite: es-secrets

Expand Down
2 changes: 1 addition & 1 deletion charts/backingservices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The service deployment provisions runtime service pods along with a dependency o
Pega Infinity version | SRS version | ElasticSearch version | Description
--- | --- | --- | ---
< 8.6 | NA | NA | SRS can be used with Pega Infinity 8.6 and later
\>= 8.6 | \>=1.12.0 | 7.9.3 | Pega Infinity 8.6 and later supports using a Pega-provided platform-services/search-n-reporting-service Docker Image that is tagged with version 1.12.0 or later (Pega recommends using 1.16.1 or later). All SRS Docker image versions are certified to support Elasticsearch version 7.9.3.
\>= 8.6 | \>=1.12.0 | 7.10.2 | Pega Infinity 8.6 and later supports using a Pega-provided platform-services/search-n-reporting-service Docker Image that is tagged with version 1.12.0 or later (Pega recommends using 1.17.10 or later). All SRS Docker image versions are certified to support Elasticsearch version 7.10.2.

### SRS runtime configuration

Expand Down
2 changes: 1 addition & 1 deletion charts/backingservices/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# * Disable deploying elasticsearch by setting 'srs.srsStorage.provisionInternalESCluster' to false.
dependencies:
- name: elasticsearch
version: "7.9.3"
version: "7.10.2"
repository: https://helm.elastic.co/
condition: srs.srsStorage.provisionInternalESCluster
2 changes: 1 addition & 1 deletion charts/backingservices/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ srs:
# based on helm charts defined at https://github.com/elastic/helm-charts/tree/master/elasticsearch and may be modified
# as per runtime and storage requirements.
elasticsearch:
imageTag: 7.9.3
imageTag: 7.10.2
# Permit co-located instances for solitary minikube virtual machines.
antiAffinity: "soft"
# Shrink default JVM heap.
Expand Down

0 comments on commit 7855556

Please sign in to comment.