Skip to content

Commit

Permalink
fix(tracetest-agent): automatically update agent version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren authored Sep 4, 2024
1 parent 55b01c3 commit 1461ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tracetest-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version: v1.1.0
# 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: v1.4.4
appVersion: v1.5.4
3 changes: 3 additions & 0 deletions scripts/update_chart_instructions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ oss:
- file: charts/tracetest-agent-operator/values.yaml
jsonpath: .config.targetVersion

- file: charts/tracetest-agent/Chart.yaml
jsonpath: .appVersion

core:
- file: charts/tracetest-core/Chart.yaml
jsonpath: .appVersion
Expand Down

0 comments on commit 1461ce3

Please sign in to comment.