Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
bump to version v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed committed Aug 3, 2022
1 parent 2ec9a84 commit 20151ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/odigos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.6
version: 0.1.7

# 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
10 changes: 5 additions & 5 deletions charts/odigos/values.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
autoscaler:
image:
repository: ghcr.io/keyval-dev/odigos/autoscaler
tag: v0.0.7
tag: v0.0.8

scheduler:
image:
repository: ghcr.io/keyval-dev/odigos/scheduler
tag: v0.0.7
tag: v0.0.8

langDetector:
image:
repository: ghcr.io/keyval-dev/odigos/lang-detector
tag: v0.0.7
tag: v0.0.8

ui:
image:
repository: ghcr.io/keyval-dev/odigos/ui
tag: v0.0.7
tag: v0.0.8

instrumentor:
deleteLangDetectionPods: true
image:
repository: ghcr.io/keyval-dev/odigos/instrumentor
tag: v0.0.7
tag: v0.0.8

0 comments on commit 20151ea

Please sign in to comment.