Skip to content

Commit

Permalink
build(deps): update parca-agent to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 31ca2aa commit a5f96e9
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.34.0"
},
{
"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": "48f7888d8c44c2d6e74dd6b1a474e62de44212f6",
"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.34.0',
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 a5f96e9

Please sign in to comment.