Skip to content

Commit

Permalink
Merge pull request #388 from sunya-ch/model-server-internal
Browse files Browse the repository at this point in the history
update kepler-model-server version to 0.7.7
  • Loading branch information
sthaha authored Apr 5, 2024
2 parents 0f31774 + 1f10de2 commit e5c9941
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.6"
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.7"
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.6"
StableImage = "quay.io/sustainable_computing_io/kepler_model_server:v0.7.7"
)

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.6'
image: 'quay.io/sustainable_computing_io/kepler_model_server:v0.7.7'

0 comments on commit e5c9941

Please sign in to comment.