File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This Skyhook Package allows you to run arbitrary bash scripts defined in your Sk
33# Example package configuration
44```
55example:
6- version: 1.0.0
6+ version: 1.1.1
77 image: ghcr.io/nvidia/skyhook-packages/shellscript
88 configMap:
99 apply.sh: |-
Original file line number Diff line number Diff line change 11{
22 "schema_version" : " v1" ,
33 "package_name" : " shellscript" ,
4- "package_version" : " 1.0.0 " ,
4+ "package_version" : " 1.1.1 " ,
55 "expected_config_files" : [],
66 "modes" : {
77 "apply" : [
6464 {
6565 "name" : " post-interrupt" ,
6666 "path" : " shellscript_run.sh" ,
67- "arguments" : [" uninstall " ],
67+ "arguments" : [" post_interrupt " ],
6868 "returncodes" : [
6969 0
7070 ],
7676 ],
7777 "post-interrupt-check" : [
7878 {
79- "name" : " uninstall -check" ,
79+ "name" : " post-interrupt -check" ,
8080 "path" : " shellscript_run.sh" ,
81- "arguments" : [" uninstall_check " ],
81+ "arguments" : [" post_interrupt_check " ],
8282 "returncodes" : [
8383 0
8484 ],
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Use main reboot interrupt for the first apply.
3838Specify different interrupts for the configmap interrupts to apply a more limited one depending on which one changes.
3939``` yaml
4040tuning :
41- version : 1.1.3
41+ version : 1.1.4
4242 image : ghcr.io/nvidia/skyhook-packages/tuning
4343 interrupt :
4444 type : reboot
@@ -67,7 +67,7 @@ tuning:
6767Update just sysctl
6868` ` ` yaml
6969tuning :
70- version : 1.1.3
70+ version : 1.1.4
7171 image : ghcr.io/nvidia/skyhook-packages/tuning
7272 interrupt :
7373 type : restart_all_services
@@ -83,7 +83,7 @@ tuning:
8383Update containerd stack size
8484` ` ` yaml
8585tuning :
86- version : 1.1.3
86+ version : 1.1.4
8787 image : ghcr.io/nvidia/skyhook-packages/tuning
8888 interrupt :
8989 type : service
Original file line number Diff line number Diff line change 11{
22 "schema_version" : " v1" ,
33 "package_name" : " tuning" ,
4- "package_version" : " 1.0.0 " ,
4+ "package_version" : " 1.1.4 " ,
55 "expected_config_files" : [],
66 "modes" : {
77 "config" : [
You can’t perform that action at this time.
0 commit comments