From 020a2cba7932391463f357c1ee2a4ebd9cdcd1ce Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 31 Jul 2025 15:58:06 -0400 Subject: [PATCH] fix: update icon path for k8s-username (#276) ## Description This is an issue that doesn't exist within `coder/registry`, but was breaking our build process for the Registry website. We were using an invalid image path. ## Type of Change - [ ] New module - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun run fmt`) - [x] Changes tested locally --- registry/ericpaulsen/templates/k8s-username/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/ericpaulsen/templates/k8s-username/README.md b/registry/ericpaulsen/templates/k8s-username/README.md index ec106a50..61c577c5 100644 --- a/registry/ericpaulsen/templates/k8s-username/README.md +++ b/registry/ericpaulsen/templates/k8s-username/README.md @@ -1,7 +1,7 @@ --- display_name: Kubernetes (Deployment) with Dynamic Username description: Provision Kubernetes Deployments as Coder workspaces with your Username -icon: ../../../site/static/icon/k8s.png +icon: ../../../../.icons/kubernetes.svg verified: true tags: [kubernetes, container, username] ---