Skip to content

Commit

Permalink
build(deps): update parca-agent to v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent ef13d99 commit 4786e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parca/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "deploy/lib/parca-agent"
}
},
"version": "v0.30.0"
"version": "v0.31.1"
},
{
"source": {
Expand Down
2 changes: 1 addition & 1 deletion parca/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "deploy/lib/parca-agent"
}
},
"version": "da59a7c04e2e9ee29fe5871a0fd2d2964a7701cc",
"version": "2815ded21704934cb5ca1c53dc6675ecbde4c20b",
"sum": "sdrqh5FAqLJc0p4BmqvdKjjMw+9BLlHkDrlvpAlf7UA="
},
{
Expand Down
2 changes: 1 addition & 1 deletion parca/lib/parca-agent.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local pa = import 'github.com/parca-dev/parca-agent/deploy/lib/parca-agent/parca
local defaults = {
namespace: 'parca',
// renovate: datasource=docker depName=ghcr.io/parca-dev/parca-agent
version: 'v0.30.0',
version: 'v0.31.1',
image: 'ghcr.io/parca-dev/parca-agent:' + self.version,
stores: ['parca.%s.svc.cluster.local:7070' % self.namespace],
insecure: true,
Expand Down

0 comments on commit 4786e58

Please sign in to comment.