Fix Gitea username: julia → lazorgurl in all registry/API refs
Some checks are pending
CI / changes (push) Waiting to run
CI / lint-and-test (push) Waiting to run
CI / build (push) Blocked by required conditions
Deploy Production / deploy (push) Waiting to run

Gitea admin username is julia but the Gitea account name is
lazorgurl. Update container registry URLs, workflow refs,
Taskfile API calls, and pull secret placeholders.
This commit is contained in:
Julia McGhee
2026-03-21 16:06:58 +00:00
parent cb733c92a0
commit e0fcf2b756
12 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ spec:
- name: gitea-pull-secret
containers:
- name: api
image: gitea.coreworlds.io/julia/homelab-api:latest
image: gitea.coreworlds.io/lazorgurl/homelab-api:latest
ports:
- containerPort: 4000
name: http

View File

@@ -2,7 +2,7 @@
# kubectl create secret docker-registry gitea-pull-secret \
# --namespace apps \
# --docker-server=gitea.coreworlds.io \
# --docker-username=julia \
# --docker-username=lazorgurl \
# --docker-password=<token> \
# --dry-run=client -o yaml | kubeseal --format yaml \
# --controller-namespace kube-system --controller-name sealed-secrets-helm

View File

@@ -14,6 +14,6 @@ patches:
kind: Deployment
name: api
images:
- name: gitea.coreworlds.io/julia/homelab-api
newName: gitea.coreworlds.io/julia/homelab-api
- name: gitea.coreworlds.io/lazorgurl/homelab-api
newName: gitea.coreworlds.io/lazorgurl/homelab-api
newTag: da95687db90d2790cac12ad2e66fa16388712871

View File

@@ -18,7 +18,7 @@ spec:
- name: gitea-pull-secret
containers:
- name: harness
image: gitea.coreworlds.io/julia/homelab-harness:latest
image: gitea.coreworlds.io/lazorgurl/homelab-harness:latest
ports:
- containerPort: 3100
env:

View File

@@ -14,6 +14,6 @@ patches:
kind: Deployment
name: harness
images:
- name: gitea.coreworlds.io/julia/homelab-harness
newName: gitea.coreworlds.io/julia/homelab-harness
- name: gitea.coreworlds.io/lazorgurl/homelab-harness
newName: gitea.coreworlds.io/lazorgurl/homelab-harness
newTag: latest

View File

@@ -18,7 +18,7 @@ spec:
- name: gitea-pull-secret
containers:
- name: web
image: gitea.coreworlds.io/julia/homelab-web:latest
image: gitea.coreworlds.io/lazorgurl/homelab-web:latest
ports:
- containerPort: 3000
resources:

View File

@@ -2,7 +2,7 @@
# kubectl create secret docker-registry gitea-pull-secret \
# --namespace apps \
# --docker-server=gitea.coreworlds.io \
# --docker-username=julia \
# --docker-username=lazorgurl \
# --docker-password=<token> \
# --dry-run=client -o yaml | kubeseal --format yaml \
# --controller-namespace kube-system --controller-name sealed-secrets-helm

View File

@@ -14,6 +14,6 @@ patches:
kind: Deployment
name: web
images:
- name: gitea.coreworlds.io/julia/homelab-web
newName: gitea.coreworlds.io/julia/homelab-web
- name: gitea.coreworlds.io/lazorgurl/homelab-web
newName: gitea.coreworlds.io/lazorgurl/homelab-web
newTag: da95687db90d2790cac12ad2e66fa16388712871