You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix duplicate key size inflation in SecretPacker by only incrementing
size for new content hash keys
- Add io.LimitReader (10 MiB cap) for gzip decompression to prevent
gzip bombs in controller and e2e helpers
- Add doc comment clarifying ObjectSourceRef.Namespace defaults to OLM
system namespace during ref resolution
- Fix docs: orphan cleanup uses ownerReference GC, ref resolution
failures are retried (not terminal)
- Remove unused ClusterExtensionRevisionReasonRefResolutionFailed constant
- Add default error branch in e2e listExtensionRevisionResources for
objects missing both ref and inline content
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensionrevisions.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,9 @@ spec:
221
221
minLength: 1
222
222
type: string
223
223
namespace:
224
-
description: namespace is the namespace of the referenced
225
-
Secret.
224
+
description: |-
225
+
namespace is the namespace of the referenced Secret.
226
+
When empty, defaults to the OLM system namespace during ref resolution.
returnnil, fmt.Errorf("decompressed data for key %q in Secret %s/%s exceeds maximum size (%d bytes)", ref.Key, ref.Namespace, ref.Name, maxDecompressedSize)
returnnil, fmt.Errorf("decompressed data for key %q in Secret %s/%s exceeds maximum size (%d bytes)", ref.Key, ref.Namespace, ref.Name, maxDecompressedSize)
0 commit comments