Skip to content

Commit

Permalink
downgrade opensearch cluster to work around opensearch-project/opense…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 16, 2024
1 parent eaaa976 commit f0f524a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kustomizations/search/opensearch/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
general:
serviceName: opensearch
serviceAccount: opensearch
version: 2.16.0
version: 2.11.0
monitoring:
enable: false
pluginsList:
- "https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.16.0.0/prometheus-exporter-2.16.0.0.zip"
- "https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.11.0.0/prometheus-exporter-2.11.0.0.zip"
- "repository-s3"
snapshotRepositories:
- name: ${aws_backup_s3_bucket}
Expand All @@ -26,7 +26,7 @@ spec:
- name: aws-iam-token
path: /usr/share/opensearch/config/aws-iam-token
dashboards:
version: 2.16.0
version: 2.11.0
enable: true
replicas: 1
nodePools:
Expand Down

0 comments on commit f0f524a

Please sign in to comment.