Skip to content

Commit

Permalink
Updating OpenSearch versions and adding organization.
Browse files Browse the repository at this point in the history
Signed-off-by: David Tippett <[email protected]>
  • Loading branch information
dtaivpp committed May 24, 2024
1 parent 5a2d2ae commit 2434a88
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: default
spec:
general:
version: 1.3.0
version: 1.3.13
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
pluginsList: ["repository-s3","https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.0.0/prometheus-exporter-1.3.0.0.zip"]
pluginsList: ["repository-s3","https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.13.0/prometheus-exporter-1.3.13.0.zip"]
initHelper:
resources:
requests:
Expand All @@ -19,7 +19,7 @@ spec:
memory: "512Mi"
cpu: "500m"
dashboards:
version: 1.3.0
version: 1.3.13
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
namespace: default
spec:
general:
version: 1.3.2
version: 1.3.16
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
dashboards:
version: 1.3.2
version: 1.3.16
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
namespace: default
spec:
general:
version: "1.3.0"
version: 1.3.16
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
monitoring:
enable: true
pluginsList: ["repository-s3"]
dashboards:
version: "1.3.0"
version: 1.3.16
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
spec:
general:
version: "2.2.1"
version: 2.14.0
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
Expand All @@ -26,7 +26,7 @@ spec:
dashboards:
opensearchCredentialsSecret:
name: admin-credentials-secret
version: "2.2.1"
version: 2.14.0
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ metadata:
namespace: default
spec:
general:
version: "2.3.0"
version: 2.14.0
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
monitoring:
enable: true
dashboards:
version: "2.3.0"
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ spec:
general:
httpPort: 9200
serviceName: my-first-cluster
version: 2.3.0
version: 2.14.0
pluginsList: ["repository-s3"]
drainDataNodes: true
dashboards:
tls:
enable: true
generate: true
version: 2.3.0
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
httpPort: 9200
setVMMaxMapCount: true
serviceName: my-first-hot-warm-cold-cluster
version: 2.6.0
version: 2.14.0
drainDataNodes: true
dashboards:
tls:
enable: true
generate: true
version: 2.6.0
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down

0 comments on commit 2434a88

Please sign in to comment.