Skip to content

Commit

Permalink
refact(env): Change default registry for linux-utils image to default…
Browse files Browse the repository at this point in the history
… registry (docker.io)

- change default registry to docker.io
- change minimum k8s version

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed May 15, 2021
1 parent f8b56ff commit e57d017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/provisioner-localpv/app/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
)

var (
defaultHelperImage = "quay.io/openebs/linux-utils:latest"
defaultHelperImage = "openebs/linux-utils:latest"
defaultBasePath = "/var/openebs/local"
)

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

A Kubernetes cluster with Kubernetes v1.19 or above is required.
A Kubernetes cluster with Kubernetes v1.16 or above is required.

<details>
<summary>Click here if you are using RKE or Rancher 2.x.</summary>
Expand Down

0 comments on commit e57d017

Please sign in to comment.