Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update default OSD version to latest 4.7.19 #448

Merged
merged 1 commit into from
Jul 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update default OSD version to latest 4.7.19
This is the latest reported by `ocm list versions` at the time of this
commit.

A suggestion for a future change: rather than having this
"DEFAULT_VERSION", the default should be to dynamically determine the
version by querying `ocm list versions` and getting the latest.
  • Loading branch information
grdryn committed Jul 21, 2021
commit 112b8d39a5d0a9ce99b8dc5bba99d06a017f6669
2 changes: 1 addition & 1 deletion perf/scripts/osd-provision.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
DEFAULT_VERSION="4.7.12"
DEFAULT_VERSION="4.7.19"
MULTI_AZ="true"
REPO_ROOT="${DIR}/../"
SED=sed