Skip to content

Commit

Permalink
Merge branch 'update_charts_version_after_mysql' of github.com:keyval…
Browse files Browse the repository at this point in the history
…-dev/odigos-charts into upstream/update_charts_version_after_mysql
  • Loading branch information
blumamir committed Mar 12, 2024
2 parents a97eef5 + 4f28501 commit 2b461d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/odigos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 0.3.5
version: 0.3.6

# 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: "1.0.39"
appVersion: "1.0.47"
1 change: 1 addition & 0 deletions charts/odigos/templates/crds/instrumentedapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
- go
- dotnet
- javascript
- mysql
type: string
processName:
type: string
Expand Down
2 changes: 1 addition & 1 deletion charts/odigos/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: v1.0.39
tag: v1.0.47
imagePullSecrets: []

autoscaler:
Expand Down

0 comments on commit 2b461d7

Please sign in to comment.