Skip to content

Commit 30808df

Browse files
chore: chart chores
1 parent 6de8534 commit 30808df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
14901490
| `global.orchestration.Affinity` | can be used to define pod affinity or anti-affinity https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity | |
14911491
| `orchestration.priorityClassName` | can be used to define the broker pods priority https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass | `""` |
14921492
| `orchestration.index.prefix` | if specified, defines web apps index prefix in Elasticsearch/OpenSearch. Note, for Zeebe index prefix, use "global.elasticsearch.prefix". | `""` |
1493-
| `orchestration.index.numberOfReplicas` | specifies the number of replicas for indices in Elasticsearch/Opensearch | `1` |
1493+
| `orchestration.index.replicas` | can be used to specify the number of replicas for indices in Elasticsearch/Opensearch | `1` |
14941494
| `orchestration.retention` | configuration for Camunda exporter index. | |
14951495
| `orchestration.retention.enabled` | if true, the ILM Policy is created and applied to the index templates. | `false` |
14961496
| `orchestration.retention.minimumAge` | defines how old the data must be, before the data is deleted as a duration. | `30d` |

charts/camunda-platform-8.8/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@
23612361
"tag": {
23622362
"type": "string",
23632363
"description": "can be used to set the Docker image tag for the Console image (overwrites global.image.tag)",
2364-
"default": "8.8.0-alpha8"
2364+
"default": "8.8.0-alpha8.1"
23652365
},
23662366
"digest": {
23672367
"type": "string",
@@ -6076,7 +6076,7 @@
60766076
},
60776077
"replicas": {
60786078
"type": "number",
6079-
"description": "specifies the number of replicas for indices in Elasticsearch/Opensearch",
6079+
"description": "can be used to specify the number of replicas for indices in Elasticsearch/Opensearch",
60806080
"default": 1
60816081
}
60826082
}

0 commit comments

Comments
 (0)