From de7744e81e643b7201b7d21ae285af42ba41938f Mon Sep 17 00:00:00 2001 From: Lex Rivera Date: Tue, 20 Jun 2023 19:23:23 +0300 Subject: [PATCH] [parca] bump to 4.12.0 (#59) --- charts/parca/Chart.yaml | 2 +- charts/parca/README.md | 4 ++-- charts/parca/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/parca/Chart.yaml b/charts/parca/Chart.yaml index f0bcc0ec8..870f362a8 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.11.0 +version: 4.12.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 c25d59567..d0b2115a4 100644 --- a/charts/parca/README.md +++ b/charts/parca/README.md @@ -1,6 +1,6 @@ # parca -![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) +![Version: 4.12.0](https://img.shields.io/badge/Version-4.12.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.19.0"` | Overrides the image tag | +| agent.image.tag | string | `"v0.20.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 9eee9b16b..3057b030b 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.19.0" + tag: "v0.20.0" # -- Agent log level logLevel: info # -- additional arguments to pass to the agent