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 77 <parent >
88 <artifactId >operator-parent</artifactId >
99 <groupId >oracle.kubernetes</groupId >
10- <version >2.2 .0</version >
10+ <version >2.3 .0</version >
1111 </parent >
1212
1313 <artifactId >buildtime-reports</artifactId >
Original file line number Diff line number Diff line change 11apiVersion : v1
22entries :
33 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
512 description : Helm chart for configuring the WebLogic operator.
613 digest : bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
714 name : weblogic-operator
815 urls :
916 - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
1017 version : 2.2.0
11- - created : 2019-06-06T11:52:58.85488 -04:00
18+ - created : 2019-06-06T12:45:16.874684 -04:00
1219 description : Helm chart for configuring the WebLogic operator.
1320 digest : 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
1421 name : weblogic-operator
1522 urls :
1623 - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
1724 version : " 2.1"
18- - created : 2019-06-06T11:52:58.853255 -04:00
25+ - created : 2019-06-06T12:45:16.855553 -04:00
1926 description : Helm chart for configuring the WebLogic operator.
2027 digest : 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
2128 name : weblogic-operator
2229 urls :
2330 - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
2431 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 88 <parent >
99 <groupId >oracle.kubernetes</groupId >
1010 <artifactId >operator-parent</artifactId >
11- <version >2.2 .0</version >
11+ <version >2.3 .0</version >
1212 </parent >
1313
1414 <artifactId >operator-integration-tests</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >operator-parent</artifactId >
77 <groupId >oracle.kubernetes</groupId >
8- <version >2.2 .0</version >
8+ <version >2.3 .0</version >
99 </parent >
1010
1111 <artifactId >jsonschema-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >operator-parent</artifactId >
77 <groupId >oracle.kubernetes</groupId >
8- <version >2.2 .0</version >
8+ <version >2.3 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 22# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33
44name : weblogic-operator
5- version : 2.2 .0
5+ version : 2.3 .0
66description : Helm chart for configuring the WebLogic operator.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ domainNamespaces:
2020 - " default"
2121
2222# 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"
2424
2525# imagePullPolicy specifies the image pull policy for the operator docker image.
2626imagePullPolicy : " IfNotPresent"
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >oracle.kubernetes</groupId >
1111 <artifactId >operator-parent</artifactId >
12- <version >2.2 .0</version >
12+ <version >2.3 .0</version >
1313 </parent >
1414
1515 <artifactId >installation-tests</artifactId >
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ private String getExpectedOperatorHelmChartDefaultValues() {
476476 .append ("externalDebugHttpPort: 30999\n " )
477477 .append ("externalRestEnabled: false\n " )
478478 .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 " )
480480 .append ("imagePullPolicy: IfNotPresent\n " )
481481 .append ("internalDebugHttpPort: 30999\n " )
482482 .append ("javaLoggingLevel: INFO\n " )
You can’t perform that action at this time.
0 commit comments