Skip to content

Commit 26614c5

Browse files
rlex-botrenovate-botrlex
authored
Update ghcr.io/parca-dev/parca Docker tag to v0.14.0 (#21)
* Update ghcr.io/parca-dev/parca Docker tag to v0.14.0 * [parca] bump to 3.1.0 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Lex Rivera <[email protected]>
1 parent 3885d00 commit 26614c5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bin/update-helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ target_version=$(semver_increment ${current_version} ${patchlevel})
7171
#patch it around
7272
sedlink -i "s/^version:.*$/version: ${target_version}/g" charts/${chart}/Chart.yaml
7373
#extract image version from values (multiple different images not supported)
74-
appversion=$(grep "tag:" charts/coroot/values.yaml | awk {'print $2'} | tr -d '"')
74+
appversion=$(grep "tag:" charts/${chart}/values.yaml | awk {'print $2'} | tr -d '"'| tail -n 1)
7575
#patch it around
7676
sedlink -i "s/^appVersion:.*$/appVersion: ${appversion}/g" charts/${chart}/Chart.yaml
7777
#regenerate docs
7878
helm-docs --chart-to-generate charts/${chart}
7979
#add to git staging
8080
git add charts/${chart}
8181
#commit
82-
git commit -m "[${chart}] bump to ${target_version}"
82+
git commit -m "[${chart}] bump to ${target_version}"

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: 3.0.0
23+
version: 3.1.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.13.0"
29+
appVersion: 0.14.0

charts/parca/README.md

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

3-
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.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)
3+
![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.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)
44

55
Open Source Infrastructure-wide continuous profiling
66

@@ -91,7 +91,7 @@ helm repo add parca https://parca-dev.github.io/helm-charts
9191
| server.extraEnv | list | `[]` | additional container environment variables for server |
9292
| server.image.pullPolicy | string | `"IfNotPresent"` | Overrides pull policy for server |
9393
| server.image.repository | string | `"ghcr.io/parca-dev/parca"` | Overrides the image repository for server |
94-
| server.image.tag | string | `"v0.13.0"` | Overrides the image tag for server |
94+
| server.image.tag | string | `"v0.14.0"` | Overrides the image tag for server |
9595
| server.logLevel | string | `"info"` | logging level of parca server |
9696
| server.nodeSelector | object | `{}` | node selector for scheduling server pod |
9797
| server.otlpAddress | string | `""` | OpenTelemetry collector address to send traces to |

charts/parca/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server:
6868
# -- Overrides pull policy for server
6969
pullPolicy: IfNotPresent
7070
# -- Overrides the image tag for server
71-
tag: "v0.13.0"
71+
tag: "v0.14.0"
7272
# -- logging level of parca server
7373
logLevel: info
7474
# -- CORS setting

0 commit comments

Comments
 (0)