fix: use manager repo with devpod-latest tag for dev pod image
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: dev
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: dev=registry.digitalocean.com/lunarfront/lunarfront-devpod:latest
|
||||
argocd-image-updater.argoproj.io/image-list: dev=registry.digitalocean.com/lunarfront/manager:devpod-latest
|
||||
argocd-image-updater.argoproj.io/dev.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
spec:
|
||||
|
||||
@@ -23,7 +23,7 @@ spec:
|
||||
- name: registry-lunarfront
|
||||
containers:
|
||||
- name: dev
|
||||
image: registry.digitalocean.com/lunarfront/lunarfront-devpod:latest
|
||||
image: registry.digitalocean.com/lunarfront/manager:devpod-latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: web
|
||||
|
||||
Reference in New Issue
Block a user