Skip to content

Commit dd7a068

Browse files
authored
Merge pull request #14 from NVIDIA/kdump-no-upgrade
feat(kdump): removed apt upgrade from the kdump package
2 parents 0755b24 + accc32b commit dd7a068

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

kdump/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ spec:
8383
skyhook.nvidia.com/node-type: worker
8484
packages:
8585
kdump:
86-
version: 1.0.0
87-
image: ghcr.io/nvidia/skyhook-packages/kdump:1.0.0
86+
version: 1.1.0
87+
image: ghcr.io/nvidia/skyhook-packages/kdump:1.1.0
8888
interrupt:
8989
type: reboot # required for crashkernel parameter to take effect
9090
configInterrupts:
@@ -106,8 +106,8 @@ spec:
106106
skyhook.nvidia.com/node-type: worker
107107
packages:
108108
kdump:
109-
version: 1.0.0
110-
image: ghcr.io/nvidia/skyhook-packages/kdump:1.0.0
109+
version: 1.1.0
110+
image: ghcr.io/nvidia/skyhook-packages/kdump:1.1.0
111111
interrupt:
112112
type: reboot # required for crashkernel parameter to take effect
113113
configInterrupts:

kdump/skyhook_dir/install_kdump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source /etc/os-release
2828
case $ID in
2929
ubuntu* | debian*)
3030
export DEBIAN_FRONTEND=noninteractive
31-
apt update -y && apt upgrade -y
31+
apt update -y
3232
apt install -o DPKG::Lock::Timeout=60 -y kdump-tools
3333

3434
SERVICE_NAME="kdump-tools"

0 commit comments

Comments
 (0)