Skip to content

Commit

Permalink
chore(deps): update ghcr.io/parca-dev/parca docker tag to v0.20.0 (#69)
Browse files Browse the repository at this point in the history
* chore(deps): update ghcr.io/parca-dev/parca docker tag to v0.20.0

* [parca] bump to 4.18.0

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 8d36b45 commit cdb1238
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 @@ -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.17.0
version: 4.18.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.19.0
appVersion: v0.20.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.17.0](https://img.shields.io/badge/Version-4.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.0](https://img.shields.io/badge/AppVersion-v0.19.0-informational?style=flat-square)
![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)

Open Source Infrastructure-wide continuous profiling

Expand Down Expand Up @@ -108,7 +108,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
| server.extraVolumes | list | `[]` | Additional volumes for server 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.19.0"` | Overrides the image tag for server |
| server.image.tag | string | `"v0.20.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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/parca/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ server:
# -- Overrides pull policy for server
pullPolicy: IfNotPresent
# -- Overrides the image tag for server
tag: "v0.19.0"
tag: "v0.20.0"
# -- logging level of parca server
logLevel: info
# -- CORS setting
Expand Down

0 comments on commit cdb1238

Please sign in to comment.