We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b742aae + 199ddd2 commit 2554ae8Copy full SHA for 2554ae8
operator/src/main/java/oracle/kubernetes/operator/KubernetesConstants.java
@@ -9,7 +9,7 @@
9
public interface KubernetesConstants {
10
String DEFAULT_IMAGE = "container-registry.oracle.com/middleware/weblogic:14.1.2.0-generic-jdk17-ol8";
11
String DEFAULT_EXPORTER_IMAGE = "ghcr.io/oracle/weblogic-monitoring-exporter:2.3.6";
12
- String DEFAULT_FLUENTD_IMAGE = "fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2";
+ String DEFAULT_FLUENTD_IMAGE = "fluent/fluentd-kubernetes-daemonset:v1.19-debian-elasticsearch7-1";
13
String EXPORTER_CONTAINER_NAME = "monitoring-exporter";
14
String LATEST_IMAGE_SUFFIX = ":latest";
15
0 commit comments