Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/konnector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: konnector
description: Deploys Palo Alto Networks' Cortex KSPM connector for advanced Kubernetes security posture management.
type: application
version: 1.0.24-rc.4
version: 1.0.24-rc.6
appVersion: "1.0.0"
maintainers:
- name: Palo Alto Networks - Cortex KSPM team
Expand Down
4 changes: 2 additions & 2 deletions charts/konnector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ priorityClassValues:
classes:
critical:
name: "cortex-critical"
value: 1000000
value: 100001000
high:
name: "cortex-high" # The default value for workloads without priority class defined
value: 900000
value: 100000000

# ==========================
# ### System Section ###
Expand Down