File tree Expand file tree Collapse file tree 14 files changed +23
-16
lines changed
src/test/java/oracle/kubernetes/operator/helm Expand file tree Collapse file tree 14 files changed +23
-16
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 .0</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 1
1
apiVersion : v1
2
2
entries :
3
3
weblogic-operator :
4
- - created : 2019-06-06T11:52:58.857599-04:00
4
+ - created : 2019-06-06T12:45:16.883338-04:00
5
+ description : Helm chart for configuring the WebLogic operator.
6
+ digest : acda3575da1ff16cfa8e55e40de99ee1b8b185ecac14c78a5229111986c953af
7
+ name : weblogic-operator
8
+ urls :
9
+ - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
10
+ version : 2.3.0
11
+ - created : 2019-06-06T12:45:16.880417-04:00
5
12
description : Helm chart for configuring the WebLogic operator.
6
13
digest : bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
7
14
name : weblogic-operator
8
15
urls :
9
16
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
10
17
version : 2.2.0
11
- - created : 2019-06-06T11:52:58.85488 -04:00
18
+ - created : 2019-06-06T12:45:16.874684 -04:00
12
19
description : Helm chart for configuring the WebLogic operator.
13
20
digest : 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
14
21
name : weblogic-operator
15
22
urls :
16
23
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
17
24
version : " 2.1"
18
- - created : 2019-06-06T11:52:58.853255 -04:00
25
+ - created : 2019-06-06T12:45:16.855553 -04:00
19
26
description : Helm chart for configuring the WebLogic operator.
20
27
digest : 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
21
28
name : weblogic-operator
22
29
urls :
23
30
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
24
31
version : 2.0.1
25
- generated : 2019-06-06T11:52:58.845878 -04:00
32
+ generated : 2019-06-06T12:45:16.836847 -04:00
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 .0</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 .0</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 .0</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 .0
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 .0"
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 .0</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 .0\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 " )
You can’t perform that action at this time.
0 commit comments