Skip to content

Commit

Permalink
Use docker image from GitHub package registry
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Jan 27, 2024
1 parent 542af74 commit 3f171a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: tevling
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: tevling=veloek/tevling:latest
argocd-image-updater.argoproj.io/image-list: tevling=ghcr.io/veloek/tevling:latest
argocd-image-updater.argoproj.io/tevling.update-strategy: digest
spec:
project: default
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ingress:
port: http

image:
repository: veloek/tevling
repository: ghcr.io/veloek/tevling
tag: latest

resources:
Expand Down

0 comments on commit 3f171a2

Please sign in to comment.