Skip to content

Commit 574911a

Browse files
distro-ci[bot]EuroLew
authored andcommitted
chore: chart chores
1 parent 6279046 commit 574911a

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@
11641164
"tag": {
11651165
"type": "string",
11661166
"description": "can be set to overwrite the global tag, which should be used in that chart",
1167-
"default": "8.8.0-alpha7"
1167+
"default": "8.8.0-alpha8"
11681168
},
11691169
"digest": {
11701170
"type": "string",
@@ -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-alpha7"
2364+
"default": "8.8.0-alpha8"
23652365
},
23662366
"digest": {
23672367
"type": "string",
@@ -2858,7 +2858,7 @@
28582858
"tag": {
28592859
"type": "string",
28602860
"description": "can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag)",
2861-
"default": "8.8.0-alpha8-rc1"
2861+
"default": "8.8.0-alpha8"
28622862
},
28632863
"pullSecrets": {
28642864
"type": "array",
@@ -4552,7 +4552,7 @@
45524552
"tag": {
45534553
"type": "string",
45544554
"description": "can be set to overwrite the global tag, which should be used in that chart",
4555-
"default": "8.8.0-alpha7"
4555+
"default": "8.8.0-alpha8"
45564556
},
45574557
"digest": {
45584558
"type": "string",
@@ -5165,7 +5165,7 @@
51655165
"tag": {
51665166
"type": "string",
51675167
"description": "can be set to overwrite the global tag, which should be used in that chart",
5168-
"default": "8.8.0-alpha7"
5168+
"default": "8.8.0-alpha8"
51695169
},
51705170
"digest": {
51715171
"type": "string",
@@ -6218,7 +6218,7 @@
62186218
"tag": {
62196219
"type": "string",
62206220
"description": "can be set to overwrite the global tag, which should be used in that chart",
6221-
"default": "8.8.0-alpha7"
6221+
"default": "8.8.0-alpha8"
62226222
},
62236223
"digest": {
62246224
"type": "string",

0 commit comments

Comments
 (0)