Skip to content

Commit 172e5b2

Browse files
container update: oci-la-fluentd-collector:1.7.2
1 parent 2b22c0a commit 172e5b2

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22

3-
# 2025-09-12
3+
# 2025-09-16
44
### Changed
55
- As per the recent service name change from `Logging Analytics` to `Log Analytics`, updated the relevant documentation and descriptions to reflect the name change.
66
- This is a non-breaking change that maintains backward compatibility
77
- Updated service references in documentation, description, and comments
8+
- Fluentd collector container image has been updated to version 1.7.2
89

910
# 2025-08-13
1011
### Added

charts/logan/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: oci-onm-logan
66
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Log Analytics.
77
type: application
8-
version: 4.0.1
8+
version: 4.0.2
99
appVersion: "3.0.0"
1010

1111
dependencies:

charts/logan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ image:
5353
# Image pull secrets for. Secret must be in the namespace defined by namespace
5454
imagePullSecrets:
5555
# -- Replace this value with actual docker image url
56-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.7.1
56+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.7.2
5757
# -- Image pull policy
5858
imagePullPolicy: Always
5959

charts/oci-onm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "4.0.1"
35+
version: "4.0.2"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent

charts/oci-onm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oci-onm-logan:
3131
kubernetesClusterID: "{{ .Values.global.kubernetesClusterID }}"
3232
kubernetesClusterName: "{{ .Values.global.kubernetesClusterName }}"
3333
image:
34-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.7.1
34+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.7.2
3535
# Go to OCI Log Analytics Administration, click Service Details, and note the namespace value.
3636
ociLANamespace:
3737
# OCI Log Analytics Default Log Group OCID

0 commit comments

Comments
 (0)