Newer version of Local Path Provisioner in samples (#6437)

To make it less confusing for users who uncommented whole block of
local path provisioner [1] the samples should point at least to
version 0.0.3 which supports helper image [2] configured by
local_path_provisioner_helper_image_repo variable. As 0.0.3 is a bit old
samples could point to current newest release 0.0.14.

[1] https://github.com/kubernetes-sigs/kubespray/commit/45a177e2a0dcbf4b73d9be078e1cc211455efa94#commitcomment-38625688
[2] https://github.com/rancher/local-path-provisioner/commit/315d67fa8ca8a6315a55fea6782b958b8df250a4
This commit is contained in:
Michal Skalski
2020-07-22 09:08:11 +02:00
committed by GitHub
parent 4b80a7f6fe
commit 70edccf7e0
@@ -26,7 +26,7 @@ local_path_provisioner_enabled: false
# local_path_provisioner_claim_root: /opt/local-path-provisioner/
# local_path_provisioner_debug: false
# local_path_provisioner_image_repo: "rancher/local-path-provisioner"
# local_path_provisioner_image_tag: "v0.0.2"
# local_path_provisioner_image_tag: "v0.0.14"
# local_path_provisioner_helper_image_repo: "busybox"
# local_path_provisioner_helper_image_tag: "latest"