Skip to content

Commit

Permalink
Update versions of CRDs in CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpiotrowski committed Nov 24, 2023
1 parent 3edc403 commit 6f1b8cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2023-11-23T17:11:53Z"
createdAt: "2023-11-24T10:39:39Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
Expand All @@ -111,7 +111,9 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: AuthPolicy
- description: AuthPolicy enables AuthN and AuthZ based access control on workloads
displayName: AuthPolicy
kind: AuthPolicy
name: authpolicies.kuadrant.io
version: v1beta2
- kind: DNSHealthCheckProbe
Expand All @@ -123,15 +125,17 @@ spec:
- kind: DNSRecord
name: dnsrecords.kuadrant.io
version: v1alpha1
- description: Kuadrant is the Schema for the kuadrants API
- description: Kuadrant is the Schema for the Kuadrant API
displayName: Kuadrant
kind: Kuadrant
name: kuadrants.kuadrant.io
version: v1beta1
- kind: ManagedZone
name: managedzones.kuadrant.io
version: v1alpha1
- kind: RateLimitPolicy
- description: RateLimitPolicy is the Schema for the ratelimitpolicies API
displayName: RateLimitPolicy
kind: RateLimitPolicy
name: ratelimitpolicies.kuadrant.io
version: v1beta2
- kind: TLSPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: Kuadrant is the Schema for the kuadrants API
- description: Kuadrant is the Schema for the Kuadrant API
displayName: Kuadrant
kind: Kuadrant
name: kuadrants.kuadrant.io
version: v1beta1
- description: Enable AuthN and AuthZ based access control on workloads
- description: AuthPolicy enables AuthN and AuthZ based access control on workloads
displayName: AuthPolicy
kind: AuthPolicy
name: authpolicies.kuadrant.io
version: v1beta1
- description: Enable access control on workloads based on HTTP rate limiting
version: v1beta2
- description: RateLimitPolicy is the Schema for the ratelimitpolicies API
displayName: RateLimitPolicy
kind: RateLimitPolicy
name: ratelimitpolicies.kuadrant.io
version: v1beta1
version: v1beta2
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
displayName: Kuadrant Operator
icon:
Expand Down

0 comments on commit 6f1b8cd

Please sign in to comment.