Skip to content

Commit

Permalink
📈 Bump DD Python Lib 2.20.0 -> 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 8, 2025
1 parent a229cc7 commit e8dda12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm/acapy-cloud.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ releases:
podLabels:
admission.datadoghq.com/enabled: "false"
tags.datadoghq.com/env: {{ .Environment.Name }}
sidecar.istio.io/inject: "false"
- nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}
tolerations: {{ toYaml .Values.tolerations | nindent 10 }}
set:
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 e8dda12

Please sign in to comment.