fix: use manager repo with devpod-latest tag for dev pod image

This commit is contained in:
Ryan Moon
2026-04-04 08:36:05 -05:00
parent 0a0237d58f
commit 70466b447d
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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