Skip to content

Commit

Permalink
Update kube-burner dependency version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Jun 15, 2023
1 parent 0eb8d38 commit ce409ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cerberus:
performance_monitoring:
deploy_dashboards: False # Install a mutable grafana and load the performance dashboards. Enable this only when running on OpenShift
repo: "https://github.com/cloud-bulldozer/performance-dashboards.git"
kube_burner_binary_url: "https://github.com/cloud-bulldozer/kube-burner/releases/download/v0.9.1/kube-burner-0.9.1-Linux-x86_64.tar.gz"
kube_burner_binary_url: "https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.7.0/kube-burner-1.7.0-Linux-x86_64.tar.gz"
capture_metrics: False
config_path: config/kube_burner.yaml # Define the Elasticsearch url and index name in this config
metrics_profile_path: config/metrics-aggregated.yaml
Expand Down
2 changes: 1 addition & 1 deletion run_kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"https://github.com/cloud-bulldozer/kube-burner/"
"releases/download/v{version}/kube-burner-{version}-Linux-x86_64.tar.gz"
)
KUBE_BURNER_VERSION = "0.9.1"
KUBE_BURNER_VERSION = "1.7.0"


# Main function
Expand Down

0 comments on commit ce409ea

Please sign in to comment.