Skip to content

Commit

Permalink
fix(artifact-caching-proxy): fix datadog logs annotation format (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Nov 4, 2022
1 parent 867d7e3 commit 8dd24fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifact-caching-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
description: artifact-caching-proxy is a Nginx caching proxy in front of repo.jenkins-ci.org
name: artifact-caching-proxy
type: application
version: 0.4.3
version: 0.4.4
2 changes: 1 addition & 1 deletion charts/artifact-caching-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resources: {}
# log collection with Datadog
logCollection:
enabled: true
config: '[{"source":"nginx","service":"artifact-caching-proxy", "tags": "env:prod"}]'
config: '[{"source":"nginx","service":"artifact-caching-proxy","tag": "env:prod"}]'

nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit 8dd24fa

Please sign in to comment.