File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/test/java/oracle/kubernetes/operator/helm Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ domainNamespaces:
20
20
- " default"
21
21
22
22
# image specifies the docker image containing the operator code.
23
- image : " weblogic-kubernetes-operator:2.0"
23
+ image : " oracle/ weblogic-kubernetes-operator:2.0"
24
24
25
25
# imagePullPolicy specifies the image pull policy for the operator docker image.
26
26
imagePullPolicy : " IfNotPresent"
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ private String getExpectedOperatorHelmChartDefaultValues() {
476
476
.append ("externalDebugHttpPort: 30999\n " )
477
477
.append ("externalRestEnabled: false\n " )
478
478
.append ("externalRestHttpsPort: 31001\n " )
479
- .append ("image: weblogic-kubernetes-operator:2.0\n " )
479
+ .append ("image: oracle/ weblogic-kubernetes-operator:2.0\n " )
480
480
.append ("imagePullPolicy: IfNotPresent\n " )
481
481
.append ("internalDebugHttpPort: 30999\n " )
482
482
.append ("javaLoggingLevel: INFO\n " )
Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ b. Log in to the Docker Store from your docker client:
33
33
```
34
34
$ docker login
35
35
```
36
- c. Pull the operator image and tag it with the default image value of the operator :
36
+ c. Pull the operator image:
37
37
```
38
38
$ docker pull oracle/weblogic-kubernetes-operator:2.0-rc2
39
- $ docker tag oracle/weblogic-kubernetes-operator:2.0-rc2 weblogic-kubernetes-operator:2.0
40
39
```
41
40
d. Pull the Traefik load balancer image:
42
41
```
You can’t perform that action at this time.
0 commit comments