Skip to content

Commit 0209ef6

Browse files
committed
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
1 parent 7bab3b4 commit 0209ef6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/artifactory-ha-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ artifactory:
1818
name: volume
1919
customSidecarContainers: |
2020
- name: "artifactory-fluentd-sidecar"
21-
image: "releases-docker.jfrog.io/fluentd:4.17"
21+
image: "releases-docker.jfrog.io/fluentd:4.19"
2222
imagePullPolicy: "IfNotPresent"
2323
volumeMounts:
2424
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"

helm/artifactory-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ artifactory:
1818
name: artifactory-volume
1919
customSidecarContainers: |
2020
- name: "artifactory-fluentd-sidecar"
21-
image: "releases-docker.jfrog.io/fluentd:4.17"
21+
image: "releases-docker.jfrog.io/fluentd:4.19"
2222
imagePullPolicy: "IfNotPresent"
2323
volumeMounts:
2424
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"

helm/xray-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ common:
1919
name: data-volume
2020
customSidecarContainers: |
2121
- name: "xray-platform-fluentd-sidecar"
22-
image: "releases-docker.jfrog.io/fluentd:4.17"
22+
image: "releases-docker.jfrog.io/fluentd:4.19"
2323
imagePullPolicy: "IfNotPresent"
2424
volumeMounts:
2525
- mountPath: "{{ .Values.xray.persistence.mountPath }}"

0 commit comments

Comments
 (0)