Skip to content

Commit

Permalink
[helm] Adjusting CRD versions in examples
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Nov 8, 2024
1 parent b23aeff commit bf12ee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ annotations:
displayName: Kuadrant
description: Kuadrant configures installations of Kuadrant Service Protection components.
- kind: AuthPolicy
version: v1beta1
version: v1beta3
name: authpolicies.kuadrant.io
displayName: AuthPolicy
description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network.
- kind: RateLimitPolicy
version: v1beta1
version: v1beta3
name: ratelimitpolicies.kuadrant.io
displayName: RateLimitPolicy
description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network.
- kind: DNSPolicy
version: v1beta1
version: v1
name: dnspolicies.kuadrant.io
displayName: DNSPolicy
description: DNSPolicy is the Schema for the dnspolicies API.
- kind: TLSPolicy
version: v1beta1
version: v1
name: tlspolicies.kuadrant.io
displayName: TLSPolicy
description: TLSPolicy is the Schema for the tlspolicies API.
Expand Down Expand Up @@ -110,7 +110,7 @@ annotations:
- limit: 50
duration: 1
unit: minute
- apiVersion: kuadrant.io/v1alpha1
- apiVersion: kuadrant.io/v1
kind: DNSPolicy
metadata:
name: dnspolicy-sample
Expand All @@ -122,7 +122,7 @@ annotations:
healthCheck:
endpoint: /
protocol: HTTP
- apiVersion: kuadrant.io/v1alpha1
- apiVersion: kuadrant.io/v1
kind: TLSPolicy
metadata:
name: tlspolicy-sample
Expand Down

0 comments on commit bf12ee8

Please sign in to comment.