From 2d530a6ccba5b448db4258138b7fb717cda52608 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 12 Dec 2024 12:46:03 -0800 Subject: [PATCH] update local-path-provisioner build to v0.30.0 --- images/local-path-provisioner/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/local-path-provisioner/Makefile b/images/local-path-provisioner/Makefile index 1d5f4bc68e..1ec58185e2 100644 --- a/images/local-path-provisioner/Makefile +++ b/images/local-path-provisioner/Makefile @@ -11,6 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -VERSION=v0.0.24 +VERSION=v0.0.30 EXTRA_BUILD_OPT=--build-arg=VERSION=$(VERSION) include $(CURDIR)/../Makefile.common.in \ No newline at end of file