Skip to content

Commit

Permalink
Merge pull request #293 from securesign/update-bundle
Browse files Browse the repository at this point in the history
updating the bundle based on SECURESIGN-704
  • Loading branch information
Gregory-Pereira authored Mar 28, 2024
2 parents 1208b66 + a0170a9 commit 6cde738
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bundle/manifests/rhtas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-03-27T15:30:30Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
createdAt: "2024-03-28T19:21:34Z"
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: rhtas-operator.v1.0.0
namespace: placeholder
Expand Down Expand Up @@ -459,6 +459,7 @@ spec:
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
Expand Down
11 changes: 11 additions & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ annotations:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"

features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"

0 comments on commit 6cde738

Please sign in to comment.