Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed May 3, 2024
1 parent 64d8148 commit 886c34c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion api/v1alpha1/limitador_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ type LimitadorSpec struct {
// +optional
Replicas *int `json:"replicas,omitempty"`

// Deprecated
// [Deprecated] Use spec.image instead.
// Docker tag used as limitador image. The repo is hardcoded to quay.io/kuadrant/limitador
// +deprecated
// +optional
Version *string `json:"version,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/limitador-operator:latest
createdAt: "2024-04-15T10:48:14Z"
createdAt: "2024-05-03T10:11:12Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/limitador-operator
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/limitador.kuadrant.io_limitadors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,8 @@ spec:
type: array
type: object
type: object
image:
type: string
limits:
items:
description: RateLimit defines the desired Limitador limit
Expand Down Expand Up @@ -1096,6 +1098,8 @@ spec:
minimum: 1
type: integer
version:
description: '[Deprecated] Use spec.image instead. Docker tag used
as limitador image. The repo is hardcoded to quay.io/kuadrant/limitador'
type: string
type: object
x-kubernetes-validations:
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/limitador.kuadrant.io_limitadors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ spec:
type: array
type: object
type: object
image:
type: string
limits:
items:
description: RateLimit defines the desired Limitador limit
Expand Down Expand Up @@ -1097,6 +1099,8 @@ spec:
minimum: 1
type: integer
version:
description: '[Deprecated] Use spec.image instead. Docker tag used
as limitador image. The repo is hardcoded to quay.io/kuadrant/limitador'
type: string
type: object
x-kubernetes-validations:
Expand Down

0 comments on commit 886c34c

Please sign in to comment.