Skip to content

Commit

Permalink
build(deps): update parca-agent to v0.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 603da10 commit d325206
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.33.1"
"version": "v0.35.3"
},
{
"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": "7c8ecd9c2a53daa61e3aad7887276f11b7b29695",
"version": "7375d8db860fba990b63fa87a9539e8105c2a926",
"sum": "2lFeo1cibXb6qfaDC+ELdb9v4U2R9//1rbSuRn564MQ="
},
{
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.33.1',
version: 'v0.35.3',
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 d325206

Please sign in to comment.