From c78c69959f61dd3529e5c91b5fc4f4196a02cb1b Mon Sep 17 00:00:00 2001 From: meoflynn Date: Thu, 9 May 2024 13:16:51 +0100 Subject: [PATCH] MAINT: Update CAPI addon provider chart version Update cluster-api-addon-provider chart version to 0.5.6 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2737dbc..b7b02d4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,7 +2,7 @@ set -euo pipefail CLUSTER_CTL_VERSION="v1.7.1" -CAPO_ADDON_VERSION="0.5.0" +CAPO_ADDON_VERSION="0.5.6" # Check a clouds.yaml file exists in the same directory as the script if [ ! -f clouds.yaml ]; then