From c5ca771f5276fbd40035f6f760be2147be4eb0a1 Mon Sep 17 00:00:00 2001 From: Deep Jfrog Date: Mon, 30 Mar 2026 11:18:13 +0530 Subject: [PATCH] fix(JOBS-2011): Bump fluentd image to 4.17 with regex fix Updates fluentd sidecar image to releases-docker.jfrog.io/fluentd:4.17. This version includes fluent-plugin-jfrog-metrics v0.2.15 which fixes a regex parsing issue that caused metrics shipping to fail when Artifactory emits metrics with nested curly braces in label values. Fixes: JOBS-2011 --- 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 18781db..f9d9587 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.15" + image: "releases-docker.jfrog.io/fluentd:4.17" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index 2f03b11..ae20778 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.15" + image: "releases-docker.jfrog.io/fluentd:4.17" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index 34f69e3..126da45 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.15" + image: "releases-docker.jfrog.io/fluentd:4.17" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"