Skip to content

Commit 652f395

Browse files
author
Roey Prat
committed
removed -internal suffix
1 parent 587de80 commit 652f395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
containers:
117117
- name: redis-enterprise-operator
118118
# Replace this with the built image name
119-
image: redislabs/operator-internal:5.4.14-2
119+
image: redislabs/operator:5.4.14-2
120120
command:
121121
- redis-enterprise-operator
122122
imagePullPolicy: Always

openshift.bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ spec:
140140
serviceAccount: redis-enterprise-operator
141141
containers:
142142
- name: redis-enterprise-operator
143-
image: redislabs/operator-internal:5.4.14-2.rhel7
143+
image: redislabs/operator:5.4.14-2.rhel7
144144
securityContext:
145145
runAsUser: 1001
146146
command:

0 commit comments

Comments
 (0)