Skip to content

Commit d969eae

Browse files
committed
dws: update dws crd versions
Problem: the dws and nnf CRD versions are old. Update them.
1 parent b972b0a commit d969eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/flux_k8s/crd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
CRD = namedtuple("CRD", ["group", "version", "namespace", "plural"])
66

77
DWS_GROUP = "dataworkflowservices.github.io"
8-
DWS_API_VERSION = "v1alpha4"
8+
DWS_API_VERSION = "v1alpha5"
99
DEFAULT_NAMESPACE = "default"
1010

1111
NNF_GROUP = "nnf.cray.hpe.com"
12-
NNF_API_VERSION = "v1alpha6"
12+
NNF_API_VERSION = "v1alpha7"
1313

1414

1515
WORKFLOW_CRD = CRD(

0 commit comments

Comments
 (0)