Skip to content

Commit b9223e8

Browse files
committed
Redis version should match redis-operator version 0.7.0
Signed-off-by: Md Soharab Ansari <[email protected]>
1 parent 82bb8d8 commit b9223e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
sleep 50s
184184
cd redis-http-connector/test/kubernetes
185185
kubectl create namespace ot-operators
186-
helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators
186+
helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators --version 0.7.0
187187
sleep 50s
188188
kubectl get pods -n ot-operators
189189

0 commit comments

Comments
 (0)