Skip to content

Commit

Permalink
Fix versions of parca-server / parca-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Oct 27, 2021
1 parent 5fbb25e commit 7123064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/parca/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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: 1.2.0
version: 1.2.1

# 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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ agent:
# -- Overrides pullpolicy
pullPolicy: IfNotPresent
# -- Overrides the image tag
tag: "v0.1.0"
tag: "v0.2.0"
# -- Path to host docker/containerd/crio socket
socketPath: /run/containerd/containerd.sock
# -- Agent log level
Expand Down Expand Up @@ -55,7 +55,7 @@ server:
# -- Overrides pull policy for server
pullPolicy: IfNotPresent
# -- Overrides the image tag for server
tag: "v0.1.0"
tag: "v0.2.3"
# -- Sets retention period for server TSDB
retentionTime: 6h
# -- logging level of parca server
Expand Down

0 comments on commit 7123064

Please sign in to comment.