Skip to content

Commit

Permalink
Merge pull request #43 from jfrog/Update_fluentd_image
Browse files Browse the repository at this point in the history
Adding new image to values file and changing env naming convention
  • Loading branch information
MahithaB authored Feb 13, 2024
2 parents 4a4e740 + e1d62ed commit f50be13
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 76 deletions.
181 changes: 108 additions & 73 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion helm/artifactory-ha-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ artifactory:
name: volume
customSidecarContainers: |
- name: "artifactory-fluentd-sidecar"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0"
imagePullPolicy: "IfNotPresent"
volumeMounts:
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/artifactory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ artifactory:
name: artifactory-volume
customSidecarContainers: |
- name: "artifactory-fluentd-sidecar"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0"
imagePullPolicy: "IfNotPresent"
volumeMounts:
- mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
Expand Down
4 changes: 4 additions & 0 deletions helm/jfrog_helm.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export DATADOG_API_KEY=DATADOG_API_KEY
export JPD_URL=http://abc.jfrog.io
export JPD_ADMIN_USERNAME=admin
export COMMON_JPD=false
2 changes: 1 addition & 1 deletion helm/xray-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ common:
name: data-volume
customSidecarContainers: |
- name: "xray-platform-fluentd-sidecar"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:2.1"
image: "releases-pts-observability-fluentd.jfrog.io/fluentd:4.0"
imagePullPolicy: "IfNotPresent"
volumeMounts:
- mountPath: "{{ .Values.xray.persistence.mountPath }}"
Expand Down
File renamed without changes.

0 comments on commit f50be13

Please sign in to comment.