Skip to content

Commit 544a275

Browse files
committed
config changes for 0.13.0
1 parent c4f54dc commit 544a275

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

charts/parca/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 2.2.1
23+
version: 2.3.0
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "v0.12.1"
29+
appVersion: "v0.13.0"

charts/parca/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# parca
22

3-
![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.1](https://img.shields.io/badge/AppVersion-v0.12.1-informational?style=flat-square)
3+
![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square)
44

55
Open Source Infrastructure-wide continuous profiling
66

@@ -73,14 +73,14 @@ helm repo add parca https://parca-dev.github.io/helm-charts
7373
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
7474
| ingress.tls | list | `[]` | |
7575
| nameOverride | string | `""` | overrides chart name |
76-
| server.config | object | `{"debug_info":{"bucket":{"config":{"directory":"./tmp"},"type":"FILESYSTEM"},"cache":{"config":{"directory":"./tmp"},"type":"FILESYSTEM"}}}` | parca server config block |
76+
| server.config | object | `{"object_storage":{"bucket":{"config":{"directory":"./tmp"},"type":"FILESYSTEM"}}}` | parca server config block |
7777
| server.corsAllowedOrigins | string | `"*"` | CORS setting |
7878
| server.enabled | bool | `true` | Allows disabling parca server |
7979
| server.extraArgs | list | `[]` | additional arguments to pass to the server |
8080
| server.extraEnv | list | `[]` | additional container environment variables for server |
8181
| server.image.pullPolicy | string | `"IfNotPresent"` | Overrides pull policy for server |
8282
| server.image.repository | string | `"ghcr.io/parca-dev/parca"` | Overrides the image repository for server |
83-
| server.image.tag | string | `"v0.12.1"` | Overrides the image tag for server |
83+
| server.image.tag | string | `"v0.13.0"` | Overrides the image tag for server |
8484
| server.logLevel | string | `"info"` | logging level of parca server |
8585
| server.nodeSelector | object | `{}` | node selector for scheduling server pod |
8686
| server.otlpAddress | string | `""` | OpenTelemetry collector address to send traces to |

charts/parca/values.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,11 @@ server:
7979
extraEnv: []
8080
# -- parca server config block
8181
config:
82-
debug_info:
82+
object_storage:
8383
bucket:
84+
type: "FILESYSTEM"
8485
config:
8586
directory: "./tmp"
86-
type: FILESYSTEM
87-
cache:
88-
config:
89-
directory: "./tmp"
90-
type: FILESYSTEM
9187
# -- scrape configs for parca server
9288
scrapeConfigs:
9389
- job_name: 'kubernetes-pods'

0 commit comments

Comments
 (0)