Skip to content

Commit

Permalink
chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.28…
Browse files Browse the repository at this point in the history
….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 <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2023
1 parent cdb1238 commit 02ce57b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/parca/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/parca/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/parca/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02ce57b

Please sign in to comment.