diff --git a/installer/README.md b/installer/README.md index dae3f72..4477313 100644 --- a/installer/README.md +++ b/installer/README.md @@ -168,7 +168,7 @@ Preparing an offline bundle requires the following utilities: | Dependency | Usage | | --------------------- | ----- | -| `docker` | `docker` will be used to pull images from public image registries, tag them, and push them to a private registry.
Required on both the system building the offline bundle as well as the system preparing for installation.
Tested version is `docker` 18.09+ +| `docker` | `docker` will be used to pull images from public image registries, tag them, and push them to a private registry.
Required on both the system building the offline bundle as well as the system preparing for installation.
Tested version is `docker` 18.09+ | ## Workflow diff --git a/installer/karavi-observability-install.sh b/installer/karavi-observability-install.sh index 9262206..79f2bc3 100755 --- a/installer/karavi-observability-install.sh +++ b/installer/karavi-observability-install.sh @@ -442,8 +442,8 @@ function verify_karavi_observability() { log info "Skipping verification of the environment" return fi - verify_k8s_versions "1.28" "1.30" - verify_openshift_versions "4.11" "4.15" + verify_k8s_versions "1.29" "1.31" + verify_openshift_versions "4.11" "4.17" verify_helm_3 }