Skip to content

Commit cbf2b01

Browse files
committed
fix: missing trino version switch 479 -> 481
1 parent d7c35e6 commit cbf2b01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rust/operator-binary/src/trino_controller.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ mod tests {
530530
name: simple-trino
531531
spec:
532532
image:
533-
productVersion: "479"
533+
productVersion: "481"
534534
clusterConfig:
535535
catalogLabelSelector:
536536
matchLabels:
@@ -588,7 +588,7 @@ mod tests {
588588
name: simple-trino
589589
spec:
590590
image:
591-
productVersion: "479"
591+
productVersion: "481"
592592
clusterConfig:
593593
catalogLabelSelector:
594594
matchLabels:
@@ -640,7 +640,7 @@ mod tests {
640640
name: trino
641641
spec:
642642
image:
643-
productVersion: "479"
643+
productVersion: "481"
644644
clusterConfig:
645645
catalogLabelSelector:
646646
matchLabels:
@@ -695,7 +695,7 @@ mod tests {
695695
uid: "e6ac237d-a6d4-43a1-8135-f36506110912"
696696
spec:
697697
image:
698-
productVersion: "479"
698+
productVersion: "481"
699699
clusterConfig:
700700
catalogLabelSelector:
701701
matchLabels:

0 commit comments

Comments
 (0)