diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e96c286d..4a53b1f2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,14 +8,14 @@ ":semanticCommits", ":skipStatusChecks", ":timezone(America/New_York)", - "github>dexter136/HomeLab//.github/renovate/allowedVersions.json5", - "github>dexter136/HomeLab//.github/renovate/commitMessage.json5", - "github>dexter136/HomeLab//.github/renovate/customManagers.json5", - "github>dexter136/HomeLab//.github/renovate/grafanaDashboards.json5", - "github>dexter136/HomeLab//.github/renovate/groups.json5", - "github>dexter136/HomeLab//.github/renovate/labels.json5", - "github>dexter136/HomeLab//.github/renovate/packageRules.json5", - "github>dexter136/HomeLab//.github/renovate/semanticCommits.json5" + "github>aisling136/HomeLab//.github/renovate/allowedVersions.json5", + "github>aisling136/HomeLab//.github/renovate/commitMessage.json5", + "github>aisling136/HomeLab//.github/renovate/customManagers.json5", + "github>aisling136/HomeLab//.github/renovate/grafanaDashboards.json5", + "github>aisling136/HomeLab//.github/renovate/groups.json5", + "github>aisling136/HomeLab//.github/renovate/labels.json5", + "github>aisling136/HomeLab//.github/renovate/packageRules.json5", + "github>aisling136/HomeLab//.github/renovate/semanticCommits.json5" ], "dependencyDashboardTitle": "Renovate Dashboard 🤖", "suppressNotifications": ["prEditedNotification", "prIgnoreNotification"], diff --git a/cluster/apps/glance/templates/configmap.yaml b/cluster/apps/glance/templates/configmap.yaml index e79a27f6..02602acc 100644 --- a/cluster/apps/glance/templates/configmap.yaml +++ b/cluster/apps/glance/templates/configmap.yaml @@ -8,8 +8,8 @@ metadata: data: glance.yaml: | branding: - logo-url: https://raw.githubusercontent.com/dexter136/homelab/main/.icons/aisling.png - favicon-url: https://raw.githubusercontent.com/dexter136/homelab/main/.icons/aisling.png + logo-url: https://raw.githubusercontent.com/aisling136/homelab/main/.icons/aisling.png + favicon-url: https://raw.githubusercontent.com/aisling136/homelab/main/.icons/aisling.png custom-footer: |
theme: @@ -27,7 +27,7 @@ data: location: Delmar, New York, United States hour-format: 24h - type: repository - repository: dexter136/homelab + repository: aisling136/homelab pull-requests-limit: 5 issues-limit: -1 commits-limit: -1 diff --git a/cluster/apps/homepage/templates/configmap.yaml b/cluster/apps/homepage/templates/configmap.yaml index 715c74ee..5b146eee 100644 --- a/cluster/apps/homepage/templates/configmap.yaml +++ b/cluster/apps/homepage/templates/configmap.yaml @@ -24,7 +24,7 @@ data: icon: unifi.svg settings.yaml: | title: Dashboard - favicon: https://raw.githubusercontent.com/dexter136/homelab/main/.icons/aisling.png + favicon: https://raw.githubusercontent.com/aisling136/homelab/main/.icons/aisling.png useEqualHeights: true theme: dark color: slate diff --git a/cluster/apps/statuspage/deployment.yaml b/cluster/apps/statuspage/deployment.yaml index 5f8e0901..016ecd7d 100644 --- a/cluster/apps/statuspage/deployment.yaml +++ b/cluster/apps/statuspage/deployment.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: statuspage - image: ghcr.io/dexter136/argocdstatus:0.3.0 + image: ghcr.io/aisling136/argocdstatus:0.3.0 imagePullPolicy: IfNotPresent ports: - containerPort: 80 diff --git a/cluster/media/poddownloader/app.yaml b/cluster/media/poddownloader/app.yaml index 8deb6a20..aeb54849 100644 --- a/cluster/media/poddownloader/app.yaml +++ b/cluster/media/poddownloader/app.yaml @@ -16,7 +16,7 @@ spec: restartPolicy: Never containers: - name: poddown - image: ghcr.io/dexter136/podcastdownloader:0.3 + image: ghcr.io/aisling136/podcastdownloader:0.3 imagePullPolicy: IfNotPresent volumeMounts: - name: podcasts