Skip to content

Commit

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

* version updates

* chart version bump

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2023
1 parent 0864655 commit 4ec0eb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.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
6 changes: 3 additions & 3 deletions charts/parca/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions 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.17.2"
tag: "v0.19.0"
# -- Agent log level
logLevel: info
# -- additional arguments to pass to the agent
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ec0eb3

Please sign in to comment.