From a195a41ea925667d4d316e377540a504a01669ba Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Fri, 22 Aug 2025 13:54:46 +0200 Subject: [PATCH] fix(repo): set correct repo and source Signed-off-by: Christopher Haar --- upbound.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upbound.yaml b/upbound.yaml index 7d341d8..5be3b50 100644 --- a/upbound.yaml +++ b/upbound.yaml @@ -33,5 +33,5 @@ spec: This repository offers a specialized configuration for deploying and managing an AWS database on Kubernetes using Crossplane. This setup provides the necessary infrastructure to deploy RDS instances managed with Crossplane in Kubernetes. This approach ensures a flexible, streamlined deployment workflow. For more details and customization options, you can explore [the GitHub repository](https://github.com/upbound/configuration-aws-database). - repository: xpkg.upbound.io/upbound/configuration-aws-database - source: github.com/upbound/configuration-aws-database + repository: xpkg.upbound.io/upbound/configuration-aws-database-ai + source: github.com/upbound/configuration-aws-database-ai