Skip to content

Commit

Permalink
chore: update repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling136 committed Feb 10, 2025
1 parent a79ec30 commit e63692b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
6 changes: 3 additions & 3 deletions cluster/apps/glance/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<p></p>
theme:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/homepage/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/statuspage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cluster/media/poddownloader/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e63692b

Please sign in to comment.