Skip to content

Commit

Permalink
add ocp and k8s support (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain authored Sep 11, 2024
1 parent c487e2e commit fa098c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>Required on both the system building the offline bundle as well as the system preparing for installation. <br>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.<br>Required on both the system building the offline bundle as well as the system preparing for installation. <br>Tested version is `docker` 18.09+ |

## Workflow

Expand Down
4 changes: 2 additions & 2 deletions installer/karavi-observability-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit fa098c7

Please sign in to comment.