Skip to content

Commit f6cd07d

Browse files
stubbiclaude
andcommitted
fix: declare v1 API versions for HPA/PDB in CSV olm.properties
Silences OLM validator warnings about deprecated autoscaling/policy APIs by explicitly declaring we use autoscaling/v2 and policy/v1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7615b2d commit f6cd07d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bundle/manifests/paperclip-operator.v0.1.0.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ metadata:
3636
containerImage: ghcr.io/stubbi/paperclip-operator:v0.1.0
3737
createdAt: "2026-03-19T00:00:00Z"
3838
description: Kubernetes operator for managing Paperclip instances - the open-source AI agent orchestration platform.
39+
olm.properties: '[{"type":"olm.gvk","value":{"group":"autoscaling","version":"v2","kind":"HorizontalPodAutoscaler"}},{"type":"olm.gvk","value":{"group":"policy","version":"v1","kind":"PodDisruptionBudget"}}]'
3940
operators.operatorframework.io/builder: operator-sdk-v1.42.0
4041
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4142
repository: https://github.com/stubbi/paperclip-operator

0 commit comments

Comments
 (0)