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.1
version: 1.0.24-rc.2
appVersion: "1.0.0"
maintainers:
- name: Palo Alto Networks - Cortex KSPM team
Expand Down
5 changes: 5 additions & 0 deletions charts/konnector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ optionalValues:
CLUSTER_URI: "" # Cluster URI should be set when metadata service is not reachable from the cluster
UPLOAD_LOG_LEVEL: "ERROR" # Log level for uploading logs ("ERROR", "WARNING", "INFO", "DEBUG", "PANIC")
CONSOLE_LOG_LEVEL: "INFO" # Log level for console output ("ERROR", "WARNING", "INFO", "DEBUG", "PANIC")
IN_CLUSTER_REGISTRY_SCAN_URL: "" # OpenShift registry scan URL - set by the user if a custom registry URL was configured

proxyValues:
httpProxy: "" # Optional proxy URL for external network access
Expand Down Expand Up @@ -199,6 +200,10 @@ system:
roleRef:
apiGroup: security.openshift.io/v1
name: system:openshift:scc:privileged
konnector-openshift-registry:
roleRef:
apiGroup: rbac.authorization.k8s.io/v1
name: system:image-puller

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