Skip to content

Commit

Permalink
chore: remove latest version for conversion webhook (#760)
Browse files Browse the repository at this point in the history
Remove latest version for conversion webhook

Signed-off-by: Mathieu Cesbron <[email protected]>
  • Loading branch information
MathieuCesbron authored Jun 21, 2024
1 parent c58d54f commit dd4e8e1
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 dd4e8e1

Please sign in to comment.