Skip to content

Commit 5caffd3

Browse files
committed
[k8s] Bump CRD schema version to 1.32.7
Adding the name and primary fields to AzureAddress changed the CiliumNode CRD schema, but the CRD schema version was not bumped. The operator only re-applies the embedded CRD when its version is newer than the version label on the cluster's CRD, so the new fields were never deployed and were silently pruned by the API server on every write. Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
1 parent a7751f9 commit 5caffd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/k8s/apis/cilium.io/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ const (
1515
//
1616
// Maintainers: Run ./Documentation/check-crd-compat-table.sh for each release
1717
// Developers: Bump patch for each change in the CRD schema.
18-
CustomResourceDefinitionSchemaVersion = "1.32.6"
18+
CustomResourceDefinitionSchemaVersion = "1.32.7"
1919
)

0 commit comments

Comments
 (0)