Skip to content

Commit 65c50ad

Browse files
distro-ci[bot]EuroLew
authored andcommitted
chore: chart chores
1 parent b531bb0 commit 65c50ad

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +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` |
14931494
| `orchestration.retention` | configuration for Camunda exporter index. | |
14941495
| `orchestration.retention.enabled` | if true, the ILM Policy is created and applied to the index templates. | `false` |
14951496
| `orchestration.retention.minimumAge` | defines how old the data must be, before the data is deleted as a duration. | `30d` |

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap-authorizations.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ data:
151151
clusterName: elasticsearch
152152
# Database full url
153153
url: "http://camunda-platform-test-elasticsearch:9200"
154+
index:
155+
numberOfReplicas: 1
154156
155157
#
156158
# Camunda Operate Configuration.

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap-log4j2.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ data:
151151
clusterName: elasticsearch
152152
# Database full url
153153
url: "http://camunda-platform-test-elasticsearch:9200"
154+
index:
155+
numberOfReplicas: 1
154156
155157
#
156158
# Camunda Operate Configuration.

charts/camunda-platform-8.8/test/unit/orchestration/golden/configmap.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ data:
151151
clusterName: elasticsearch
152152
# Database full url
153153
url: "http://camunda-platform-test-elasticsearch:9200"
154+
index:
155+
numberOfReplicas: 1
154156
155157
#
156158
# Camunda Operate Configuration.

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

Lines changed: 1 addition & 1 deletion
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.1"
2364+
"default": "8.8.0-alpha8"
23652365
},
23662366
"digest": {
23672367
"type": "string",

0 commit comments

Comments
 (0)