Skip to content

Commit

Permalink
Downgrade test local pv operator to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Jan 10, 2025
1 parent c645c64 commit 2d27bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/install-localpv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

mkdir -p /tmp/openebs
kubectl apply -f https://openebs.github.io/charts/versioned/3.10.0/hostpath-operator.yaml
wget https://openebs.github.io/charts/versioned/3.10.0/openebs-lite-sc.yaml -O /tmp/openebs-lite-sc.yaml
kubectl apply -f https://openebs.github.io/charts/versioned/3.7.0/hostpath-operator.yaml
wget https://openebs.github.io/charts/versioned/3.7.0/openebs-lite-sc.yaml -O /tmp/openebs-lite-sc.yaml
sed -i 's/value\: \"\/var\/openebs\/local\/\"/value\: \"\/tmp\/openebs\/\"/' /tmp/openebs-lite-sc.yaml
kubectl apply -f /tmp/openebs-lite-sc.yaml

Expand Down

0 comments on commit 2d27bf8

Please sign in to comment.