Skip to content

Commit 4b5d52e

Browse files
authored
Merge pull request #69 from jfrog/JOBS-760
JOBS-760 - Fix ha-values yaml and upgrade params
2 parents 9c00300 + 1eafeaf commit 4b5d52e

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/)
2424
4. Versions supported and Tested:
2525

26-
Artifactory: 7.90.8
26+
Artifactory: 7.104.7
2727

2828
Xray: 3.103.6
2929

helm/artifactory-ha-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

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.5"
27+
image: "releases-pts-observability-fluentd.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.5"
28+
image: "releases-pts-observability-fluentd.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
@@ -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 }}"

0 commit comments

Comments
 (0)