Update FoundationDB to use latest stable version supported by the operator by default

Signed-off-by: Isaiah Olson <isaiah@olson-network.com>
This commit is contained in:
Isaiah Olson
2025-09-14 03:15:59 -05:00
parent 7e622181ed
commit 5b58ec5cdd
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ metadata:
spec:
replicas: 3
cluster:
version: "7.4.1"
version: "7.3.63"
processCounts:
storage: 3
stateless: -1

View File

@@ -22,4 +22,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.4.1"
appVersion: "7.3.63"

View File

@@ -27,7 +27,7 @@ replicas: 3
# Cluster process configuration
cluster:
version: "7.4.1"
version: "7.3.63"
processCounts:
storage: 3 # Storage processes
stateless: -1 # Automatically calculated
@@ -147,7 +147,7 @@ For Cozystack-specific issues, consult the Cozystack documentation or support ch
| `cluster.processCounts.stateless` | Number of stateless processes (-1 for automatic) | `int` | `-1` |
| `cluster.processCounts.storage` | Number of storage processes | `int` | `3` |
| `cluster.processCounts.cluster_controller` | Number of cluster controller processes | `int` | `1` |
| `cluster.version` | Version of FoundationDB to use | `string` | `7.4.1` |
| `cluster.version` | Version of FoundationDB to use | `string` | `7.3.63` |
| `cluster.faultDomain` | Fault domain configuration | `object` | `{}` |
| `cluster.faultDomain.key` | Fault domain key | `string` | `foundationdb.org/none` |
| `cluster.faultDomain.valueFrom` | Fault domain value source | `string` | `$FDB_ZONE_ID` |

View File

@@ -110,7 +110,7 @@
"stateless": -1,
"storage": 3
},
"version": "7.4.1"
"version": "7.3.63"
},
"required": [
"faultDomain",
@@ -176,7 +176,7 @@
"version": {
"description": "Version of FoundationDB to use",
"type": "string",
"default": "7.4.1"
"default": "7.3.63"
}
}
},

View File

@@ -22,7 +22,7 @@ cluster:
storage: 3 # Storage processes
cluster_controller: 1
version: "7.4.1"
version: "7.3.63"
faultDomain:
key: "foundationdb.org/none"