Skip to content

Commit

Permalink
chore(ebpf): update dev version in deployment_tools for ebpf (#4427)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored and clayton-cornell committed Aug 14, 2023
1 parent 96bdf04 commit f3a812f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,11 @@ steps:
"file_path": "ksonnet/environments/grafana-agent/waves/agent.libsonnet",
"jsonnet_key": "dev_canary",
"jsonnet_value_file": ".image-tag"
},
{
"file_path": "ksonnet/environments/pyroscope-ebpf/waves/ebpf.libsonnet",
"jsonnet_key": "dev_canary",
"jsonnet_value_file": ".image-tag"
}
]
}
Expand Down Expand Up @@ -1410,6 +1415,6 @@ kind: secret
name: gpg_public_key
---
kind: signature
hmac: 9ecc1fa9a8be49794621e773cbcc3e321b440742cf13f7ceb183a1afcea2cc17
hmac: f1dbd7034fe191e9c5cb772152b82c21ba7f9c5e5b3c7aadd281686aa996d41e

...
5 changes: 5 additions & 0 deletions .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ linux_containers_jobs + windows_containers_jobs + [
"file_path": "ksonnet/environments/grafana-agent/waves/agent.libsonnet",
"jsonnet_key": "dev_canary",
"jsonnet_value_file": ".image-tag"
},
{
"file_path": "ksonnet/environments/pyroscope-ebpf/waves/ebpf.libsonnet",
"jsonnet_key": "dev_canary",
"jsonnet_value_file": ".image-tag"
}
]
}
Expand Down

0 comments on commit f3a812f

Please sign in to comment.