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

Commit

Permalink
feat: Homepage image bumped to v0.7.4 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Nov 7, 2023
1 parent 9139c18 commit b20d892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/homepage/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
level: s0:c829,c861
automountServiceAccountToken: true
containers:
- image: 'ghcr.io/benphelps/homepage:{{ .Values.imageTag }}'
- image: 'ghcr.io/gethomepage/homepage:{{ .Values.imageTag }}'
imagePullPolicy: null
livenessProbe:
failureThreshold: 3
Expand Down 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
2 changes: 1 addition & 1 deletion apps/homepage/values.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imageTag: v0.6.28
imageTag: v0.7.4

0 comments on commit b20d892

Please sign in to comment.