File tree Expand file tree Collapse file tree 15 files changed +22
-15
lines changed
src/test/java/oracle/kubernetes/operator/helm Expand file tree Collapse file tree 15 files changed +22
-15
lines changed 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.0. 1</version >
8
+ <version >2.1</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
weblogic-operator :
4
- - created : 2019-03-04T09:57:40.591947-05:00
4
+ - created : 2019-03-04T10:15:57.710782-05:00
5
+ description : Helm chart for configuring the WebLogic operator.
6
+ digest : 42d8472d70e5f02fa0cafc12c7c2b764f957dee2885adafa2331a1a10c905d63
7
+ name : weblogic-operator
8
+ urls :
9
+ - https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
10
+ version : " 2.1"
11
+ - created : 2019-03-04T10:15:57.695489-05:00
5
12
description : Helm chart for configuring the WebLogic operator.
6
13
digest : 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
7
14
name : weblogic-operator
8
15
urls :
9
16
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
10
17
version : 2.0.1
11
- generated : 2019-03-04T09:57:40.589077 -05:00
18
+ generated : 2019-03-04T10:15:57.693214 -05: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.0. 1</version >
11
+ <version >2.1</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.0. 1</version >
8
+ <version >2.1</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.0. 1</version >
8
+ <version >2.1</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.0. 1
5
+ version : 2.1
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.0. 1"
23
+ image : " oracle/weblogic-kubernetes-operator:2.1"
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.0. 1</version >
12
+ <version >2.1</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.0. 1\n " )
479
+ .append ("image: oracle/weblogic-kubernetes-operator:2.1\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