Skip to content

Commit

Permalink
[opensearch-logs] bump defaults to 2.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuckkuck committed May 27, 2024
1 parent 79c76d7 commit a8d5605
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions system/opensearch-logs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ opensearch_master:
nodeGroup: "master"
masterService: "opensearch-logs-master"
image:
tag: 2.13.0
tag: 2.14.0
roles:
- master
replicas: 3
Expand All @@ -60,12 +60,12 @@ opensearch_master:
plugins:
enabled: true
installList:
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.14.0.0/prometheus-exporter-2.14.0.0.zip

opensearch_client:
enabled: false
image:
tag: 2.13.0
tag: 2.14.0
replicas: 3
nameOverride: "opensearch-logs-client"
fullnameOverride: "opensearch-logs-client"
Expand Down Expand Up @@ -106,12 +106,12 @@ opensearch_client:
plugins:
enabled: true
installList:
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.14.0.0/prometheus-exporter-2.14.0.0.zip

opensearch_data:
enabled: false
image:
tag: 2.13.0
tag: 2.14.0
nameOverride: "opensearch-logs-data"
fullnameOverride: "opensearch-logs-data"
nodeGroup: "data"
Expand All @@ -135,7 +135,7 @@ opensearch_data:
plugins:
enabled: true
installList:
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.14.0.0/prometheus-exporter-2.14.0.0.zip
securityConfig:
path: "/usr/share/opensearch/config/opensearch-security"
enabled: true
Expand All @@ -148,7 +148,7 @@ opensearch_data:
opensearch_ml:
enabled: false
image:
tag: 2.13.0
tag: 2.14.0
replicas: 2
nameOverride: "opensearch-logs-ml"
fullnameOverride: "opensearch-logs-ml"
Expand Down Expand Up @@ -189,12 +189,12 @@ opensearch_ml:
plugins:
enabled: true
installList:
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip
- https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.14.0.0/prometheus-exporter-2.14.0.0.zip

opensearch_dashboards:
enabled: false
image:
tag: "2.13.0"
tag: "2.14.0"
fullnameOverride: opensearch-logs-dashboards
nameOverride: opensearch-logs-dashboards
serviceAccount:
Expand Down

0 comments on commit a8d5605

Please sign in to comment.