Skip to content

Commit d878763

Browse files
authored
Merge pull request #6 from NVIDIA/fix_shellscript
fix: shellscript had bad post-interrupt config and tuning had wrong v…
2 parents 3b525c1 + eb48593 commit d878763

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

shellscript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
55
example:
6-
version: 1.0.0
6+
version: 1.1.1
77
image: ghcr.io/nvidia/skyhook-packages/shellscript
88
configMap:
99
apply.sh: |-

shellscript/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [
@@ -64,7 +64,7 @@
6464
{
6565
"name": "post-interrupt",
6666
"path": "shellscript_run.sh",
67-
"arguments": ["uninstall"],
67+
"arguments": ["post_interrupt"],
6868
"returncodes": [
6969
0
7070
],
@@ -76,9 +76,9 @@
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
],

tuning/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use main reboot interrupt for the first apply.
3838
Specify different interrupts for the configmap interrupts to apply a more limited one depending on which one changes.
3939
```yaml
4040
tuning:
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:
6767
Update just sysctl
6868
```yaml
6969
tuning:
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:
8383
Update containerd stack size
8484
```yaml
8585
tuning:
86-
version: 1.1.3
86+
version: 1.1.4
8787
image: ghcr.io/nvidia/skyhook-packages/tuning
8888
interrupt:
8989
type: service

tuning/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

0 commit comments

Comments
 (0)