Skip to content

Commit 02ce57b

Browse files
rlex-botrenovate-botrlex
authored
chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.28.0 (#72)
* chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.28.0 * [parca] bump to 4.19.0 --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Lex Rivera <me@lex.io>
1 parent cdb1238 commit 02ce57b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/parca/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type: application
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
2323

24-
version: 4.18.0
24+
version: 4.19.0
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to

charts/parca/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# parca
22

3-
![Version: 4.18.0](https://img.shields.io/badge/Version-4.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.20.0](https://img.shields.io/badge/AppVersion-v0.20.0-informational?style=flat-square)
3+
![Version: 4.19.0](https://img.shields.io/badge/Version-4.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.20.0](https://img.shields.io/badge/AppVersion-v0.20.0-informational?style=flat-square)
44

55
Open Source Infrastructure-wide continuous profiling
66

@@ -71,7 +71,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
7171
| agent.extraVolumes | list | `[]` | Additional volumes for agent daemonset |
7272
| agent.image.pullPolicy | string | `"IfNotPresent"` | Overrides pullpolicy |
7373
| agent.image.repository | string | `"ghcr.io/parca-dev/parca-agent"` | Overrides the image repository |
74-
| agent.image.tag | string | `"v0.27.0"` | Overrides the image tag |
74+
| agent.image.tag | string | `"v0.28.0"` | Overrides the image tag |
7575
| agent.logLevel | string | `"info"` | Agent log level |
7676
| agent.nodeSelector | object | `{}` | node selector for scheduling agent pods |
7777
| agent.podAnnotations | object | `{}` | Additional annotations for pods |

charts/parca/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ agent:
2222
# -- Overrides pullpolicy
2323
pullPolicy: IfNotPresent
2424
# -- Overrides the image tag
25-
tag: "v0.27.0"
25+
tag: "v0.28.0"
2626
# -- Agent log level
2727
logLevel: info
2828
# -- additional arguments to pass to the agent

0 commit comments

Comments
 (0)