File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55Open 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 |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments