Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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.3
version: 1.0.24-rc.4
appVersion: "1.0.0"
maintainers:
- name: Palo Alto Networks - Cortex KSPM team
Expand Down
8 changes: 6 additions & 2 deletions charts/konnector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ priorityClassValues:
name: "cortex-critical"
value: 1000000
high:
name: "cortex-high" # The default value for workloads without priority class defined
name: "cortex-high" # The default value for workloads without priority class defined
value: 900000

# ==========================
Expand Down Expand Up @@ -214,10 +214,14 @@ system:
roleRef:
apiGroup: security.openshift.io/v1
name: system:openshift:scc:privileged
konnector-openshift-registry:
konnector-openshift-registry-puller:
roleRef:
apiGroup: rbac.authorization.k8s.io/v1
name: system:image-puller
konnector-openshift-registry-viewer:
roleRef:
apiGroup: rbac.authorization.k8s.io/v1
name: registry-viewer

# ==========================
# Secrets Resources
Expand Down