Skip to content

Commit a26c314

Browse files
authored
update webhooks-processor component (#3739)
* update webhooks-processor component * fix statis checks
1 parent 8ff9149 commit a26c314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/enterprise_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ components:
6464
intrusion-detection-controller:
6565
image: tigera/intrusion-detection-controller
6666
version: master
67-
security-event-webhooks-processor:
67+
webhooks-processor:
6868
image: tigera/webhooks-processor
6969
version: master
7070
compliance-controller:

hack/gen-versions/enterprise.go.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var (
163163
Registry: "{{ .Registry }}",
164164
}
165165
{{- end }}
166-
{{ with index .Components "security-event-webhooks-processor" }}
166+
{{ with index .Components "webhooks-processor" }}
167167
ComponentSecurityEventWebhooksProcessor = Component{
168168
Version: "{{ .Version }}",
169169
Image: "{{ .Image }}",

0 commit comments

Comments
 (0)