Skip to content

Commit

Permalink
Remove latest version for conversion webhook
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Cesbron <[email protected]>
  • Loading branch information
MathieuCesbron committed Jan 25, 2024
1 parent 3e6fcb9 commit bbb43fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
namespace: ot-operators
name: webhook-service
path: /convert
conversionReviewVersions: ["v1beta2", "v1beta1"]
conversionReviewVersions: ["v1beta1"]
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_redisclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
namespace: ot-operators
name: webhook-service
path: /convert
conversionReviewVersions: ["v1beta2", "v1beta1"]
conversionReviewVersions: ["v1beta1"]
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_redisreplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
namespace: ot-operators
name: webhook-service
path: /convert
conversionReviewVersions: ["v1beta2", "v1beta1"]
conversionReviewVersions: ["v1beta1"]
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_redissentinels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
namespace: ot-operators
name: webhook-service
path: /convert
conversionReviewVersions: ["v1beta2", "v1beta1"]
conversionReviewVersions: ["v1beta1"]

0 comments on commit bbb43fc

Please sign in to comment.