Skip to content

Commit 81523d3

Browse files
author
Alan Christie
committed
feat: Add priority class to local params
1 parent 4522db0 commit 81523d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

parameters-local.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
jo_kubeconfig: "{{ lookup('env', 'KUBECONFIG') }}"
1010

1111
jo_namespace: im-data-manager-jupyter-operator
12-
jo_image_tag: "{{ lookup('env', 'IM_DEV_JUPO_IMAGE_TAG') | default('31.2.0', True) }}"
12+
jo_image_tag: "{{ lookup('env', 'IM_DEV_JUPO_IMAGE_TAG') | default('32.0.0', True) }}"
1313
jo_ingress_domain: squonk2
1414
jo_dmapi_namespace: im-data-manager
15+
16+
jo_priority_class: im-application-high

0 commit comments

Comments
 (0)