fix: replace all stale cpfarhood references with farhoodliquor

After repo transfer from cpfarhood to farhoodliquor org, update all
references across docs, CI workflows, Makefile, Helm chart configs,
and memory files.

Closes #56

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick "Goose" Bradshaw
2026-03-19 02:13:40 +00:00
parent d3365a71f6
commit 55c2afaeb1
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/cpfarhood/devcontainer/chart/values.schema.json",
"$id": "https://github.com/farhoodliquor/devcontainer/chart/values.schema.json",
"title": "Dev Container Helm Chart Values Schema",
"description": "Schema for validating values.yaml in the Dev Container Helm chart",
"type": "object",
+1 -1
View File
@@ -7,7 +7,7 @@ name: ""
# Container image configuration
image:
repository: ghcr.io/cpfarhood/devcontainer
repository: ghcr.io/farhoodliquor/devcontainer
tag: latest
pullPolicy: Always