Skip to content

Commit

Permalink
fix updating openebs repo url (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: Gutium Alexei <[email protected]>
  • Loading branch information
alexeigutium and Gutium Alexei authored Jun 7, 2024
1 parent 98f3e83 commit d442531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/openebs-nfs-provisioner/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
################################################################################
# repo
################################################################################
helm repo add openebs https://openebs.github.io/openebs
helm repo add --force-update openebs https://openebs.github.io/openebs
helm repo update > /dev/null

################################################################################
Expand Down

0 comments on commit d442531

Please sign in to comment.