Skip to content

Commit 782de94

Browse files
pedjakclaude
andcommitted
Change gzipThreshold from 800 KiB to 900 KiB
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 898516d commit 782de94

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

internal/operator-controller/applier/secretpacker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525

2626
// gzipThreshold is the size above which individual objects are
2727
// gzip-compressed before being stored in a Secret.
28-
gzipThreshold = 800 * 1024
28+
gzipThreshold = 900 * 1024
2929
)
3030

3131
// SecretPacker packs serialized objects from CER phases into one or more

internal/operator-controller/controllers/clusterextensionrevision_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"strings"
1414
"time"
1515

16+
corev1 "k8s.io/api/core/v1"
1617
"k8s.io/apimachinery/pkg/api/equality"
1718
"k8s.io/apimachinery/pkg/api/meta"
1819
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)