Skip to content

Commit

Permalink
always use local image
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <[email protected]>
  • Loading branch information
drivebyer committed Aug 10, 2023
1 parent f0a6178 commit 6b52d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ commands:
- script: |
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
helm repo update
helm install --create-namespace --namespace=ot-container redis-operator ot-helm/redis-operator --set redisOperator.imageName=operator --set redisOperator.imageTag=test
helm install --create-namespace --namespace=ot-container redis-operator ot-helm/redis-operator --set redisOperator.imageName=operator --set redisOperator.imageTag=test --set redisOperator.imagePullPolicy=Never
suppress :
- events

0 comments on commit 6b52d7e

Please sign in to comment.