Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: Homepage image repo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Nov 7, 2023
1 parent 9a71b7c commit ef6f67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/homepage/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
emptyDir:
initContainers:
- name: cache-prep
image: 'ghcr.io/benphelps/homepage:{{ .Values.imageTag }}'
image: 'ghcr.io/gethomepage/homepage:{{ .Values.imageTag }}'
command: [sh, -ec]
volumeMounts:
- mountPath: /.next
Expand Down

0 comments on commit ef6f67a

Please sign in to comment.