.github/workflows/datadog-agent.yaml: rebuild version -> 7.43.1

This commit is contained in:
Haitao Pan 2023-03-10 14:50:43 +08:00
parent 4daabd0ee3
commit 5b07988256
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.HELM_REPO_PASSWORD }}
path: 'oci/datadog-cluster-agent/'
build_file: 'Dockerfile'
image: public/datadog-cluster-agent
tag: latest
image: public/cluster-agent
tag: 7.43.1
cache: false
cache_registry: cache

View File

@ -1,4 +1,4 @@
FROM artifact.onwalk.net/k8s/datadog/cluster-agent:latest
FROM artifact.onwalk.net/k8s/datadog/cluster-agent:7.43.1
LABEL maintainer "Datadog <package@datadoghq.com>"