Skip to content

Commit 6f62558

Browse files
chore: Upgrade OpenSearch to version 3.4.0
1 parent d9119fc commit 6f62558

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

docs/modules/demos/pages/logging.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ $ stackablectl stacklet list
5656
┌───────────────────────┬───────────────────────┬───────────┬────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────┐
5757
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
5858
╞═══════════════════════╪═══════════════════════╪═══════════╪════════════════════════════════════════════════════════════════════════════════════╪═════════════════════════════════╡
59-
│ opensearch ┆ opensearch ┆ default ┆ nodes-default-http http://opensearch-nodes-default.default.svc.cluster.local:9200 ┆ Available, Reconciling, Running │
59+
│ opensearch ┆ opensearch ┆ default ┆ -http http://opensearch.default.svc.cluster.local:9200 ┆ Available, Reconciling, Running │
60+
│ ┆ ┆ ┆ nodes-default-http http://opensearch-nodes-default.default.svc.cluster.local:9200 ┆ │
6061
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
6162
│ zookeeper ┆ simple-zk ┆ default ┆ server-zk simple-zk-server.default.svc.cluster.local:2282 ┆ Available, Reconciling, Running │
6263
├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤

stacks/_templates/opensearch-dashboards.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repo:
66
url: https://opensearch-project.github.io/helm-charts
77
version: {{ opensearchVersion }}
88
options:
9-
opensearchHosts: https://opensearch:9200
109
image:
1110
repository: oci.stackable.tech/sdp/opensearch-dashboards
1211
tag: "{{ opensearchVersion }}-stackable{{ stackableReleaseVersion }}"
@@ -21,6 +20,13 @@ options:
2120
stackable.tech/logging-credentials-secret: opensearch-user
2221
labels:
2322
stackable.tech/vendor: Stackable
23+
opensearchHosts: null # Use the discovery ConfigMap instead
24+
extraEnvs:
25+
- name: OPENSEARCH_HOSTS
26+
valueFrom:
27+
configMapKeyRef:
28+
name: opensearch
29+
key: OPENSEARCH_HOSTS
2430
opensearchAccount:
2531
secret: opensearch-dashboard-user
2632
serviceAccount:

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ stacks:
101101
default: kibanaserverkibanaserver
102102
- name: opensearchVersion
103103
description: Version of OpenSearch and OpenSearch Dashboards to deploy
104-
default: 3.1.0
104+
default: 3.4.0
105105
- name: stackableReleaseVersion
106106
description: The Stackable release to be used for the OpenSearch Dashboards image tag
107107
default: 0.0.0-dev
@@ -725,7 +725,7 @@ stacks:
725725
default: kibanaserverkibanaserver
726726
- name: opensearchVersion
727727
description: Version of OpenSearch and OpenSearch Dashboards to deploy
728-
default: 3.1.0
728+
default: 3.4.0
729729
- name: stackableReleaseVersion
730730
description: The Stackable release to be used for the OpenSearch Dashboards image tag
731731
default: 0.0.0-dev

0 commit comments

Comments
 (0)