diff --git a/helm/artifactory-ha-values.yaml b/helm/artifactory-ha-values.yaml index 5907710..7fb70c4 100644 --- a/helm/artifactory-ha-values.yaml +++ b/helm/artifactory-ha-values.yaml @@ -9,13 +9,13 @@ artifactory: - '-c' - > mkdir -p {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/; - curl https://raw.githubusercontent.com/jfrog/log-analytics-datadog/Pipeline_changes/fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf + curl https://raw.githubusercontent.com/jfrog/log-analytics-datadog/master/fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" name: volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.0" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index 9fe6bb8..a5646d3 100644 --- a/helm/artifactory-values.yaml +++ b/helm/artifactory-values.yaml @@ -15,7 +15,7 @@ artifactory: name: artifactory-volume customSidecarContainers: | - name: "artifactory-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.0" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index f1d2310..abd15b2 100644 --- a/helm/xray-values.yaml +++ b/helm/xray-values.yaml @@ -13,13 +13,13 @@ common: - '-c' - > mkdir -p {{ .Values.xray.persistence.mountPath }}/etc/fluentd/; - curl https://raw.githubusercontent.com/jfrog/log-analytics-datadog/Pipeline_changes/fluent.conf.xray -o {{ .Values.xray.persistence.mountPath }}/etc/fluentd/fluentd.conf; + curl https://raw.githubusercontent.com/jfrog/log-analytics-datadog/master/fluent.conf.xray -o {{ .Values.xray.persistence.mountPath }}/etc/fluentd/fluentd.conf; volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}" name: data-volume customSidecarContainers: | - name: "xray-platform-fluentd-sidecar" - image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.0" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"