Skip to content

Commit acc32df

Browse files
authored
Merge pull request #384 from securesign/add-annotation-to-bundle
add annotation
2 parents 5517d8b + 1595cc7 commit acc32df

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

bundle.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-v1.0
99
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1111
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
12+
LABEL operators.openshift.io/valid-subscription="Red Hat Trusted Artifact Signer"
1213

1314
LABEL description="The bundle image for the rhtas-operator, containing manifests, metadata and testing scorecard."
1415
LABEL io.k8s.description="The bundle image for the rhtas-operator, containing manifests, metadata and testing scorecard."

bundle/manifests/rhtas-operator.clusterserviceversion.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ metadata:
192192
]
193193
capabilities: Seamless Upgrades
194194
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a21f7128694a64989bf0d84a7a7da4c1ffc89edf62d594dc8bea7bcfe9ac08d3
195-
createdAt: "2024-05-16T17:47:47Z"
195+
createdAt: "2024-05-20T12:33:48Z"
196196
features.operators.openshift.io/cnf: "false"
197197
features.operators.openshift.io/cni: "false"
198198
features.operators.openshift.io/csi: "false"
@@ -203,6 +203,7 @@ metadata:
203203
features.operators.openshift.io/token-auth-aws: "false"
204204
features.operators.openshift.io/token-auth-azure: "false"
205205
features.operators.openshift.io/token-auth-gcp: "false"
206+
operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]'
206207
operators.operatorframework.io/builder: operator-sdk-v1.32.0
207208
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
208209
repository: https://github.com/securesign/secure-sign-operator

bundle/metadata/annotations.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ annotations:
88
operators.operatorframework.io.metrics.builder: operator-sdk-v1.34.1
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
11+
operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]'
1112

1213
# Annotations for testing.
1314
operators.operatorframework.io.test.mediatype.v1: scorecard+v1

config/manifests/bases/rhtas-operator.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ metadata:
1515
features.operators.openshift.io/token-auth-aws: "false"
1616
features.operators.openshift.io/token-auth-azure: "false"
1717
features.operators.openshift.io/token-auth-gcp: "false"
18+
operators.openshift.io/valid-subscription: '["Red Hat Trusted Artifact Signer"]'
1819
repository: https://github.com/securesign/secure-sign-operator
1920
support: Red Hat
2021
name: rhtas-operator.v1.0.1

0 commit comments

Comments
 (0)