Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install Redis Operator
run: |
make deploy
make deploy IMG=redis-operator:e2e

- name: Wait for Redis Operator to be ready
run: |
Expand Down
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: redis-operator
newTag: e2e
newName: quay.io/opstree/redis-operator
newTag: v0.15.0
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
- --leader-elect
- -zap-log-level=info
- -enable-webhooks=false
image: redis-operator:e2e
imagePullPolicy: IfNotPresent
image: controller
imagePullPolicy: Never
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down