Skip to content

Commit ade3ce8

Browse files
committed
Turn cosign verification back on
Also adding another license header. Signed-off-by: Andre Fredette <[email protected]>
1 parent 8dbc6ef commit ade3ce8

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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.

hack/tools.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
//go:build tools
22
// +build tools
33

4+
/*
5+
Copyright 2025 The bpfman Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
*/
19+
420
package tools
521

622
import _ "k8s.io/code-generator"

0 commit comments

Comments
 (0)