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 4494a8f..750f19b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -19,7 +19,7 @@ 45+ Formats Rust Quality Gate - Ko-fi + Sponsor

--- @@ -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