Skip to content

Commit

Permalink
chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.13…
Browse files Browse the repository at this point in the history
….0 (#36)

* chore(deps): update ghcr.io/parca-dev/parca-agent docker tag to v0.13.0

* bump version, regenerate docs

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent 64e05f5 commit 6758803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/parca/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.0
version: 4.1.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: 0.14.0
appVersion: 0.15.0
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.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.0](https://img.shields.io/badge/AppVersion-0.14.0-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-informational?style=flat-square)

Open Source Infrastructure-wide continuous profiling

Expand Down Expand Up @@ -67,7 +67,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
| agent.extraEnv | list | `[]` | Additional container environment variables for agent |
| 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.11.0"` | Overrides the image tag |
| agent.image.tag | string | `"v0.13.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 @@ -18,7 +18,7 @@ agent:
# -- Overrides pullpolicy
pullPolicy: IfNotPresent
# -- Overrides the image tag
tag: "v0.11.0"
tag: "v0.13.0"
# -- Agent log level
logLevel: info
# -- additional arguments to pass to the agent
Expand Down

0 comments on commit 6758803

Please sign in to comment.