Skip to content

Commit cc63cb0

Browse files
author
Alan Christie
committed
refactor: v1alpha3 -> v1
1 parent d9926e3 commit cc63cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def configure(settings: kopf.OperatorSettings, **_: Any) -> None:
9595
settings.posting.level = logging.INFO
9696

9797

98-
@kopf.on.create("squonk.it", "v1alpha3", "jupyternotebooks", id="jupyter")
98+
@kopf.on.create("squonk.it", "v1", "jupyternotebooks", id="jupyter")
9999
def create(spec: Dict[str, Any], name: str, namespace: str, **_: Any) -> Dict[str, Any]:
100100

101101
characters = string.ascii_letters + string.digits

roles/operator/tasks/crd.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
jsonPath: .status.jupyter.notebook.token
2828
name: Token
2929
type: string
30-
name: v1alpha3
30+
name: v1
3131
schema:
3232
openAPIV3Schema:
3333
type: object

0 commit comments

Comments
 (0)