Skip to content

Commit fbf21a2

Browse files
ohoffman/modify priority class default values (#30)
* Modify PriorityClass default values to better align with conventions * Increasing PriorityClass default values --------- Co-authored-by: yishaynaPalo <[email protected]>
1 parent d0f7d7b commit fbf21a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/konnector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: konnector
33
description: Deploys Palo Alto Networks' Cortex KSPM connector for advanced Kubernetes security posture management.
44
type: application
5-
version: 1.0.24-rc.5
5+
version: 1.0.24-rc.6
66
appVersion: "1.0.0"
77
maintainers:
88
- name: Palo Alto Networks - Cortex KSPM team

charts/konnector/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ priorityClassValues:
3939
classes:
4040
critical:
4141
name: "cortex-critical"
42-
value: 1000000
42+
value: 100001000
4343
high:
4444
name: "cortex-high" # The default value for workloads without priority class defined
45-
value: 900000
45+
value: 100000000
4646

4747
# ==========================
4848
# ### System Section ###

0 commit comments

Comments
 (0)