Skip to content

Commit a1ef740

Browse files
committed
Version update
1 parent 532d98f commit a1ef740

File tree

15 files changed

+22
-15
lines changed

15 files changed

+22
-15
lines changed

buildtime-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>2.0.1</version>
8+
<version>2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

docs/charts/index.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
apiVersion: v1
22
entries:
33
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
512
description: Helm chart for configuring the WebLogic operator.
613
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
714
name: weblogic-operator
815
urls:
916
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
1017
version: 2.0.1
11-
generated: 2019-03-04T09:57:40.589077-05:00
18+
generated: 2019-03-04T10:15:57.693214-05:00

docs/charts/weblogic-operator-2.1.tgz

8.71 KB
Binary file not shown.

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.1</version>
1212
</parent>
1313

1414
<artifactId>operator-integration-tests</artifactId>

json-schema-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>2.0.1</version>
8+
<version>2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema-maven-plugin</artifactId>

json-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>2.0.1</version>
8+
<version>2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kubernetes/charts/weblogic-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33

44
name: weblogic-operator
5-
version: 2.0.1
5+
version: 2.1
66
description: Helm chart for configuring the WebLogic operator.

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0.1"
23+
image: "oracle/weblogic-kubernetes-operator:2.1"
2424

2525
# imagePullPolicy specifies the image pull policy for the operator docker image.
2626
imagePullPolicy: "IfNotPresent"

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>oracle.kubernetes</groupId>
1111
<artifactId>operator-parent</artifactId>
12-
<version>2.0.1</version>
12+
<version>2.1</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

kubernetes/src/test/java/oracle/kubernetes/operator/helm/HelmOperatorValuesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0.1\n")
479+
.append("image: oracle/weblogic-kubernetes-operator:2.1\n")
480480
.append("imagePullPolicy: IfNotPresent\n")
481481
.append("internalDebugHttpPort: 30999\n")
482482
.append("javaLoggingLevel: INFO\n")

0 commit comments

Comments
 (0)