Skip to content

Commit

Permalink
Odigos version v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed committed Jul 31, 2023
1 parent e7b690e commit 130ee87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.2.37
version: 0.2.38

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

scheduler:
image:
repository: ghcr.io/keyval-dev/odigos/scheduler
tag: v0.1.58
repository: keyval/odigos-scheduler
tag: v0.1.6

ui:
image:
repository: ghcr.io/keyval-dev/odigos/ui
tag: v0.1.58
repository: keyval/odigos-ui
tag: v0.1.6

instrumentor:
deleteLangDetectionPods: true
Expand All @@ -23,13 +23,13 @@ instrumentor:
- istio-system
- linkerd
image:
repository: ghcr.io/keyval-dev/odigos/instrumentor
tag: v0.1.58
repository: keyval/odigos-instrumentor
tag: v0.1.6

odiglet:
image:
repository: ghcr.io/keyval-dev/odigos/odiglet
tag: v0.1.58
repository: keyval/odigos-odiglet
tag: v0.1.6

telemetry:
enabled: true

0 comments on commit 130ee87

Please sign in to comment.