From d2e5910eea32c456614325724e5a50a49214569b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:53:56 +0000 Subject: [PATCH] Update dependency vmware-tanzu/carvel-ytt to v0.45.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d7749c..92c49f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM kudobuilder/kuttl:v0.15.0 ENV GOSS_VERSION="v0.3.23" -ENV YTT_VERSION="v0.44.3" +ENV YTT_VERSION="v0.45.3" # curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.26.0/bin/linux/amd64/kubectl && \ # chmod +x ./kubectl && \