diff --git a/charts/parca/Chart.yaml b/charts/parca/Chart.yaml index 4ca7d0623..3b38d677f 100644 --- a/charts/parca/Chart.yaml +++ b/charts/parca/Chart.yaml @@ -21,7 +21,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.18.0 +version: 4.19.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/parca/README.md b/charts/parca/README.md index 8197ad021..0baf75155 100644 --- a/charts/parca/README.md +++ b/charts/parca/README.md @@ -1,6 +1,6 @@ # parca -![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) +![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) Open Source Infrastructure-wide continuous profiling @@ -71,7 +71,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts | agent.extraVolumes | list | `[]` | Additional volumes for agent daemonset | | agent.image.pullPolicy | string | `"IfNotPresent"` | Overrides pullpolicy | | agent.image.repository | string | `"ghcr.io/parca-dev/parca-agent"` | Overrides the image repository | -| agent.image.tag | string | `"v0.27.0"` | Overrides the image tag | +| agent.image.tag | string | `"v0.28.0"` | Overrides the image tag | | agent.logLevel | string | `"info"` | Agent log level | | agent.nodeSelector | object | `{}` | node selector for scheduling agent pods | | agent.podAnnotations | object | `{}` | Additional annotations for pods | diff --git a/charts/parca/values.yaml b/charts/parca/values.yaml index 57f22fee5..53be23b2e 100644 --- a/charts/parca/values.yaml +++ b/charts/parca/values.yaml @@ -22,7 +22,7 @@ agent: # -- Overrides pullpolicy pullPolicy: IfNotPresent # -- Overrides the image tag - tag: "v0.27.0" + tag: "v0.28.0" # -- Agent log level logLevel: info # -- additional arguments to pass to the agent