From 171da08f2d2dc0515e218bff162b292f467b87a3 Mon Sep 17 00:00:00 2001 From: annapoorna-s Date: Tue, 8 Oct 2024 14:55:52 +0530 Subject: [PATCH] CRAYSAT-1912: Update kubectl version in SAT container image IM: CRAYSAT-1912 Reviewer: Ryan --- docker_scripts/config-docker-sat.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker_scripts/config-docker-sat.sh b/docker_scripts/config-docker-sat.sh index 049a135c..e3fcae4e 100755 --- a/docker_scripts/config-docker-sat.sh +++ b/docker_scripts/config-docker-sat.sh @@ -2,7 +2,7 @@ # # MIT License # -# (C) Copyright 2020-2023 Hewlett Packard Enterprise Development LP +# (C) Copyright 2020-2024 Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -27,10 +27,10 @@ LOGDIR=/var/log/cray/sat SATMANDIR=/usr/share/man/man8 -METAL_PROVISION_REPO="https://github.com/Cray-HPE/metal-provision.git" -METAL_PROVISION_DIR="metal-provision" -METAL_PROVISION_BASE_PACKAGES_PATH="group_vars/all.yml" -METAL_PROVISION_BRANCH="lts/csm-1.5" +METAL_PROVISION_REPO="https://github.com/Cray-HPE/node-images.git" +METAL_PROVISION_DIR="node-images" +METAL_PROVISION_BASE_PACKAGES_PATH="metal-provision/group_vars/all.yml" +METAL_PROVISION_BRANCH="main" # create logging directory if [ ! -d "$LOGDIR" ]; then