diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d31250..1279fd9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to the log analytics integration will be documented in this file. +## [1.0.8] - September 12, 2024 + +* FluentD sidecar image version bumped to 4.8, to add verify_ssl flag support for JFrog's FluentD metrics plugins + ## [1.0.7] - August 19, 2024 * FluentD sidecar image version bumped to 4.7, to add http proxy support for JFrog's FluentD metrics plugin diff --git a/helm/artifactory-ha-values.yaml b/helm/artifactory-ha-values.yaml index 9a1a2f6..f83ac45 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.7" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.8" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/artifactory-values.yaml b/helm/artifactory-values.yaml index 6e185c2..a351884 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.7" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.8" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.artifactory.persistence.mountPath }}" diff --git a/helm/xray-values.yaml b/helm/xray-values.yaml index bba2b54..7e8e5aa 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.7" + image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.8" imagePullPolicy: "IfNotPresent" volumeMounts: - mountPath: "{{ .Values.xray.persistence.mountPath }}"