diff --git a/clusters/home-lab/infra/datadog-values.yaml b/clusters/home-lab/infra/datadog-values.yaml index 8393d429..d4a16aaa 100644 --- a/clusters/home-lab/infra/datadog-values.yaml +++ b/clusters/home-lab/infra/datadog-values.yaml @@ -85,6 +85,7 @@ podLabelsAsTags: agents: image: repository: registry.vms.st0rmingbr4in.lan/datadoghq/agent-with-integrations + tag: 7.44.0 containers: agent: resources: diff --git a/datadog/Dockerfile b/datadog/Dockerfile index 3273c4d5..632381f9 100644 --- a/datadog/Dockerfile +++ b/datadog/Dockerfile @@ -1,3 +1,2 @@ -FROM gcr.io/datadoghq/agent:7.47.1 -COPY datadog_fluxcd-0.0.1-py2.py3-none-any.whl /datadog_fluxcd-0.0.1-py2.py3-none-any.whl -RUN agent integration install -r -w /datadog_fluxcd-0.0.1-py2.py3-none-any.whl +FROM datadog/agent:7.44.0 +RUN agent integration install -r -t datadog-fluxcd==0.0.1 diff --git a/datadog/datadog_fluxcd-0.0.1-py2.py3-none-any.whl b/datadog/datadog_fluxcd-0.0.1-py2.py3-none-any.whl deleted file mode 100644 index 99e129d1..00000000 Binary files a/datadog/datadog_fluxcd-0.0.1-py2.py3-none-any.whl and /dev/null differ