We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff9149 commit a26c314Copy full SHA for a26c314
config/enterprise_versions.yml
@@ -64,7 +64,7 @@ components:
64
intrusion-detection-controller:
65
image: tigera/intrusion-detection-controller
66
version: master
67
- security-event-webhooks-processor:
+ webhooks-processor:
68
image: tigera/webhooks-processor
69
70
compliance-controller:
hack/gen-versions/enterprise.go.tpl
@@ -163,7 +163,7 @@ var (
163
Registry: "{{ .Registry }}",
164
}
165
{{- end }}
166
-{{ with index .Components "security-event-webhooks-processor" }}
+{{ with index .Components "webhooks-processor" }}
167
ComponentSecurityEventWebhooksProcessor = Component{
168
Version: "{{ .Version }}",
169
Image: "{{ .Image }}",
0 commit comments