From 75c8604cd4189363658550a32d3d18cfd45437ee Mon Sep 17 00:00:00 2001 From: morey-tech Date: Sat, 22 Nov 2025 11:30:39 -0500 Subject: [PATCH] fix: remove deprecated adoptedresources CRD reference The adoptedresources.services.k8s.aws CRD has been deprecated and removed from the AWS Controllers for Kubernetes repository. The remote CRD manifest URL was returning 404, causing CI/CD validation failures. According to AWS ACK documentation, the AdoptedResource approach is no longer recommended. Individual ACK controller operators will install their own CRDs when deployed. Fixes #397 --- ack-system/instance/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ack-system/instance/kustomization.yaml b/ack-system/instance/kustomization.yaml index 4d4fce3f..44dae425 100644 --- a/ack-system/instance/kustomization.yaml +++ b/ack-system/instance/kustomization.yaml @@ -4,6 +4,5 @@ kind: Kustomization namespace: ack-system resources: - - https://raw.githubusercontent.com/aws-controllers-k8s/s3-controller/main/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml - namespace.yaml - operator-group.yaml