Skip to content

Commit 9927f56

Browse files
committed
Turn cosign verification back on
Signed-off-by: Andre Fredette <[email protected]>
1 parent 8dbc6ef commit 9927f56

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bundle/manifests/bpfman-config_v1_configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data:
1212
millisec_delay = 10000
1313
[signing]
1414
allow_unsigned = true
15-
verify_enabled = false
15+
verify_enabled = true
1616
kind: ConfigMap
1717
metadata:
1818
annotations: {}

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ metadata:
820820
capabilities: Basic Install
821821
categories: OpenShift Optional
822822
containerImage: quay.io/bpfman/bpfman-operator:latest
823-
createdAt: "2025-03-04T22:18:04Z"
823+
createdAt: "2025-03-04T23:16:24Z"
824824
description: The bpfman Operator is designed to manage eBPF programs for applications.
825825
features.operators.openshift.io/cnf: "false"
826826
features.operators.openshift.io/cni: "false"

config/bpfman-deployment/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ data:
2020
millisec_delay = 10000
2121
[signing]
2222
allow_unsigned = true
23-
verify_enabled = false
23+
verify_enabled = true

hack/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The bpfman Authors.
2+
Copyright 2025 The bpfman Authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)