From d35b969b2ceb7efb250ce9e2d14364c555f4f967 Mon Sep 17 00:00:00 2001 From: Brandon Geraci Date: Mon, 23 Feb 2026 22:02:05 -0600 Subject: [PATCH 1/2] docs: remove broken Kubernetes deployment link from org profile The raw K8s manifests deployment path never existed. Remove the standalone Kubernetes link and the "Raw K8s Manifests" row from the deployment table. Kubernetes deployment is covered by the Helm chart page. Ref artifact-keeper/artifact-keeper#272 --- profile/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 4494a8f..f15098b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -135,7 +135,7 @@ docker pull ghcr.io/artifact-keeper/artifact-keeper-backend:latest docker pull ghcr.io/artifact-keeper/artifact-keeper-web:latest ``` -Full deployment guides: [Docker](https://artifactkeeper.com/docs/deployment/docker/) · [Kubernetes](https://artifactkeeper.com/docs/deployment/kubernetes/) · [Helm](https://artifactkeeper.com/docs/deployment/helm/) · [AWS](https://artifactkeeper.com/docs/deployment/aws/) +Full deployment guides: [Docker](https://artifactkeeper.com/docs/deployment/docker/) · [Helm](https://artifactkeeper.com/docs/deployment/helm/) · [AWS](https://artifactkeeper.com/docs/deployment/aws/) ## Repository Types @@ -332,7 +332,6 @@ graph LR | **Docker Compose** | Local development, demos, small teams | [Docs](https://artifactkeeper.com/docs/deployment/docker/) | | **Helm Chart** | Kubernetes deployments, any environment | [Docs](https://artifactkeeper.com/docs/deployment/helm/) | | **Terraform + Helm** | Production on AWS (EKS, RDS, S3) | [IaC Repo](https://github.com/artifact-keeper/artifact-keeper-iac) | -| **Raw K8s Manifests** | Single-node Kubernetes, learning | [Docs](https://artifactkeeper.com/docs/deployment/kubernetes/) | | **AWS EC2** | Single-instance production | [Docs](https://artifactkeeper.com/docs/deployment/aws/) | ## Contributing From 25d188048b5c6fc994029f25ca74823fe5181ff0 Mon Sep 17 00:00:00 2001 From: Brandon Geraci Date: Wed, 11 Mar 2026 07:50:35 -0500 Subject: [PATCH 2/2] Update sponsor links to GitHub Sponsors Replace Ko-fi links with GitHub Sponsors (github.com/sponsors/artifact-keeper) in both FUNDING.yml and the org profile README badge. --- .github/FUNDING.yml | 2 +- profile/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 355e18c..bfacec5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -ko_fi: bsgeraci +github: artifact-keeper diff --git a/profile/README.md b/profile/README.md index f15098b..750f19b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -19,7 +19,7 @@ 45+ Formats Rust Quality Gate - Ko-fi + Sponsor

---