Skip to content

Commit 377a35b

Browse files
OpenShift Registry Scan Support (#24)
* add registry_scan_url optional env * add openshift registry permissions * remove openshift registry permissions * add openshift registry permissions * change env name * restore chart version * bump version --------- Co-authored-by: Yishay Nadav <[email protected]>
1 parent 446644c commit 377a35b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.1
5+
version: 1.0.24-rc.2
66
appVersion: "1.0.0"
77
maintainers:
88
- name: Palo Alto Networks - Cortex KSPM team

charts/konnector/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ optionalValues:
2828
CLUSTER_URI: "" # Cluster URI should be set when metadata service is not reachable from the cluster
2929
UPLOAD_LOG_LEVEL: "ERROR" # Log level for uploading logs ("ERROR", "WARNING", "INFO", "DEBUG", "PANIC")
3030
CONSOLE_LOG_LEVEL: "INFO" # Log level for console output ("ERROR", "WARNING", "INFO", "DEBUG", "PANIC")
31+
IN_CLUSTER_REGISTRY_SCAN_URL: "" # OpenShift registry scan URL - set by the user if a custom registry URL was configured
3132

3233
proxyValues:
3334
httpProxy: "" # Optional proxy URL for external network access
@@ -199,6 +200,10 @@ system:
199200
roleRef:
200201
apiGroup: security.openshift.io/v1
201202
name: system:openshift:scc:privileged
203+
konnector-openshift-registry:
204+
roleRef:
205+
apiGroup: rbac.authorization.k8s.io/v1
206+
name: system:image-puller
202207

203208
# ==========================
204209
# Secrets Resources

0 commit comments

Comments
 (0)