From 0209ef6824edb3f7644e2142276b3c4d8a91ff76 Mon Sep 17 00:00:00 2001 From: ramisettyhp Date: Mon, 27 Apr 2026 13:58:45 +0530 Subject: [PATCH] JOBS-2124: Bump fluentd sidecar image from 4.17 to 4.19 Update Helm values to reference the newly published and promoted fluentd sidecar Docker image 4.19 which includes gem v0.2.17 with RTFS metrics support and timestamp fix. Files updated: - helm/artifactory-values.yaml - helm/artifactory-ha-values.yaml - helm/xray-values.yaml --- helm/artifactory-ha-values.yaml | 2 +- helm/artifactory-values.yaml | 2 +- helm/xray-values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/artifactory-ha-values.yaml b/helm/artifactory-ha-values.yaml index f9d9587..20ffeeb 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-docker.jfrog.io/fluentd:4.17" + image: "releases-docker.jfrog.io/fluentd:4.19" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index ae20778..91ac97d 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-docker.jfrog.io/fluentd:4.17" + image: "releases-docker.jfrog.io/fluentd:4.19" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index 126da45..d9bd5f9 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-docker.jfrog.io/fluentd:4.17" + image: "releases-docker.jfrog.io/fluentd:4.19" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"