Skip to content

Commit 3edc484

Browse files
committed
Use WebLogic Monitoring Exporter 2.1.5
1 parent 34c7bb6 commit 3edc484

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

documentation/domains/Domain.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@
513513
"type": "object",
514514
"properties": {
515515
"image": {
516-
"default": "fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1",
517-
"description": "The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1",
516+
"default": "fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2",
517+
"description": "The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2",
518518
"type": "string"
519519
},
520520
"imagePullPolicy": {
@@ -687,8 +687,8 @@
687687
"type": "object",
688688
"properties": {
689689
"image": {
690-
"default": "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4",
691-
"description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4",
690+
"default": "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5",
691+
"description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5",
692692
"type": "string"
693693
},
694694
"imagePullPolicy": {

documentation/domains/Domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
9999
| `elasticSearchCredentials` | string | Fluentd elastic search credentials. A Kubernetes secret in the same namespace of the domain. It must contains 4 keys: elasticsearchhost - ElasticSearch Host Service Address, elasticsearchport - Elastic Search Service Port, elasticsearchuser - Elastic Search Service User Name, elasticsearchpassword - Elastic Search User Password |
100100
| `env` | Array of [Env Var](k8s1.13.5.md#env-var) | A list of environment variables to set in the fluentd container. See `kubectl explain pods.spec.containers.env`. |
101101
| `fluentdConfiguration` | string | The fluentd configuration text, specify your own custom fluentd configuration. |
102-
| `image` | string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1 |
102+
| `image` | string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2 |
103103
| `imagePullPolicy` | string | The image pull policy for the Fluentd sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
104104
| `resources` | [Resource Requirements](k8s1.13.5.md#resource-requirements) | Memory and CPU minimum requirements and limits for the fluentd container. See `kubectl explain pods.spec.containers.resources`. |
105105
| `volumeMounts` | Array of [Volume Mount](k8s1.13.5.md#volume-mount) | Volume mounts for fluentd container |
@@ -126,7 +126,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
126126
| Name | Type | Description |
127127
| --- | --- | --- |
128128
| `configuration` | Map | The configuration for the WebLogic Monitoring Exporter. If WebLogic Server instances are already running and have the monitoring exporter sidecar container, then changes to this field will be propagated to the exporter without requiring the restart of the WebLogic Server instances. |
129-
| `image` | string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4 |
129+
| `image` | string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5 |
130130
| `imagePullPolicy` | string | The image pull policy for the WebLogic Monitoring Exporter sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
131131
| `port` | integer | The port exposed by the WebLogic Monitoring Exporter running in the sidecar container. Defaults to 8080. The port value must not conflict with a port used by any WebLogic Server instance, including the ports of built-in channels or network access points (NAPs). |
132132
| `resources` | [Resource Requirements](k8s1.13.5.md#resource-requirements) | Memory and CPU minimum requirements and limits for the Monitoring exporter sidecar. See `kubectl explain pods.spec.containers.resources`. |

kubernetes/crd/domain-crd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: 845521997f2c05c1f12d99661f78a1dc56758853ef00fd4c6e015b4ec230890e
8+
weblogic.sha256: 46a8c5e6d5829a506548c4378e6ae8775a30b8b4e1ac1596d060d2031bdf20e8
99
name: domains.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -47,9 +47,9 @@ spec:
4747
appropriate. See https://github.com/oracle/weblogic-monitoring-exporter.
4848
properties:
4949
image:
50-
default: ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4
50+
default: ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5
5151
description: The WebLogic Monitoring Exporter sidecar container
52-
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4
52+
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5
5353
type: string
5454
imagePullPolicy:
5555
description: The image pull policy for the WebLogic Monitoring
@@ -346,8 +346,8 @@ spec:
346346
pod will have the fluentd sidecar or not, as appropriate
347347
properties:
348348
image:
349-
default: fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1
350-
description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1
349+
default: fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2
350+
description: The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2
351351
type: string
352352
imagePullPolicy:
353353
description: The image pull policy for the Fluentd sidecar container

operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
/** Kubernetes constants. */
99
public interface KubernetesConstants {
1010
String DEFAULT_IMAGE = "container-registry.oracle.com/middleware/weblogic:12.2.1.4";
11-
String DEFAULT_EXPORTER_IMAGE = "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4";
12-
String DEFAULT_FLUENTD_IMAGE = "fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1";
11+
String DEFAULT_EXPORTER_IMAGE = "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5";
12+
String DEFAULT_FLUENTD_IMAGE = "fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2";
1313
String EXPORTER_CONTAINER_NAME = "monitoring-exporter";
1414
String LATEST_IMAGE_SUFFIX = ":latest";
1515

0 commit comments

Comments
 (0)