File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 22
33All changes to the log analytics integration will be documented in this file.
44
5+ ## [ 1.0.12] - March 18, 2025
6+
7+ * FluentD sidecar image version bumped to 4.15, to upgrade base image to bitnami/fluentd 1.18
8+ * Update artifactory-ha helm values file
9+ * Readme minor updates
10+
511## [ 1.0.11] - August 27, 2024
612
713* Update kubernetes services and service moniotors definitions to align with new metrics API changes in Artifactory and Xray
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The JFrog Log Analytics and Metrics solution using Prometheus consists of three
2323 1 . For Installation and usage refer [ HELM Guide] ( https://helm.sh/docs/intro/install/ )
24244 . Versions supported and Tested:
2525
26- Artifactory: 7.90.8
26+ Artifactory: 7.104.7
2727
2828 Xray: 3.103.6
2929
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ artifactory:
1111 enabled : true
1212 customInitContainersBegin : |
1313 - name: "prepare-fluentd-conf-on-persistent-volume"
14- image: {{ include "artifactory.getImageInfoByValue" (list . "initContainers") }}
14+ image: {{ include "artifactory-ha .getImageInfoByValue" (list . "initContainers") }}
1515 imagePullPolicy: "{{ .Values.artifactory.image.pullPolicy }}"
1616 command:
1717 - 'sh'
@@ -24,7 +24,7 @@ artifactory:
2424 name: volume
2525 customSidecarContainers : |
2626 - name: "artifactory-fluentd-sidecar"
27- image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.5 "
27+ image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15 "
2828 imagePullPolicy: "IfNotPresent"
2929 volumeMounts:
3030 - mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
Original file line number Diff line number Diff 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.5 "
27+ image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15 "
2828 imagePullPolicy: "IfNotPresent"
2929 volumeMounts:
3030 - mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
Original file line number Diff line number Diff 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.5 "
28+ image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15 "
2929 imagePullPolicy: "IfNotPresent"
3030 volumeMounts:
3131 - mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ common:
3737 name: data-volume
3838 customSidecarContainers : |
3939 - name: "xray-platform-fluentd-sidecar"
40- image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.5 "
40+ image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.15 "
4141 imagePullPolicy: "IfNotPresent"
4242 volumeMounts:
4343 - mountPath: "{{ .Values.xray.persistence.mountPath }}"
You can’t perform that action at this time.
0 commit comments