Skip to content

Commit

Permalink
not using kube client w/ jaeger for scheduler update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriabrito committed Jun 11, 2019
1 parent 2ad1405 commit 3f5eb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/scheduler_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func updateSchedulerConfigCommon(
}

ctx := r.Context()
kubernetesClient := kubernetes.TryWithContext(app.KubernetesClient, ctx)
kubernetesClient := app.KubernetesClient
db := app.DBClient.WithContext(r.Context())
logger.WithField("time", time.Now()).Info("Starting update")
err = controller.UpdateSchedulerConfig(
Expand Down
2 changes: 1 addition & 1 deletion metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package metadata

//Version of Maestro
var Version = "8.0.1"
var Version = "8.1.1"

//KubeVersion is the desired Kubernetes version
var KubeVersion = "v1.10.0"

0 comments on commit 3f5eb82

Please sign in to comment.