Skip to content

Commit a2ba3a2

Browse files
rjeberharddoxiaoankedia
authored
Operator 3.1.3 (#2191)
* Update for 3.1.3 * keep namespaces processed in batches (#2189) * OWLS-87753 - Fix to start all managed server pods when watch event notifications not received in jumbo k8s cluster (#2188) * Fix for OWLS_87753 to start managed server waiters in case watch event notifications are not received * Check for null initialResource * PR review comment - added null check for resourceName * Address PR review comment. * Release note update * Spelling and grammar updates Co-authored-by: Dongbo Xiao <dongbo.xiao@oracle.com> Co-authored-by: Anil Kedia <37935279+ankedia@users.noreply.github.com>
1 parent 6eaa44d commit a2ba3a2

File tree

34 files changed

+219
-57
lines changed

34 files changed

+219
-57
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1717
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/updated-weblogic-kubernetes-support-with-operator-20), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/).
1818

1919
***
20-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.1.2.
21-
This release was published on January 22, 2021.
20+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.1.3.
21+
This release was published on February 12, 2021.
2222
***
2323

2424
# Documentation

buildDockerImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
3333
esac
3434
done
3535

36-
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3}
3737
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
3838

3939
# Proxy settings

buildtime-reports/pom.xml

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

1414
<artifactId>buildtime-reports</artifactId>

docs-source/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
2323
***
2424
#### Current production release
2525

26-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.1.2.
27-
This release was published on January 22, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
26+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.1.3.
27+
This release was published on February 12, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
2828

2929
***
3030

docs-source/content/faq/namespace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ elkIntegrationEnabled: false
4343
externalDebugHttpPort: 30999
4444
externalRestEnabled: false
4545
externalRestHttpsPort: 31001
46-
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2
46+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3
4747
imagePullPolicy: IfNotPresent
4848
internalDebugHttpPort: 30999
4949
istioEnabled: false

docs-source/content/quickstart/get-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 3
1010
1. Pull the operator image:
1111

1212
```bash
13-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3
1414
```
1515

1616
1. Pull the Traefik ingress controller image:

docs-source/content/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ helm install traefik-operator traefik/traefik \
5151
```bash
5252
$ helm install sample-weblogic-operator kubernetes/charts/weblogic-operator \
5353
--namespace sample-weblogic-operator-ns \
54-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2 \
54+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3 \
5555
--set serviceAccount=sample-weblogic-operator-sa \
5656
--set "enableClusterRoleBinding=true" \
5757
--set "domainNamespaceSelectionStrategy=LabelSelector" \

docs-source/content/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change |
1010
| --- | --- | --- | --- |
11+
| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
1112
| January 22, 2021 | v3.1.2 | no | Resolved an issue where the operator failed to start servers in which the pods were configured to have an annotation containing a forward slash. |
1213
| December 17, 2020 | v3.1.1 | no | Resolved an issue that caused unexpected server restarts when the domain had multiple WebLogic clusters. |
1314
| November 24, 2020 | v3.0.4 | no | This release contains a back-ported fix from 3.1.0 for Managed Server pods that do not properly restart following a rolling activity. |
@@ -34,6 +35,11 @@ draft: false
3435

3536
### Change log
3637

38+
#### Operator 3.1.3
39+
40+
* Resolved an issue that caused some WebLogic Servers to fail to start in large Kubernetes clusters where Kubernetes watch notifications were not reliably delivered ([#2188](https://github.com/oracle/weblogic-kubernetes-operator/pull/2188)).
41+
* Resolved an issue that caused the operator to ignore some namespaces it was configured to manage in Kubernetes clusters that had more than 500 namespaces ([#2189](https://github.com/oracle/weblogic-kubernetes-operator/pull/2189)).
42+
3743
#### Operator 3.1.2
3844

3945
* Resolved an issue where the operator failed to start servers in which the pods were configured to have an annotation containing a forward slash ([#2089](https://github.com/oracle/weblogic-kubernetes-operator/pull/2089)).

docs-source/content/userguide/introduction/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The operator consists of the following parts:
1717
The operator is packaged in a [container image](https://github.com/orgs/oracle/packages/container/package/weblogic-kubernetes-operator) which you can access using the following `docker pull` commands:
1818

1919
```
20-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2
20+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3
2121
```
2222

2323
For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).

docs-source/content/userguide/introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
1616

1717
### Operator prerequisites
1818

19-
For the current production release 3.1.2:
19+
For the current production release 3.1.3:
2020

2121
* Kubernetes 1.14.8+, 1.15.7+, 1.16.0+, 1.17.0+, and 1.18.0+ (check with `kubectl version`).
2222
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking (Calico v3.16.1),

docs-source/content/userguide/managing-domains/domain-lifecycle/restarting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ d. Update the `image` field of the Domain YAML file, specifying the new image na
188188
```
189189
domain:
190190
spec:
191-
image: ghcr.io/oracle/weblogic-updated:3.1.2
191+
image: ghcr.io/oracle/weblogic-updated:3.1.3
192192
```
193193
e. The operator will now initiate a rolling restart, which will apply the updated image, for all the servers in the domain.
194194

docs-source/content/userguide/managing-operators/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ the `helm upgrade` command requires that you supply a new Helm chart and image.
117117
```
118118
$ helm upgrade \
119119
--reuse-values \
120-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2 \
120+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3 \
121121
--namespace weblogic-operator-namespace \
122122
--wait \
123123
weblogic-operator \

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ javaLoggingLevel: "FINE"
100100
##### `image`
101101
Specifies the container image containing the operator code.
102102

103-
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2`.
103+
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3`.
104104

105105
Example:
106106
```

docs/charts/index.yaml

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
apiVersion: v1
22
entries:
33
weblogic-operator:
4+
- apiVersion: v1
5+
appVersion: 3.1.3
6+
created: "2021-02-10T17:50:16.488182-05:00"
7+
description: Helm chart for configuring the WebLogic operator.
8+
digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac
9+
name: weblogic-operator
10+
type: application
11+
urls:
12+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.3.tgz
13+
version: 3.1.3
414
- apiVersion: v1
515
appVersion: 3.1.2
6-
created: "2021-01-22T12:54:51.467995-05:00"
16+
created: "2021-02-10T17:50:16.486986-05:00"
717
description: Helm chart for configuring the WebLogic operator.
818
digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f
919
name: weblogic-operator
@@ -13,142 +23,142 @@ entries:
1323
version: 3.1.2
1424
- apiVersion: v1
1525
appVersion: 3.1.1
16-
created: "2021-01-22T12:54:51.467146-05:00"
26+
created: "2021-02-10T17:50:16.485923-05:00"
1727
description: Helm chart for configuring the WebLogic operator.
18-
digest: d0e371926643a25769de441cc336198e6a7d53b0f33b66d956726612046f89b1
28+
digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141
1929
name: weblogic-operator
2030
type: application
2131
urls:
2232
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.1.tgz
2333
version: 3.1.1
2434
- apiVersion: v1
2535
appVersion: 3.1.0
26-
created: "2021-01-22T12:54:51.465763-05:00"
36+
created: "2021-02-10T17:50:16.484888-05:00"
2737
description: Helm chart for configuring the WebLogic operator.
28-
digest: acf600d0951dc3d8a0b05b35f3b9b1e62d827ef483fa863b0e37054ebb61f853
38+
digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692
2939
name: weblogic-operator
3040
type: application
3141
urls:
3242
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz
3343
version: 3.1.0
3444
- apiVersion: v1
35-
created: "2021-01-22T12:54:51.464524-05:00"
45+
created: "2021-02-10T17:50:16.483985-05:00"
3646
description: Helm chart for configuring the WebLogic operator.
37-
digest: 5d3a79a55132c33afd5d2d30e398c3cc508d77c9352129f2e8e127db5f1dcf19
47+
digest: 557d0df9958bbdd2f456134d8aff9edf33900bb65774fb0baf2054abd49fdc97
3848
name: weblogic-operator
3949
urls:
4050
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz
4151
version: 3.0.4
4252
- apiVersion: v1
43-
created: "2021-01-22T12:54:51.463192-05:00"
53+
created: "2021-02-10T17:50:16.4832-05:00"
4454
description: Helm chart for configuring the WebLogic operator.
45-
digest: c6aeefca88eaa0d431dba66ee5705391c92468f26b27c5af92815ec3c3000406
55+
digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814
4656
name: weblogic-operator
4757
urls:
4858
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz
4959
version: 3.0.3
5060
- apiVersion: v1
51-
created: "2021-01-22T12:54:51.462065-05:00"
61+
created: "2021-02-10T17:50:16.482401-05:00"
5262
description: Helm chart for configuring the WebLogic operator.
53-
digest: 84b5989fe8f2392d2b3b0f721bdab1562566d7d885324beafd9fc9e658b13cd3
63+
digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d
5464
name: weblogic-operator
5565
urls:
5666
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz
5767
version: 3.0.2
5868
- apiVersion: v1
59-
created: "2021-01-22T12:54:51.461286-05:00"
69+
created: "2021-02-10T17:50:16.481218-05:00"
6070
description: Helm chart for configuring the WebLogic operator.
61-
digest: e7654ad3f2168f54b3a4b133bf8a86ea12bc474e5ee1d3ab14e1cf53012e9772
71+
digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0
6272
name: weblogic-operator
6373
urls:
6474
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz
6575
version: 3.0.1
6676
- apiVersion: v1
67-
created: "2021-01-22T12:54:51.460493-05:00"
77+
created: "2021-02-10T17:50:16.480314-05:00"
6878
description: Helm chart for configuring the WebLogic operator.
69-
digest: 5c7c0d3ae797e98592b6fd2191b104f515d6649d0060af0a3ffef215d4c69864
79+
digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d
7080
name: weblogic-operator
7181
urls:
7282
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz
7383
version: 3.0.0
7484
- apiVersion: v1
75-
created: "2021-01-22T12:54:51.459726-05:00"
85+
created: "2021-02-10T17:50:16.479539-05:00"
7686
description: Helm chart for configuring the WebLogic operator.
7787
digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151
7888
name: weblogic-operator
7989
urls:
8090
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0-rc1.tgz
8191
version: 3.0.0-rc1
8292
- apiVersion: v1
83-
created: "2021-01-22T12:54:51.458901-05:00"
93+
created: "2021-02-10T17:50:16.478481-05:00"
8494
description: Helm chart for configuring the WebLogic operator.
85-
digest: d441888a8deae1b1339e7585e3b437dfd2533303e46e842d7378e16db665e234
95+
digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66
8696
name: weblogic-operator
8797
urls:
8898
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz
8999
version: 2.6.0
90100
- apiVersion: v1
91-
created: "2021-01-22T12:54:51.458077-05:00"
101+
created: "2021-02-10T17:50:16.476979-05:00"
92102
description: Helm chart for configuring the WebLogic operator.
93103
digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d
94104
name: weblogic-operator
95105
urls:
96106
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz
97107
version: 2.5.0
98108
- apiVersion: v1
99-
created: "2021-01-22T12:54:51.457046-05:00"
109+
created: "2021-02-10T17:50:16.476056-05:00"
100110
description: Helm chart for configuring the WebLogic operator.
101111
digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672
102112
name: weblogic-operator
103113
urls:
104114
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz
105115
version: 2.4.0
106116
- apiVersion: v1
107-
created: "2021-01-22T12:54:51.455971-05:00"
117+
created: "2021-02-10T17:50:16.474873-05:00"
108118
description: Helm chart for configuring the WebLogic operator.
109119
digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3
110120
name: weblogic-operator
111121
urls:
112122
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz
113123
version: 2.3.1
114124
- apiVersion: v1
115-
created: "2021-01-22T12:54:51.451996-05:00"
125+
created: "2021-02-10T17:50:16.470949-05:00"
116126
description: Helm chart for configuring the WebLogic operator.
117127
digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2
118128
name: weblogic-operator
119129
urls:
120130
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
121131
version: 2.3.0
122132
- apiVersion: v1
123-
created: "2021-01-22T12:54:51.451059-05:00"
133+
created: "2021-02-10T17:50:16.470037-05:00"
124134
description: Helm chart for configuring the WebLogic operator.
125135
digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd
126136
name: weblogic-operator
127137
urls:
128138
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz
129139
version: 2.2.1
130140
- apiVersion: v1
131-
created: "2021-01-22T12:54:51.449927-05:00"
141+
created: "2021-02-10T17:50:16.468969-05:00"
132142
description: Helm chart for configuring the WebLogic operator.
133143
digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
134144
name: weblogic-operator
135145
urls:
136146
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
137147
version: 2.2.0
138148
- apiVersion: v1
139-
created: "2021-01-22T12:54:51.449076-05:00"
149+
created: "2021-02-10T17:50:16.468145-05:00"
140150
description: Helm chart for configuring the WebLogic operator.
141151
digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
142152
name: weblogic-operator
143153
urls:
144154
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
145155
version: "2.1"
146156
- apiVersion: v1
147-
created: "2021-01-22T12:54:51.448216-05:00"
157+
created: "2021-02-10T17:50:16.467352-05:00"
148158
description: Helm chart for configuring the WebLogic operator.
149159
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
150160
name: weblogic-operator
151161
urls:
152162
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
153163
version: 2.0.1
154-
generated: "2021-01-22T12:54:51.446133-05:00"
164+
generated: "2021-02-10T17:50:16.465537-05:00"
10.9 KB
Binary file not shown.

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>3.1.2</version>
10+
<version>3.1.3</version>
1111
</parent>
1212

1313
<artifactId>integration-tests</artifactId>

json-schema-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>operator-parent</artifactId>
99
<groupId>oracle.kubernetes</groupId>
10-
<version>3.1.2</version>
10+
<version>3.1.3</version>
1111
</parent>
1212

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

json-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>operator-parent</artifactId>
99
<groupId>oracle.kubernetes</groupId>
10-
<version>3.1.2</version>
10+
<version>3.1.3</version>
1111
</parent>
1212

1313
<artifactId>json-schema</artifactId>

kubernetes/charts/weblogic-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ name: weblogic-operator
66
description: Helm chart for configuring the WebLogic operator.
77

88
type: application
9-
version: 3.1.2
10-
appVersion: 3.1.2
9+
version: 3.1.3
10+
appVersion: 3.1.3

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ domainNamespaces:
6363
enableClusterRoleBinding: false
6464

6565
# image specifies the container image containing the operator.
66-
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2"
66+
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3"
6767

6868
# imagePullPolicy specifies the image pull policy for the operator's container image.
6969
imagePullPolicy: IfNotPresent

kubernetes/hands-on-lab/tutorials/install.operator.ocishell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Note the arguments and values:
6565
- The name of the Helm release.
6666
- The relative path to the Helm chart.
6767
- **namespace**: The namespace where the operator is to be deployed.
68-
- **image**: The prebuilt operator 3.1.2 image, available on the public GitHub Container Registry.
68+
- **image**: The prebuilt operator 3.1.3 image, available on the public GitHub Container Registry.
6969
- **serviceAccount**: The service account required to run the operator.
7070
- **enableClusterRoleBinding**: Grants the operator privileges in all cluster namespaces.
7171
- **domainNamespaceSelectionStrategy**: Chooses how the operator will select namespaces it manages.
@@ -78,7 +78,7 @@ Execute the following `helm install`:
7878
helm install sample-weblogic-operator \
7979
kubernetes/charts/weblogic-operator \
8080
--namespace sample-weblogic-operator-ns \
81-
--set "image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.2" \
81+
--set "image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.3" \
8282
--set "serviceAccount=sample-weblogic-operator-sa" \
8383
--set "enableClusterRoleBinding=true" \
8484
--set "domainNamespaceSelectionStrategy=LabelSelector" \

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>3.1.2</version>
12+
<version>3.1.3</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

0 commit comments

Comments
 (0)