File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
src/test/java/oracle/kubernetes/operator/helm Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >operator-parent</artifactId >
9
9
<groupId >oracle.kubernetes</groupId >
10
- <version >2.2.1 </version >
10
+ <version >2.3.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >buildtime-reports</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >oracle.kubernetes</groupId >
10
10
<artifactId >operator-parent</artifactId >
11
- <version >2.2.1 </version >
11
+ <version >2.3.0 </version >
12
12
</parent >
13
13
14
14
<artifactId >operator-integration-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >operator-parent</artifactId >
7
7
<groupId >oracle.kubernetes</groupId >
8
- <version >2.2.1 </version >
8
+ <version >2.3.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >jsonschema-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >operator-parent</artifactId >
7
7
<groupId >oracle.kubernetes</groupId >
8
- <version >2.2.1 </version >
8
+ <version >2.3.0 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 2
2
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3
3
4
4
name : weblogic-operator
5
- version : 2.2.1
5
+ version : 2.3.0
6
6
description : Helm chart for configuring the WebLogic operator.
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 : " oracle/weblogic-kubernetes-operator:2.2.1 "
23
+ image : " oracle/weblogic-kubernetes-operator:2.3.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 9
9
<parent >
10
10
<groupId >oracle.kubernetes</groupId >
11
11
<artifactId >operator-parent</artifactId >
12
- <version >2.2.1 </version >
12
+ <version >2.3.0 </version >
13
13
</parent >
14
14
15
15
<artifactId >installation-tests</artifactId >
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: oracle/weblogic-kubernetes-operator:2.2.1 \n " )
479
+ .append ("image: oracle/weblogic-kubernetes-operator:2.3.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 9
9
<parent >
10
10
<groupId >oracle.kubernetes</groupId >
11
11
<artifactId >operator-parent</artifactId >
12
- <version >2.2.1 </version >
12
+ <version >2.3.0 </version >
13
13
</parent >
14
14
15
15
<artifactId >operator-model</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >oracle.kubernetes</groupId >
10
10
<artifactId >operator-parent</artifactId >
11
- <version >2.2.1 </version >
11
+ <version >2.3.0 </version >
12
12
</parent >
13
13
14
14
<artifactId >weblogic-kubernetes-operator</artifactId >
You can’t perform that action at this time.
0 commit comments