Skip to content

Commit 14aaafe

Browse files
authored
Update for latest DWS and nnf-sos APIs (#8)
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent 40b21eb commit 14aaafe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ storage is persistent storage, then it must start with `DW_PERSISTENT` rather th
6969

7070
```yaml
7171
---
72-
apiVersion: nnf.cray.hpe.com/v1alpha2
72+
apiVersion: nnf.cray.hpe.com/v1alpha6
7373
kind: NnfContainerProfile
7474
metadata:
7575
name: demo
@@ -88,7 +88,7 @@ Next, we define the container specification. For MPI applications, this is done
8888
`mpiSpec` allows us to define the Launcher and Worker containers.
8989

9090
```yaml
91-
apiVersion: nnf.cray.hpe.com/v1alpha2
91+
apiVersion: nnf.cray.hpe.com/v1alpha6
9292
kind: NnfContainerProfile
9393
metadata:
9494
name: demo

nnf-container-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: nnf.cray.hpe.com/v1alpha2
2+
apiVersion: nnf.cray.hpe.com/v1alpha6
33
kind: NnfContainerProfile
44
metadata:
55
name: demo
@@ -37,7 +37,7 @@ data:
3737
image: ghcr.io/nearnodeflash/nnf-container-example:master
3838
retryLimit: 2
3939
---
40-
apiVersion: dataworkflowservices.github.io/v1alpha2
40+
apiVersion: dataworkflowservices.github.io/v1alpha3
4141
kind: Workflow
4242
metadata:
4343
name: demo-container

0 commit comments

Comments
 (0)