We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587de80 commit 652f395Copy full SHA for 652f395
bundle.yaml
@@ -116,7 +116,7 @@ spec:
116
containers:
117
- name: redis-enterprise-operator
118
# Replace this with the built image name
119
- image: redislabs/operator-internal:5.4.14-2
+ image: redislabs/operator:5.4.14-2
120
command:
121
- redis-enterprise-operator
122
imagePullPolicy: Always
openshift.bundle.yaml
@@ -140,7 +140,7 @@ spec:
140
serviceAccount: redis-enterprise-operator
141
142
143
- image: redislabs/operator-internal:5.4.14-2.rhel7
+ image: redislabs/operator:5.4.14-2.rhel7
144
securityContext:
145
runAsUser: 1001
146
0 commit comments