Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/opensearch-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for OpenSearch Cluster
type: application

## The opensearch-cluster Helm Chart version
version: 3.1.0
version: 3.1.1

## The operator version
appVersion: 2.8.0
1 change: 1 addition & 0 deletions charts/opensearch-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ A Helm chart for OpenSearch Cluster
| cluster.general.imagePullPolicy | string | `"IfNotPresent"` | Default image pull policy |
| cluster.general.keystore | list | `[]` | Populate opensearch keystore before startup |
| cluster.general.monitoring.enable | bool | `false` | Enable cluster monitoring |
| cluster.general.monitoring.labels | object | `{}` | Additional labels to apply to the generated ServiceMonitor |
| cluster.general.monitoring.monitoringUserSecret | string | `""` | Secret with 'username' and 'password' keys for monitoring user. You could also use OpenSearchUser CRD instead of setting it. |
| cluster.general.monitoring.pluginUrl | string | `""` | Custom URL for the monitoring plugin |
| cluster.general.monitoring.scrapeInterval | string | `"30s"` | How often to scrape metrics |
Expand Down
3 changes: 3 additions & 0 deletions charts/opensearch-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ cluster:
# -- Enable cluster monitoring
enable: false

# -- Additional labels to apply to the generated ServiceMonitor
labels: {}

# -- Secret with 'username' and 'password' keys for monitoring user. You could also use OpenSearchUser CRD instead of setting it.
monitoringUserSecret: ""

Expand Down