gitops: enable image updater for solid apps
This commit is contained in:
parent
75acea11eb
commit
7f98933f73
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: nxtgauge-admin-solid
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: admin=ghcr.io/traceworks2023/nxtgauge-admin-solid:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/admin.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: nxtgauge-frontend-solid
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: frontend=ghcr.io/traceworks2023/nxtgauge-frontend-solid:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/frontend.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue