Skip to content

Commit

Permalink
update webhooks-processor component (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
radTuti authored Jan 30, 2025
1 parent bdd4dab commit 3e8532f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ components:
intrusion-detection-controller:
image: tigera/intrusion-detection-controller
version: v3.20.0-2.2
security-event-webhooks-processor:
webhooks-processor:
image: tigera/webhooks-processor
version: v3.20.0-2.2
compliance-controller:
Expand Down
2 changes: 1 addition & 1 deletion hack/gen-versions/enterprise.go.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var (
Registry: "{{ .Registry }}",
}
{{- end }}
{{ with index .Components "security-event-webhooks-processor" }}
{{ with index .Components "webhooks-processor" }}
ComponentSecurityEventWebhooksProcessor = Component{
Version: "{{ .Version }}",
Image: "{{ .Image }}",
Expand Down

0 comments on commit 3e8532f

Please sign in to comment.