Skip to content

Commit c9db34d

Browse files
committed
Update dependencies and prepare for release
1 parent 7b2b87d commit c9db34d

File tree

50 files changed

+98
-78
lines changed

Some content is hidden

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

50 files changed

+98
-78
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.2.0.
21-
This release was published on March 26, 2021.
20+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.1.
21+
This release was published on April 5, 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.3.0}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1}
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.3.0</version>
11+
<version>3.2.1</version>
1212
</parent>
1313

1414
<artifactId>buildtime-reports</artifactId>

documentation/3.2/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.2.0.
27-
This release was published on March 31, 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.2.1.
27+
This release was published on April 5, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
2828

2929
***
3030

documentation/3.2/content/faq/namespace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ elkIntegrationEnabled: false
4545
externalDebugHttpPort: 30999
4646
externalRestEnabled: false
4747
externalRestHttpsPort: 31001
48-
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0
48+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
5151
istioEnabled: false

documentation/3.2/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
```shell
13-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1
1414
```
1515

1616
1. Pull the Traefik ingress controller image:

documentation/3.2/content/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ helm install traefik-operator traefik/traefik \
5050
```shell
5151
$ helm install sample-weblogic-operator kubernetes/charts/weblogic-operator \
5252
--namespace sample-weblogic-operator-ns \
53-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0 \
53+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1 \
5454
--set serviceAccount=sample-weblogic-operator-sa \
5555
--set "enableClusterRoleBinding=true" \
5656
--set "domainNamespaceSelectionStrategy=LabelSelector" \

documentation/3.2/content/quickstart/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The operator uses Helm to create and deploy the necessary resources and then run
1212
You should clone this repository to your local machine so that you have access to the
1313
various sample files mentioned throughout this guide:
1414
```shell
15-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator
15+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator
1616
```

documentation/3.2/content/release-notes.md

Lines changed: 5 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+
| April 5, 2021 | v3.2.1 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
1112
| March 31, 2021 | v3.2.0 | no | Online updates for dynamic changes for Model in Image, injection of the WebLogic Monitoring Exporter, other features, and a significant number of additional fixes. |
1213
| 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. |
1314
| February 12, 2021 | v3.1.3 | no | Resolved a pair of issues related to the operator running well in very large Kubernetes clusters. |
@@ -39,6 +40,10 @@ draft: false
3940

4041
#### Operator 3.2.0
4142

43+
Updated several dependencies, including the Oracle Linux base for the container image.
44+
45+
#### Operator 3.2.0
46+
4247
##### Features
4348

4449
* The operator's container image is based on Oracle Linux 8.

documentation/3.2/content/samples/simple/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This sample demonstrates how to use the [Oracle WebLogic Server Kubernetes Opera
2929
Clone the [Oracle WebLogic Server Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.1.1, but should work with the latest release.
3030

3131
```shell
32-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator.git
32+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator.git
3333
```
3434

3535
{{% notice info %}} The following sections of the sample instructions will guide you, step-by-step, through the process of setting up a WebLogic cluster on AKS - remaining as close as possible to a native Kubernetes experience. This lets you understand and customize each step. If you wish to have a more automated experience that abstracts some lower level details, you can skip to the [Automation](#automation) section.

documentation/3.2/content/samples/simple/azure-kubernetes-service/model-in-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This sample demonstrates how to use the [Oracle WebLogic Server Kubernetes Opera
3030
Clone the [Oracle WebLogic Server Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.1.1, but should work with the latest release.
3131

3232
```shell
33-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator.git
33+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator.git
3434
```
3535
```shell
3636
$ cd weblogic-kubernetes-operator

documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ weight: 1
2323
$ cd /tmp
2424
```
2525
```shell
26-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator.git
26+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator.git
2727
```
2828

2929
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/weblogic-kubernetes-operator`; however, you can use a different location.

documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Kubernetes Operators use [Helm](https://helm.sh/) to manage Kubernetes applicati
6363
Clone the repository.
6464

6565
```shell
66-
$ git clone --branch v3.2.0 https://github.com/oracle/weblogic-kubernetes-operator.git
66+
$ git clone --branch v3.2.1 https://github.com/oracle/weblogic-kubernetes-operator.git
6767
```
6868
```shell
6969
$ cd weblogic-kubernetes-operator

documentation/3.2/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
```shell
20-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0
20+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1
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" >}}).

documentation/3.2/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.2.0:
19+
For the current production release 3.2.1:
2020

2121
* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with `kubectl version`).
2222
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later,

documentation/3.2/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
```yaml
189189
domain:
190190
spec:
191-
image: ghcr.io/oracle/weblogic-updated:3.2.0
191+
image: ghcr.io/oracle/weblogic-updated:3.2.1
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

documentation/3.2/content/userguide/managing-operators/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ the `helm upgrade` command requires that you supply a new Helm chart and image.
113113
```shell
114114
$ helm upgrade \
115115
--reuse-values \
116-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0 \
116+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1 \
117117
--namespace weblogic-operator-namespace \
118118
--wait \
119119
weblogic-operator \

documentation/3.2/content/userguide/managing-operators/using-the-operator/using-helm.md

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

105-
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.2.0`.
105+
Defaults to `ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1`.
106106

107107
Example:
108108
```yaml

documentation/charts/index.yaml

Lines changed: 33 additions & 23 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.2.1
6+
created: "2021-04-05T13:25:30.568283-04:00"
7+
description: Helm chart for configuring the WebLogic operator.
8+
digest: 002da958caed9fe625e11b075a5c6df28be956854a0b41dae46f0108a70f9321
9+
name: weblogic-operator
10+
type: application
11+
urls:
12+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.2.1.tgz
13+
version: 3.2.1
414
- apiVersion: v1
515
appVersion: 3.2.0
6-
created: "2021-03-30T11:24:31.829893-04:00"
16+
created: "2021-04-05T13:25:30.566456-04:00"
717
description: Helm chart for configuring the WebLogic operator.
818
digest: e1c9192b3590d10b8426b7e7bcae27213d9f2296ef4f2cf547e198fd2d89ab1b
919
name: weblogic-operator
@@ -13,7 +23,7 @@ entries:
1323
version: 3.2.0
1424
- apiVersion: v1
1525
appVersion: 3.1.4
16-
created: "2021-03-30T11:24:31.829174-04:00"
26+
created: "2021-04-05T13:25:30.564593-04:00"
1727
description: Helm chart for configuring the WebLogic operator.
1828
digest: 9695fd3c29cd4f006f8e75ae0053683c9aa7213440525002f4f3d36eb8d86633
1929
name: weblogic-operator
@@ -23,7 +33,7 @@ entries:
2333
version: 3.1.4
2434
- apiVersion: v1
2535
appVersion: 3.1.3
26-
created: "2021-03-30T11:24:31.827653-04:00"
36+
created: "2021-04-05T13:25:30.563588-04:00"
2737
description: Helm chart for configuring the WebLogic operator.
2838
digest: e306bd590dbe84400c6b5bb7a64325330e597223dff63792bb5811c9cfae10ac
2939
name: weblogic-operator
@@ -33,7 +43,7 @@ entries:
3343
version: 3.1.3
3444
- apiVersion: v1
3545
appVersion: 3.1.2
36-
created: "2021-03-30T11:24:31.826574-04:00"
46+
created: "2021-04-05T13:25:30.562456-04:00"
3747
description: Helm chart for configuring the WebLogic operator.
3848
digest: 2d8b77038ba870cc66ddd45e07a593a5ac3159c8b9531b5309688028b5268a5f
3949
name: weblogic-operator
@@ -43,7 +53,7 @@ entries:
4353
version: 3.1.2
4454
- apiVersion: v1
4555
appVersion: 3.1.1
46-
created: "2021-03-30T11:24:31.825577-04:00"
56+
created: "2021-04-05T13:25:30.561339-04:00"
4757
description: Helm chart for configuring the WebLogic operator.
4858
digest: d839cb7bbce4421a59cd9c3df64b1df8649eeebcb6c6b7be34fec25ad00aa141
4959
name: weblogic-operator
@@ -53,7 +63,7 @@ entries:
5363
version: 3.1.1
5464
- apiVersion: v1
5565
appVersion: 3.1.0
56-
created: "2021-03-30T11:24:31.824381-04:00"
66+
created: "2021-04-05T13:25:30.560276-04:00"
5767
description: Helm chart for configuring the WebLogic operator.
5868
digest: 9e105bec11bab249973370a4d5e653f9104cd9fbaaa0c2090fb173805fb3a692
5969
name: weblogic-operator
@@ -62,123 +72,123 @@ entries:
6272
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.1.0.tgz
6373
version: 3.1.0
6474
- apiVersion: v1
65-
created: "2021-03-30T11:24:31.823554-04:00"
75+
created: "2021-04-05T13:25:30.559211-04:00"
6676
description: Helm chart for configuring the WebLogic operator.
67-
digest: 557d0df9958bbdd2f456134d8aff9edf33900bb65774fb0baf2054abd49fdc97
77+
digest: 9dad4d85a6165dbfc57d0baadb5186a5c43c718a1a3ee2dbd6e886fe660cd65a
6878
name: weblogic-operator
6979
urls:
7080
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.4.tgz
7181
version: 3.0.4
7282
- apiVersion: v1
73-
created: "2021-03-30T11:24:31.822787-04:00"
83+
created: "2021-04-05T13:25:30.558312-04:00"
7484
description: Helm chart for configuring the WebLogic operator.
7585
digest: 83a0ac84a033ddd9939d4bc5884cc60b22225d7326c43ce8e54a6f403b453814
7686
name: weblogic-operator
7787
urls:
7888
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.3.tgz
7989
version: 3.0.3
8090
- apiVersion: v1
81-
created: "2021-03-30T11:24:31.822027-04:00"
91+
created: "2021-04-05T13:25:30.557183-04:00"
8292
description: Helm chart for configuring the WebLogic operator.
8393
digest: fa3af5d21f858ff93cc7d58664a6eb0a920207af09e4c669a7ffb12e9e15b88d
8494
name: weblogic-operator
8595
urls:
8696
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.2.tgz
8797
version: 3.0.2
8898
- apiVersion: v1
89-
created: "2021-03-30T11:24:31.821251-04:00"
99+
created: "2021-04-05T13:25:30.556356-04:00"
90100
description: Helm chart for configuring the WebLogic operator.
91101
digest: aa2b2afe75305bd69f6b07d61e64a37d3bfd249074c81f6a999cef6b4a217fd0
92102
name: weblogic-operator
93103
urls:
94104
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.1.tgz
95105
version: 3.0.1
96106
- apiVersion: v1
97-
created: "2021-03-30T11:24:31.820527-04:00"
107+
created: "2021-04-05T13:25:30.555557-04:00"
98108
description: Helm chart for configuring the WebLogic operator.
99109
digest: 6540a3a7c6a1c34fcf2ff66679947a1964a35e61232b2a8dea3da087a2d5411d
100110
name: weblogic-operator
101111
urls:
102112
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0.tgz
103113
version: 3.0.0
104114
- apiVersion: v1
105-
created: "2021-03-30T11:24:31.819655-04:00"
115+
created: "2021-04-05T13:25:30.554753-04:00"
106116
description: Helm chart for configuring the WebLogic operator.
107117
digest: 5f4cd8f4f3282b52b5e90a1169f26986e8272671845053606ade9c855fb04151
108118
name: weblogic-operator
109119
urls:
110120
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-3.0.0-rc1.tgz
111121
version: 3.0.0-rc1
112122
- apiVersion: v1
113-
created: "2021-03-30T11:24:31.818845-04:00"
123+
created: "2021-04-05T13:25:30.553916-04:00"
114124
description: Helm chart for configuring the WebLogic operator.
115125
digest: e3596b2380b264a0a70ba438858ca9af102a79689bf2e21e237eb63ea2997d66
116126
name: weblogic-operator
117127
urls:
118128
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.6.0.tgz
119129
version: 2.6.0
120130
- apiVersion: v1
121-
created: "2021-03-30T11:24:31.817876-04:00"
131+
created: "2021-04-05T13:25:30.553123-04:00"
122132
description: Helm chart for configuring the WebLogic operator.
123133
digest: fe41421b7dc45dc8a3b2888d3a626a37f5d3c8e1fa292fb6699deedc5e1db33d
124134
name: weblogic-operator
125135
urls:
126136
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.5.0.tgz
127137
version: 2.5.0
128138
- apiVersion: v1
129-
created: "2021-03-30T11:24:31.81703-04:00"
139+
created: "2021-04-05T13:25:30.552282-04:00"
130140
description: Helm chart for configuring the WebLogic operator.
131141
digest: b36bd32083f67453a62d089a2c09ce38e6655d88ac8a7b38691230c55c40e672
132142
name: weblogic-operator
133143
urls:
134144
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.4.0.tgz
135145
version: 2.4.0
136146
- apiVersion: v1
137-
created: "2021-03-30T11:24:31.81567-04:00"
147+
created: "2021-04-05T13:25:30.551257-04:00"
138148
description: Helm chart for configuring the WebLogic operator.
139149
digest: a3eafe4c2c6ff49384e56421201e59a3737d651af8d5b605b87a19eb1f6f1dc3
140150
name: weblogic-operator
141151
urls:
142152
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.1.tgz
143153
version: 2.3.1
144154
- apiVersion: v1
145-
created: "2021-03-30T11:24:31.813773-04:00"
155+
created: "2021-04-05T13:25:30.547843-04:00"
146156
description: Helm chart for configuring the WebLogic operator.
147157
digest: cbc6caaa6eb28e3c7e906ede14b2ae511a0b35fc12a8e3ab629155b09993e8b2
148158
name: weblogic-operator
149159
urls:
150160
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.3.0.tgz
151161
version: 2.3.0
152162
- apiVersion: v1
153-
created: "2021-03-30T11:24:31.812932-04:00"
163+
created: "2021-04-05T13:25:30.546972-04:00"
154164
description: Helm chart for configuring the WebLogic operator.
155165
digest: 23d5a1c554fa8211cc1e86b7ade09460917cb2069e68fb4bfdddafc8db44fdcd
156166
name: weblogic-operator
157167
urls:
158168
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.1.tgz
159169
version: 2.2.1
160170
- apiVersion: v1
161-
created: "2021-03-30T11:24:31.812192-04:00"
171+
created: "2021-04-05T13:25:30.54614-04:00"
162172
description: Helm chart for configuring the WebLogic operator.
163173
digest: bba303686cb55d84fe8c0d693a2436e7e686b028085b56e012f6381699a3911f
164174
name: weblogic-operator
165175
urls:
166176
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.2.0.tgz
167177
version: 2.2.0
168178
- apiVersion: v1
169-
created: "2021-03-30T11:24:31.810952-04:00"
179+
created: "2021-04-05T13:25:30.545278-04:00"
170180
description: Helm chart for configuring the WebLogic operator.
171181
digest: 391e23c0969ada5f0cd2a088ddc6f11f237f57521801ed3925db2149a8437a0d
172182
name: weblogic-operator
173183
urls:
174184
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
175185
version: "2.1"
176186
- apiVersion: v1
177-
created: "2021-03-30T11:24:31.810083-04:00"
187+
created: "2021-04-05T13:25:30.544441-04:00"
178188
description: Helm chart for configuring the WebLogic operator.
179189
digest: 298acda78ab73db6b7ba6f2752311bfa40c65874e03fb196b70976192211c1a5
180190
name: weblogic-operator
181191
urls:
182192
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
183193
version: 2.0.1
184-
generated: "2021-03-30T11:24:31.808922-04:00"
194+
generated: "2021-04-05T13:25:30.543031-04:00"
11.2 KB
Binary file not shown.

documentation/domains/Domain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
"type": "object",
591591
"properties": {
592592
"image": {
593-
"description": "The WebLogic Monitoring Exporter sidecar image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0",
593+
"description": "The WebLogic Monitoring Exporter sidecar image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.1",
594594
"type": "string"
595595
},
596596
"imagePullPolicy": {

documentation/domains/Domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
117117
| Name | Type | Description |
118118
| --- | --- | --- |
119119
| `configuration` | Map | The configuration for the WebLogic Monitoring Exporter sidecar. If specified, the operator will deploy a sidecar alongside each server instance. See https://github.com/oracle/weblogic-monitoring-exporter |
120-
| `image` | string | The WebLogic Monitoring Exporter sidecar image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0 |
120+
| `image` | string | The WebLogic Monitoring Exporter sidecar image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.0.1 |
121121
| `imagePullPolicy` | string | The image pull policy for the WebLogic Monitoring Exporter sidecar image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
122122

123123
### Server Pod

0 commit comments

Comments
 (0)