Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: 3.x
python-version: '3.12'

- name: Set up chart-testing
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
Expand Down
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.23
version: 1.0.24
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")
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 @@ -198,6 +199,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