diff --git a/config/manifests/bases/k6-operator.clusterserviceversion.yaml b/config/manifests/bases/k6-operator.clusterserviceversion.yaml index b7584b1f..0bf72eb3 100644 --- a/config/manifests/bases/k6-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/k6-operator.clusterserviceversion.yaml @@ -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 @@ -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: daniel@k6.io - name: Daniel González Lopes + - email: olha@k6.io + name: Olha Yevtushenko + - email: daniel@k6.io + name: Daniel González Lopes maturity: alpha provider: name: k6.io