Skip to content

Commit

Permalink
📈 Enable Datadog Injection
Browse files Browse the repository at this point in the history
* Bump DD Python Lib `2.20.0` -> `2.20.1`
  • Loading branch information
rblaine95 committed Feb 8, 2025
1 parent a229cc7 commit 8daa1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/acapy-cloud.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environments:
image:
registry: ghcr.io/didx-xyz
tag: master
ddInjectEnabled: false
ddInjectEnabled: true
ddProfilingEnabled:
default: false
overrides: {}
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ podLabels:
admission.datadoghq.com/enabled: "false" # disabled by default (for now)
podAnnotations:
# gcr.io/datadoghq/dd-lib-python-init
admission.datadoghq.com/python-lib.version: v2.20.0
admission.datadoghq.com/python-lib.version: v2.20.1
ad.datadoghq.com/istio-proxy.logs: '[{ "source": "envoy", "service": "{{ include "acapy-cloud.fullname" . }}" }]'
ad.datadoghq.com/istio-init.logs: '[{ "source": "envoy", "service": "{{ include "acapy-cloud.fullname" . }}" }]'

Expand Down

0 comments on commit 8daa1db

Please sign in to comment.