Skip to content

Commit

Permalink
set image pull policy
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Aug 10, 2023
1 parent 9239e4c commit f4dee69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
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=${{ env.ImageName }} --set redisOperator.imageTag=${{ env.ImageTag }}
--set redisOperator.imageName=${{ env.ImageName }} --set redisOperator.imageTag=${{ env.ImageTag }} \
--set redisOperator.imagePullPolicy=Never
- name: Install kuttl
run: |
Expand Down

0 comments on commit f4dee69

Please sign in to comment.