Skip to content

Commit c90e211

Browse files
committed
test: Bump 2.6.3 to 2.6.4
1 parent e12792f commit c90e211

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ mod tests {
147147
name: simple-hbase
148148
spec:
149149
image:
150-
productVersion: 2.6.3
150+
productVersion: 2.6.4
151151
clusterConfig:
152152
hdfsConfigMapName: simple-hdfs
153153
zookeeperConfigMapName: simple-znode
@@ -184,7 +184,7 @@ mod tests {
184184
name: simple-hbase
185185
spec:
186186
image:
187-
productVersion: 2.6.3
187+
productVersion: 2.6.4
188188
clusterConfig:
189189
hdfsConfigMapName: simple-hdfs
190190
zookeeperConfigMapName: simple-znode

rust/operator-binary/src/crd/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ mod tests {
105105
name: simple-hbase
106106
spec:
107107
image:
108-
productVersion: 2.6.3
108+
productVersion: 2.6.4
109109
clusterConfig:
110110
hdfsConfigMapName: simple-hdfs
111111
zookeeperConfigMapName: simple-znode

rust/operator-binary/src/crd/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ metadata:
13381338
name: test-hbase
13391339
spec:
13401340
image:
1341-
productVersion: 2.6.3
1341+
productVersion: 4
13421342
clusterConfig:
13431343
hdfsConfigMapName: test-hdfs
13441344
zookeeperConfigMapName: test-znode
@@ -1386,7 +1386,7 @@ spec:
13861386
)]);
13871387

13881388
let validated_config = validate_all_roles_and_groups_config(
1389-
"2.6.3",
1389+
"2.6.4",
13901390
&transform_all_roles_to_config(&hbase, roles).unwrap(),
13911391
&ProductConfigManager::from_yaml_file("../../deploy/config-spec/properties.yaml")
13921392
.unwrap(),
@@ -1439,7 +1439,7 @@ metadata:
14391439
name: test-hbase
14401440
spec:
14411441
image:
1442-
productVersion: 2.6.3
1442+
productVersion: 2.6.4
14431443
clusterConfig:
14441444
hdfsConfigMapName: test-hdfs
14451445
zookeeperConfigMapName: test-znode

0 commit comments

Comments
 (0)