@@ -3801,6 +3801,12 @@ spec:
38013801 - major
38023802 - latest
38033803 type: string
3804+ resp3Default:
3805+ description: Whether databases will turn on RESP3 compatibility upon
3806+ database upgrade. Note - Deleting this property after explicitly
3807+ setting its value shall have no effect. Please view the corresponding
3808+ field in RS doc for more info.
3809+ type: boolean
38043810 serviceAccountName:
38053811 description: Name of the service account to use
38063812 type: string
@@ -11056,6 +11062,8 @@ spec:
1105611062 - major
1105711063 - latest
1105811064 type: string
11065+ resp3Default:
11066+ type: boolean
1105911067 serviceAccountName:
1106011068 type: string
1106111069 servicesRiggerSpec:
@@ -15438,6 +15446,12 @@ spec:
1543815446 - type
1543915447 type: object
1544015448 type: array
15449+ shardingEnabled:
15450+ description: Toggles database sharding for REAADBs (Active Active
15451+ databases) and enabled by default. This field is blocked for REDB
15452+ (non-Active Active databases) and sharding is toggled via the shardCount
15453+ field - when shardCount is 1 this is disabled otherwise enabled.
15454+ type: boolean
1544115455 shardCount:
1544215456 description: Number of database server-side shards
1544315457 type: integer
@@ -15515,6 +15529,11 @@ spec:
1551515529 For password, use ''password'' as the key and the actual password as the value.
1551615530 Note that connections are not encrypted.'
1551715531 type: string
15532+ resp3:
15533+ description: Whether this database supports RESP3 protocol.
15534+ Note - Deleting this property after explicitly setting its value shall have no effect.
15535+ Please view the corresponding field in RS doc for more info.
15536+ type: boolean
1551815537 type: object
1551915538 status:
1552015539 description: RedisEnterpriseDatabaseStatus defines the observed state of
@@ -16435,6 +16454,11 @@ spec:
1643516454 will have replica shard for every master - leading to higher
1643616455 availability.
1643716456 type: boolean
16457+ resp3:
16458+ description: Whether this database supports RESP3 protocol.
16459+ Note - Deleting this property after explicitly setting its value shall have no effect.
16460+ Please view the corresponding field in RS doc for more info.
16461+ type: boolean
1643816462 rofRamSize:
1643916463 description: The size of the RAM portion of an RoF database. Similarly
1644016464 to "memorySize" use formats like 100MB, 0.1GB It must be at
@@ -16466,6 +16490,12 @@ spec:
1646616490 - type
1646716491 type: object
1646816492 type: array
16493+ shardingEnabled:
16494+ description: Toggles database sharding for REAADBs (Active Active
16495+ databases) and enabled by default. This field is blocked for REDB
16496+ (non-Active Active databases) and sharding is toggled via the shardCount
16497+ field - when shardCount is 1 this is disabled otherwise enabled.
16498+ type: boolean
1646916499 shardCount:
1647016500 description: Number of database server-side shards
1647116501 type: integer
@@ -16521,7 +16551,7 @@ spec:
1652116551 serviceAccountName: redis-enterprise-operator
1652216552 containers:
1652316553 - name: redis-enterprise-operator
16524- image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
16554+ image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
1652516555 securityContext:
1652616556 privileged: false
1652716557 readOnlyRootFilesystem: true
@@ -16573,7 +16603,7 @@ spec:
1657316603 port: 8080
1657416604 scheme: HTTP
1657516605 - name: admission
16576- image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.2.4-12
16606+ image: registry.connect.redhat.com/redislabs/redis-enterprise-operator:7.4.2-2
1657716607 securityContext:
1657816608 privileged: false
1657916609 readOnlyRootFilesystem: true
0 commit comments