Skip to content

Commit 402cfc5

Browse files
committed
JOBS-924 - Download fluentd image from releases-docker.jfrog.io domain instead of partnership-pts-observability.jfrog.io. It is now deprecated.
1 parent a0bf840 commit 402cfc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helm/artifactory-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ artifactory:
2424
name: artifactory-volume
2525
customSidecarContainers: |
2626
- name: "artifactory-fluentd-sidecar"
27-
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15"
27+
image: "releases-docker.jfrog.io/fluentd:4.15"
2828
imagePullPolicy: "IfNotPresent"
2929
volumeMounts:
3030
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"

helm/jfrog-platform-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ artifactory:
2525
name: artifactory-volume
2626
customSidecarContainers: |
2727
- name: "artifactory-fluentd-sidecar"
28-
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15"
28+
image: "releases-docker.jfrog.io/fluentd:4.15"
2929
imagePullPolicy: "IfNotPresent"
3030
volumeMounts:
3131
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"

helm/xray-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ common:
5353
name: data-volume
5454
customSidecarContainers: |
5555
- name: "xray-platform-fluentd-sidecar"
56-
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15"
56+
image: "releases-docker.jfrog.io/fluentd:4.15"
5757
imagePullPolicy: "IfNotPresent"
5858
volumeMounts:
5959
- mountPath: "{{ .Values.xray.persistence.mountPath }}"

0 commit comments

Comments
 (0)