Skip to content

Commit 308b393

Browse files
committed
Backport changes for WME 2.1.4 and Helm chart
1 parent 02ccd6a commit 308b393

File tree

14 files changed

+14
-152
lines changed

14 files changed

+14
-152
lines changed

documentation/domains/Domain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@
688688
"type": "object",
689689
"properties": {
690690
"image": {
691-
"default": "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3",
692-
"description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3",
691+
"default": "ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4",
692+
"description": "The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4",
693693
"type": "string"
694694
},
695695
"imagePullPolicy": {

documentation/domains/Domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3 |
129+
| `image` | string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4 |
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/charts/weblogic-operator/templates/_operator-clusterrole-general.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
{{- define "operator.operatorClusterRoleGeneral" }}

kubernetes/charts/weblogic-operator/templates/_operator-clusterrole-namespace.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
{{- define "operator.operatorClusterRoleNamespace" }}

kubernetes/charts/weblogic-operator/templates/_operator-clusterrolebinding-auth-delegator.tpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

kubernetes/charts/weblogic-operator/templates/_operator-clusterrolebinding-discovery.tpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: "JAVA_LOGGING_LEVEL"
8787
value: {{ .javaLoggingLevel | quote }}
8888
- name: "JAVA_LOGGING_MAXSIZE"
89-
value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
89+
value: {{ int64 .javaLoggingFileSizeLimit | default 20000000 | quote }}
9090
- name: "JAVA_LOGGING_COUNT"
9191
value: {{ .javaLoggingFileCount | default 10 | quote }}
9292
{{- if .remoteDebugNodePortEnabled }}

kubernetes/charts/weblogic-operator/templates/_operator.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
{{- if and (not (empty .Capabilities.APIVersions)) (not (.Capabilities.APIVersions.Has "policy/v1")) }}
@@ -14,8 +14,6 @@
1414
{{- include "operator.operatorClusterRoleOperatorAdmin" . }}
1515
{{- include "operator.operatorClusterRoleDomainAdmin" . }}
1616
{{- include "operator.clusterRoleBindingGeneral" . }}
17-
{{- include "operator.clusterRoleBindingAuthDelegator" . }}
18-
{{- include "operator.clusterRoleBindingDiscovery" . }}
1917
{{- if not (eq .domainNamespaceSelectionStrategy "Dedicated") }}
2018
{{- include "operator.clusterRoleBindingNonResource" . }}
2119
{{- end }}

kubernetes/crd/domain-crd.yaml

Lines changed: 3 additions & 3 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: f9d602e9832c79cc4b9ae676c4681e3c6ccd0301a76f8f46a5d2e6cea7c9bf4d
8+
weblogic.sha256: 9787fdef5b2b74e46fb50e38f850b3d08656e788ceeb86ee004c8e57e6927b74
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.3
50+
default: ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4
5151
description: The WebLogic Monitoring Exporter sidecar container
52-
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3
52+
image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4
5353
type: string
5454
imagePullPolicy:
5555
description: The image pull policy for the WebLogic Monitoring

kubernetes/samples/charts/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,4 @@ The WebLogic Kubernetes Operator supports three load balancers: Traefik, NGINX,
66

77
* [traefik](traefik/README.md)
88
* [NGINX](nginx/README.md)
9-
* apache-samples/[custom-sample](apache-samples/custom-sample/README.md)
10-
* apache-samples/[default-sample](apache-samples/default-sample/README.md)
119
* [ingress-per-domain](ingress-per-domain/README.md)
12-
* [apache-webtier](apache-webtier/README.md)
13-
14-
**Note**: The apache-webtier script contains a Helm chart that is used in the Apache samples.

0 commit comments

Comments
 (0)