Skip to content

Commit fec3806

Browse files
committed
fix: use correct operator version
1 parent 25b0d7a commit fec3806

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
@@ -8,3 +8,8 @@ webhook:
88

99
patch:
1010
enabled: true
11+
12+
image:
13+
pullPolicy: Never
14+
repository: kind/ydb-operator
15+
tag: current

tests/test-utils/test-utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func UpgradeOperatorWithHelm(namespace, version string) {
108108
"ydb-operator",
109109
YdbOperatorRemoteChart,
110110
"--version", version,
111-
"-f", pathToHelmValuesInLocalInstall,
111+
"-f", pathToHelmValuesInRemoteInstall,
112112
}
113113

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

0 commit comments

Comments
 (0)