Skip to content

Commit 1496681

Browse files
committed
fix: type orchestration.exporters.zeebe.replicas as number for schema consistency
1 parent 1d1f11e commit 1496681

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/camunda-platform-8.10/values.schema.extra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
"properties": {
636636
"replicas": {
637637
"type": [
638-
"integer",
638+
"number",
639639
"null"
640640
],
641641
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5747,7 +5747,7 @@
57475747
},
57485748
"replicas": {
57495749
"type": [
5750-
"integer",
5750+
"number",
57515751
"null"
57525752
],
57535753
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",

charts/camunda-platform-8.9/values.schema.extra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
"properties": {
636636
"replicas": {
637637
"type": [
638-
"integer",
638+
"number",
639639
"null"
640640
],
641641
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6522,7 +6522,7 @@
65226522
},
65236523
"replicas": {
65246524
"type": [
6525-
"integer",
6525+
"number",
65266526
"null"
65276527
],
65286528
"description": "can be used to specify the number of replicas for the legacy Zeebe Elasticsearch and OpenSearch exporter indices. Defaults to orchestration.index.replicas.",

0 commit comments

Comments
 (0)