From 7f3ab3d921b8befc7497cb72a974185a8b71adfb Mon Sep 17 00:00:00 2001 From: Ben Harosh Date: Thu, 2 Jan 2025 12:11:10 -0800 Subject: [PATCH] PTRENG-6768 - Upgrade FluentD to 1.18.0 --- CHANGELOG.md | 4 ++++ helm/artifactory-ha-values.yaml | 2 +- helm/artifactory-values.yaml | 2 +- helm/xray-values.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bdfbc..f178500 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to the log analytics integration will be documented in this file. +## [1.0.12] - January 2, 2025 + +* FluentD sidecar image version bumped to 4.15, to upgrade base image to bitnami/fluentd 1.18.0 + ## [1.0.11] - November 19, 2024 * FluentD sidecar image version bumped to 4.14, to reflect logging improvements in `jfrog_metrics` and `jfrog_send_metrics` FluentD plugins diff --git a/helm/artifactory-ha-values.yaml b/helm/artifactory-ha-values.yaml index 94332b8..f526d0a 100644 --- a/helm/artifactory-ha-values.yaml +++ b/helm/artifactory-ha-values.yaml @@ -18,7 +18,7 @@ artifactory: name: volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.14" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index 28820e9..19872fc 100644 --- a/helm/artifactory-values.yaml +++ b/helm/artifactory-values.yaml @@ -18,7 +18,7 @@ artifactory: name: artifactory-volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.14" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index 8dcc387..6eec44d 100644 --- a/helm/xray-values.yaml +++ b/helm/xray-values.yaml @@ -19,7 +19,7 @@ common: name: data-volume customSidecarContainers: | - name: "xray-platform-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.14" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"