.github/workflows/datadog-agent.yaml: rebuild version -> 7.43.1
This commit is contained in:
parent
4daabd0ee3
commit
5b07988256
4
.github/workflows/datadog-agent.yaml
vendored
4
.github/workflows/datadog-agent.yaml
vendored
@ -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
|
||||
|
||||
@ -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>"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user