Skip to content

Commit

Permalink
removed -internal suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roey Prat committed Mar 11, 2020
1 parent 587de80 commit 652f395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
containers:
- name: redis-enterprise-operator
# Replace this with the built image name
image: redislabs/operator-internal:5.4.14-2
image: redislabs/operator:5.4.14-2
command:
- redis-enterprise-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
serviceAccount: redis-enterprise-operator
containers:
- name: redis-enterprise-operator
image: redislabs/operator-internal:5.4.14-2.rhel7
image: redislabs/operator:5.4.14-2.rhel7
securityContext:
runAsUser: 1001
command:
Expand Down

0 comments on commit 652f395

Please sign in to comment.