Skip to content

Commit

Permalink
chore: Bump up model-server to v0.7.11
Browse files Browse the repository at this point in the history
This commit bumps up model-server image to `v0.7.11`

Signed-off-by: vprashar2929 <[email protected]>
  • Loading branch information
vprashar2929 committed Jul 31, 2024
1 parent 780d860 commit c7ba536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/components/estimator/estimator.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
// NOTE: update tests/images.yaml when changing this image
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.7"
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.11"
waitForSocketCommand = "until [ -e /tmp/estimator.sock ]; do sleep 1; done && %s"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/components/modelserver/modelserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (

const (
defaultModelServer = "http://%s.%s.svc.cluster.local:%d"
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.7"
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.11"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion tests/images.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
images:
- component: 'model-server'
image: 'quay.io/sustainable_computing_io/kepler_model_server:v0.7.7'
image: 'quay.io/sustainable_computing_io/kepler_model_server:v0.7.11'

0 comments on commit c7ba536

Please sign in to comment.