Skip to content

Commit 46be2a4

Browse files
distro-ci[bot]aabouzaid
authored andcommitted
chore: chart chores
1 parent cb404ae commit 46be2a4

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
@@ -1491,7 +1491,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
14911491
| `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 | |
14921492
| `orchestration.priorityClassName` | can be used to define the broker pods priority https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass | `""` |
14931493
| `orchestration.index.prefix` | if specified, defines web apps index prefix in Elasticsearch/OpenSearch. Note, for Zeebe index prefix, use "global.elasticsearch.prefix". | `""` |
1494-
| `orchestration.index.numberOfReplicas` | specifies the number of replicas for indices in Elasticsearch/Opensearch | `1` |
1494+
| `orchestration.index.replicas` | can be used to specify the number of replicas for indices in Elasticsearch/Opensearch | `1` |
14951495
| `orchestration.retention` | configuration for Camunda exporter index. | |
14961496
| `orchestration.retention.enabled` | if true, the ILM Policy is created and applied to the index templates. | `false` |
14971497
| `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",
@@ -6081,7 +6081,7 @@
60816081
},
60826082
"replicas": {
60836083
"type": "number",
6084-
"description": "specifies the number of replicas for indices in Elasticsearch/Opensearch",
6084+
"description": "can be used to specify the number of replicas for indices in Elasticsearch/Opensearch",
60856085
"default": 1
60866086
}
60876087
}

0 commit comments

Comments
 (0)