Skip to content

Commit 99f8c0d

Browse files
committed
release: Fix metadata.annotations.support field
[noissue] Signed-off-by: Balasankar 'Balu' C <balu@dravidam.net>
1 parent 16d2e17 commit 99f8c0d

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

bundle/manifests/pulp-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ metadata:
6464
capabilities: Full Lifecycle
6565
categories: Integration & Delivery
6666
containerImage: quay.io/pulp/pulp-operator:v1.0.0
67-
createdAt: "2025-12-19T03:33:08Z"
67+
createdAt: "2026-01-14T05:51:48Z"
6868
description: Pulp is a platform for managing repositories of software packages
6969
and making them available to a large number of consumers.
70-
metadata.annotations.support: Community
7170
operators.operatorframework.io/builder: operator-sdk-v1.31.0
7271
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
7372
repository: https://github.com/pulp/pulp-operator
73+
support: Community
7474
name: pulp-operator.v1.2.0
7575
namespace: placeholder
7676
spec:

bundle/manifests/repo-manager.pulpproject.org_pulps.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,9 +2208,10 @@ spec:
22082208
operator:
22092209
description: |-
22102210
Operator represents a key's relationship to the value.
2211-
Valid operators are Exists and Equal. Defaults to Equal.
2211+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
22122212
Exists is equivalent to wildcard for value, so that a pod can
22132213
tolerate all taints of a particular category.
2214+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
22142215
type: string
22152216
tolerationSeconds:
22162217
description: |-
@@ -3800,9 +3801,10 @@ spec:
38003801
operator:
38013802
description: |-
38023803
Operator represents a key's relationship to the value.
3803-
Valid operators are Exists and Equal. Defaults to Equal.
3804+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
38043805
Exists is equivalent to wildcard for value, so that a pod can
38053806
tolerate all taints of a particular category.
3807+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
38063808
type: string
38073809
tolerationSeconds:
38083810
description: |-
@@ -5763,9 +5765,10 @@ spec:
57635765
operator:
57645766
description: |-
57655767
Operator represents a key's relationship to the value.
5766-
Valid operators are Exists and Equal. Defaults to Equal.
5768+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
57675769
Exists is equivalent to wildcard for value, so that a pod can
57685770
tolerate all taints of a particular category.
5771+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
57695772
type: string
57705773
tolerationSeconds:
57715774
description: |-
@@ -7332,9 +7335,10 @@ spec:
73327335
operator:
73337336
description: |-
73347337
Operator represents a key's relationship to the value.
7335-
Valid operators are Exists and Equal. Defaults to Equal.
7338+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
73367339
Exists is equivalent to wildcard for value, so that a pod can
73377340
tolerate all taints of a particular category.
7341+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
73387342
type: string
73397343
tolerationSeconds:
73407344
description: |-
@@ -10837,9 +10841,10 @@ spec:
1083710841
operator:
1083810842
description: |-
1083910843
Operator represents a key's relationship to the value.
10840-
Valid operators are Exists and Equal. Defaults to Equal.
10844+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
1084110845
Exists is equivalent to wildcard for value, so that a pod can
1084210846
tolerate all taints of a particular category.
10847+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
1084310848
type: string
1084410849
tolerationSeconds:
1084510850
description: |-

config/crd/bases/repo-manager.pulpproject.org_pulps.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,9 +2208,10 @@ spec:
22082208
operator:
22092209
description: |-
22102210
Operator represents a key's relationship to the value.
2211-
Valid operators are Exists and Equal. Defaults to Equal.
2211+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
22122212
Exists is equivalent to wildcard for value, so that a pod can
22132213
tolerate all taints of a particular category.
2214+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
22142215
type: string
22152216
tolerationSeconds:
22162217
description: |-
@@ -3800,9 +3801,10 @@ spec:
38003801
operator:
38013802
description: |-
38023803
Operator represents a key's relationship to the value.
3803-
Valid operators are Exists and Equal. Defaults to Equal.
3804+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
38043805
Exists is equivalent to wildcard for value, so that a pod can
38053806
tolerate all taints of a particular category.
3807+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
38063808
type: string
38073809
tolerationSeconds:
38083810
description: |-
@@ -5763,9 +5765,10 @@ spec:
57635765
operator:
57645766
description: |-
57655767
Operator represents a key's relationship to the value.
5766-
Valid operators are Exists and Equal. Defaults to Equal.
5768+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
57675769
Exists is equivalent to wildcard for value, so that a pod can
57685770
tolerate all taints of a particular category.
5771+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
57695772
type: string
57705773
tolerationSeconds:
57715774
description: |-
@@ -7332,9 +7335,10 @@ spec:
73327335
operator:
73337336
description: |-
73347337
Operator represents a key's relationship to the value.
7335-
Valid operators are Exists and Equal. Defaults to Equal.
7338+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
73367339
Exists is equivalent to wildcard for value, so that a pod can
73377340
tolerate all taints of a particular category.
7341+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
73387342
type: string
73397343
tolerationSeconds:
73407344
description: |-
@@ -10837,9 +10841,10 @@ spec:
1083710841
operator:
1083810842
description: |-
1083910843
Operator represents a key's relationship to the value.
10840-
Valid operators are Exists and Equal. Defaults to Equal.
10844+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
1084110845
Exists is equivalent to wildcard for value, so that a pod can
1084210846
tolerate all taints of a particular category.
10847+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
1084310848
type: string
1084410849
tolerationSeconds:
1084510850
description: |-

config/manifests/bases/pulp-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ metadata:
7777
createdAt: "2021-03-26 16:57:40"
7878
description: Pulp is a platform for managing repositories of software packages
7979
and making them available to a large number of consumers.
80-
metadata.annotations.support: Community
8180
operators.operatorframework.io/builder: operator-sdk-v1.22.2
8281
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8382
repository: https://github.com/pulp/pulp-operator
83+
support: Community
8484
name: pulp-operator.v1.0.0
8585
namespace: placeholder
8686
spec:

0 commit comments

Comments
 (0)