From a8a8386906cd2f6507f40eff1a832f81bb1e1bd4 Mon Sep 17 00:00:00 2001 From: "Shiba, Sidney" Date: Wed, 30 Jun 2021 17:02:05 +0000 Subject: [PATCH] airshipctl - kustomize updating version to v3.9.4 When using the script 10_build_gate.sh the ansible playbook was installing an older version of kustomize, i.e., v3.8.5. If you use the old kustomize version to render treasuremap/manifests/site/reference-multi-tenant/target/workload it will fail. You will need kustomize v3.9.4 to be able to render the folder above. Change-Id: I42425c32705c0c9dde3881cd890e135897b2ac23 --- roles/install-kustomize/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install-kustomize/defaults/main.yml b/roles/install-kustomize/defaults/main.yml index 756f87f09..cd18d4783 100644 --- a/roles/install-kustomize/defaults/main.yml +++ b/roles/install-kustomize/defaults/main.yml @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -kustomize_version: v3.8.5 +kustomize_version: v3.9.4 kustomize_download_url: "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/{{ kustomize_version }}/kustomize_{{ kustomize_version }}_linux_amd64.tar.gz" proxy: http: