diff --git a/charts/parca/Chart.yaml b/charts/parca/Chart.yaml index 311456f88..f0bcc0ec8 100644 --- a/charts/parca/Chart.yaml +++ b/charts/parca/Chart.yaml @@ -21,10 +21,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.10.0 +version: 4.11.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.17.0 +appVersion: v0.18.0 diff --git a/charts/parca/README.md b/charts/parca/README.md index 193018e56..c25d59567 100644 --- a/charts/parca/README.md +++ b/charts/parca/README.md @@ -1,6 +1,6 @@ # parca -![Version: 4.10.0](https://img.shields.io/badge/Version-4.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.17.0](https://img.shields.io/badge/AppVersion-v0.17.0-informational?style=flat-square) +![Version: 4.11.0](https://img.shields.io/badge/Version-4.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.18.0](https://img.shields.io/badge/AppVersion-v0.18.0-informational?style=flat-square) Open Source Infrastructure-wide continuous profiling @@ -69,7 +69,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts | agent.extraLabels | object | `{}` | Additional labels 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.17.2"` | Overrides the image tag | +| agent.image.tag | string | `"v0.19.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 | @@ -104,7 +104,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts | server.extraLabels | object | `{}` | additional labels for deployment | | server.image.pullPolicy | string | `"IfNotPresent"` | Overrides pull policy for server | | server.image.repository | string | `"ghcr.io/parca-dev/parca"` | Overrides the image repository for server | -| server.image.tag | string | `"v0.17.0"` | Overrides the image tag for server | +| server.image.tag | string | `"v0.18.0"` | Overrides the image tag for server | | server.logLevel | string | `"info"` | logging level of parca server | | server.nodeSelector | object | `{}` | node selector for scheduling server pod | | server.otlpAddress | string | `""` | OpenTelemetry collector address to send traces to | diff --git a/charts/parca/values.yaml b/charts/parca/values.yaml index a3ac9f372..9eee9b16b 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.17.2" + tag: "v0.19.0" # -- Agent log level logLevel: info # -- additional arguments to pass to the agent @@ -75,7 +75,7 @@ server: # -- Overrides pull policy for server pullPolicy: IfNotPresent # -- Overrides the image tag for server - tag: "v0.17.0" + tag: "v0.18.0" # -- logging level of parca server logLevel: info # -- CORS setting