Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CSV to include both CRDs #256

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 31 additions & 27 deletions config/manifests/bases/k6-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: "[]"
alm-examples: '[]'
capabilities: Basic Install
containerImage: ghcr.io/grafana/k6-operator
repository: https://github.com/grafana/k6-operator
Expand All @@ -14,42 +13,47 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: K6 is the Schema for the k6s API
displayName: K6
kind: K6
name: k6s.k6.io
version: v1alpha1
- description: K6 is the Schema for the k6s API
displayName: K6
kind: K6
name: k6s.k6.io
version: v1alpha1
- description: PrivateLoadZone is the Schema for the privateloadzones API
displayName: Private Load Zone
kind: PrivateLoadZone
name: privateloadzones.k6.io
version: v1alpha1
description: k6-operator
displayName: k6-operator
icon:
- base64data: ""
mediatype: ""
- base64data: ""
mediatype: ""
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- testing
- performance
- reliability
- k6
- testing
- performance
- reliability
- k6
links:
- name: k6 Operator
url: https://github.com/grafana/k6-operator
- name: k6 Operator
url: https://github.com/grafana/k6-operator
maintainers:
- email: simme@k6.io
name: Simon Aronsson
- email: [email protected]
name: Daniel González Lopes
- email: olha@k6.io
name: Olha Yevtushenko
- email: [email protected]
name: Daniel González Lopes
maturity: alpha
provider:
name: k6.io
Expand Down
Loading