Skip to content

Commit 82bb8d8

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

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
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
181181
kubectl create namespace redis-operator
182-
helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator
182+
helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator --version 0.7.0
183183
sleep 50s
184184
cd redis-http-connector/test/kubernetes
185185
kubectl create namespace ot-operators

0 commit comments

Comments
 (0)