Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAYSAT-1912: Update kubectl version in SAT container image #272

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker_scripts/config-docker-sat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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
Expand Down
Loading