Skip to content

Commit

Permalink
update application object
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent 93b9d85 commit 146fd3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .k8s/staging/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ metadata:
name: louper-staging
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: mark3labs/louper-web:staging-latest
argocd-image-updater.argoproj.io/image-list: louper=mark3labs/louper-web:staging-latest
argocd-image-updater.argoproj.io/louper.update-strategy: digest
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand All @@ -16,3 +17,7 @@ spec:
destination:
server: 'https://kubernetes.default.svc'
namespace: louper-staging
syncPolicy:
automated:
prune: true
selfHeal: true

0 comments on commit 146fd3d

Please # to comment.