Skip to content

Commit 2adeb4a

Browse files
committed
fix: use correct operator version
1 parent 51aa80a commit 2adeb4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tests/cfg/operator-local-values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ webhook:
33

44
patch:
55
enabled: true
6+
7+
image:
8+
pullPolicy: Never
9+
repository: kind/ydb-operator
10+
tag: current

tests/test-utils/test-utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func UpgradeOperatorWithHelm(namespace, version string) {
9898
"ydb-operator",
9999
YdbOperatorRemoteChart,
100100
"--version", version,
101-
"-f", pathToHelmValuesInLocalInstall,
101+
"-f", pathToHelmValuesInRemoteInstall,
102102
}
103103

104104
cmd := exec.Command("helm", args...)

0 commit comments

Comments
 (0)