Skip to content

Commit 32fc689

Browse files
rjeberhardankediaalai8
authored
Operator 3.1.4 (#2197)
Release operator 3.1.4 Co-authored-by: Anil Kedia <37935279+ankedia@users.noreply.github.com> Co-authored-by: Anthony Lai <anthony.lai@oracle.com>
1 parent c4c59ff commit 32fc689

File tree

42 files changed

+433
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+433
-135
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.3.
21-
This release was published on February 12, 2021.
20+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.1.4.
21+
This release was published on March 1, 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.3}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4}
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.3</version>
11+
<version>3.1.4</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.3.
27-
This release was published on February 12, 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.4.
27+
This release was published on March 1, 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.3
46+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4
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.3
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4
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.3 \
54+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4 \
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+
| March 1, 2021 | v3.1.4 | no | Resolved an issue where the operator would ignore live data that was older than cached data, such as following an etcd restore and updated Kubernetes Java Client and Bouncy Castle dependencies. |
1112
| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
1213
| 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. |
1314
| December 17, 2020 | v3.1.1 | no | Resolved an issue that caused unexpected server restarts when the domain had multiple WebLogic clusters. |
@@ -35,6 +36,11 @@ draft: false
3536

3637
### Change log
3738

39+
#### Operator 3.1.4
40+
41+
* Resolved an issue where the operator would ignore live data that was older than cached data, such as following an etcd restore ([#2196](https://github.com/oracle/weblogic-kubernetes-operator/pull/2196)).
42+
* Updated Kubernetes Java Client and Bouncy Castle dependencies.
43+
3844
#### Operator 3.1.3
3945

4046
* 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)).

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.3
20+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4
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.3:
19+
For the current production release 3.1.4:
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.3
191+
image: ghcr.io/oracle/weblogic-updated:3.1.4
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.3 \
120+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4 \
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.3`.
103+
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4`.
104104

105105
Example:
106106
```

docs/charts/index.yaml

Lines changed: 30 additions & 20 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.4
6+
created: "2021-02-16T15:11:42.543971-05:00"
7+
description: Helm chart for configuring the WebLogic operator.
8+
digest: 9695fd3c29cd4f006f8e75ae0053683c9aa7213440525002f4f3d36eb8d86633
9+
name: weblogic-operator
10+
type: application
11+
urls:
12+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.4.tgz
13+
version: 3.1.4
414
- apiVersion: v1
515
appVersion: 3.1.3
6-
created: "2021-02-10T17:50:16.488182-05:00"
16+
created: "2021-02-16T15:11:42.542857-05:00"
717
description: Helm chart for configuring the WebLogic operator.
818
digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac
919
name: weblogic-operator
@@ -13,7 +23,7 @@ entries:
1323
version: 3.1.3
1424
- apiVersion: v1
1525
appVersion: 3.1.2
16-
created: "2021-02-10T17:50:16.486986-05:00"
26+
created: "2021-02-16T15:11:42.541531-05:00"
1727
description: Helm chart for configuring the WebLogic operator.
1828
digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f
1929
name: weblogic-operator
@@ -23,7 +33,7 @@ entries:
2333
version: 3.1.2
2434
- apiVersion: v1
2535
appVersion: 3.1.1
26-
created: "2021-02-10T17:50:16.485923-05:00"
36+
created: "2021-02-16T15:11:42.54047-05:00"
2737
description: Helm chart for configuring the WebLogic operator.
2838
digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141
2939
name: weblogic-operator
@@ -33,7 +43,7 @@ entries:
3343
version: 3.1.1
3444
- apiVersion: v1
3545
appVersion: 3.1.0
36-
created: "2021-02-10T17:50:16.484888-05:00"
46+
created: "2021-02-16T15:11:42.539408-05:00"
3747
description: Helm chart for configuring the WebLogic operator.
3848
digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692
3949
name: weblogic-operator
@@ -42,123 +52,123 @@ entries:
4252
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz
4353
version: 3.1.0
4454
- apiVersion: v1
45-
created: "2021-02-10T17:50:16.483985-05:00"
55+
created: "2021-02-16T15:11:42.538298-05:00"
4656
description: Helm chart for configuring the WebLogic operator.
4757
digest: 557d0df9958bbdd2f456134d8aff9edf33900bb65774fb0baf2054abd49fdc97
4858
name: weblogic-operator
4959
urls:
5060
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz
5161
version: 3.0.4
5262
- apiVersion: v1
53-
created: "2021-02-10T17:50:16.4832-05:00"
63+
created: "2021-02-16T15:11:42.537425-05:00"
5464
description: Helm chart for configuring the WebLogic operator.
5565
digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814
5666
name: weblogic-operator
5767
urls:
5868
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz
5969
version: 3.0.3
6070
- apiVersion: v1
61-
created: "2021-02-10T17:50:16.482401-05:00"
71+
created: "2021-02-16T15:11:42.536587-05:00"
6272
description: Helm chart for configuring the WebLogic operator.
6373
digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d
6474
name: weblogic-operator
6575
urls:
6676
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz
6777
version: 3.0.2
6878
- apiVersion: v1
69-
created: "2021-02-10T17:50:16.481218-05:00"
79+
created: "2021-02-16T15:11:42.535498-05:00"
7080
description: Helm chart for configuring the WebLogic operator.
7181
digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0
7282
name: weblogic-operator
7383
urls:
7484
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz
7585
version: 3.0.1
7686
- apiVersion: v1
77-
created: "2021-02-10T17:50:16.480314-05:00"
87+
created: "2021-02-16T15:11:42.534546-05:00"
7888
description: Helm chart for configuring the WebLogic operator.
7989
digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d
8090
name: weblogic-operator
8191
urls:
8292
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz
8393
version: 3.0.0
8494
- apiVersion: v1
85-
created: "2021-02-10T17:50:16.479539-05:00"
95+
created: "2021-02-16T15:11:42.533725-05:00"
8696
description: Helm chart for configuring the WebLogic operator.
8797
digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151
8898
name: weblogic-operator
8999
urls:
90100
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0-rc1.tgz
91101
version: 3.0.0-rc1
92102
- apiVersion: v1
93-
created: "2021-02-10T17:50:16.478481-05:00"
103+
created: "2021-02-16T15:11:42.532636-05:00"
94104
description: Helm chart for configuring the WebLogic operator.
95105
digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66
96106
name: weblogic-operator
97107
urls:
98108
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz
99109
version: 2.6.0
100110
- apiVersion: v1
101-
created: "2021-02-10T17:50:16.476979-05:00"
111+
created: "2021-02-16T15:11:42.531418-05:00"
102112
description: Helm chart for configuring the WebLogic operator.
103113
digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d
104114
name: weblogic-operator
105115
urls:
106116
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz
107117
version: 2.5.0
108118
- apiVersion: v1
109-
created: "2021-02-10T17:50:16.476056-05:00"
119+
created: "2021-02-16T15:11:42.530436-05:00"
110120
description: Helm chart for configuring the WebLogic operator.
111121
digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672
112122
name: weblogic-operator
113123
urls:
114124
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz
115125
version: 2.4.0
116126
- apiVersion: v1
117-
created: "2021-02-10T17:50:16.474873-05:00"
127+
created: "2021-02-16T15:11:42.529262-05:00"
118128
description: Helm chart for configuring the WebLogic operator.
119129
digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3
120130
name: weblogic-operator
121131
urls:
122132
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz
123133
version: 2.3.1
124134
- apiVersion: v1
125-
created: "2021-02-10T17:50:16.470949-05:00"
135+
created: "2021-02-16T15:11:42.523748-05:00"
126136
description: Helm chart for configuring the WebLogic operator.
127137
digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2
128138
name: weblogic-operator
129139
urls:
130140
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
131141
version: 2.3.0
132142
- apiVersion: v1
133-
created: "2021-02-10T17:50:16.470037-05:00"
143+
created: "2021-02-16T15:11:42.522793-05:00"
134144
description: Helm chart for configuring the WebLogic operator.
135145
digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd
136146
name: weblogic-operator
137147
urls:
138148
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz
139149
version: 2.2.1
140150
- apiVersion: v1
141-
created: "2021-02-10T17:50:16.468969-05:00"
151+
created: "2021-02-16T15:11:42.521649-05:00"
142152
description: Helm chart for configuring the WebLogic operator.
143153
digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
144154
name: weblogic-operator
145155
urls:
146156
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
147157
version: 2.2.0
148158
- apiVersion: v1
149-
created: "2021-02-10T17:50:16.468145-05:00"
159+
created: "2021-02-16T15:11:42.520707-05:00"
150160
description: Helm chart for configuring the WebLogic operator.
151161
digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
152162
name: weblogic-operator
153163
urls:
154164
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
155165
version: "2.1"
156166
- apiVersion: v1
157-
created: "2021-02-10T17:50:16.467352-05:00"
167+
created: "2021-02-16T15:11:42.519794-05:00"
158168
description: Helm chart for configuring the WebLogic operator.
159169
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
160170
name: weblogic-operator
161171
urls:
162172
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
163173
version: 2.0.1
164-
generated: "2021-02-10T17:50:16.465537-05:00"
174+
generated: "2021-02-16T15:11:42.51736-05:00"
11 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.3</version>
10+
<version>3.1.4</version>
1111
</parent>
1212

1313
<artifactId>integration-tests</artifactId>

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/CommonTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ public static void checkServiceDoesNotExist(String serviceName, String namespace
16461646
* @param domainName Name of domain to which cluster belongs
16471647
* @param namespace cluster's namespace
16481648
* @param replicaCount replica count value to match
1649-
* @return
1649+
* @return true, if the cluster replica count is matched
16501650
*/
16511651
public static boolean checkClusterReplicaCountMatches(String clusterName, String domainName,
16521652
String namespace, Integer replicaCount) throws ApiException {

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.3</version>
10+
<version>3.1.4</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.3</version>
10+
<version>3.1.4</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.3
10-
appVersion: 3.1.3
9+
version: 3.1.4
10+
appVersion: 3.1.4

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.3"
66+
image: "ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4"
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.3 image, available on the public GitHub Container Registry.
68+
- **image**: The prebuilt operator 3.1.4 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.3" \
81+
--set "image=ghcr.io/oracle/weblogic-kubernetes-operator:3.1.4" \
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.3</version>
12+
<version>3.1.4</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

0 commit comments

Comments
 (0)