[wealthfolio] Flip wealthfolio-sync CronJob image to Forgejo
The CronJob has been broken since registry-private lost the wealthfolio-sync image (last successful run 36+ days ago). The image is built from /home/wizard/code/broker-sync (the brokerage data sync — Trading 212, Schwab, Fidelity, IMAP-CSV → wealthfolio). Set up: viktor/broker-sync repo on Forgejo with .woodpecker/build.yml that pushes to forgejo.viktorbarzin.me/viktor/wealthfolio-sync. Until Woodpecker recognises the new repo's webhook, the image was bootstrapped via 'docker pull viktorbarzin/broker-sync:latest && docker tag … && docker push forgejo.viktorbarzin.me/viktor/wealthfolio-sync:latest' so the CronJob unblocks immediately.
This commit is contained in:
parent
d942a21d93
commit
f1d69b0a7a
1 changed files with 6 additions and 1 deletions
|
|
@ -515,7 +515,12 @@ resource "kubernetes_cron_job_v1" "wealthfolio_sync" {
|
|||
}
|
||||
container {
|
||||
name = "sync"
|
||||
image = "registry.viktorbarzin.me/wealthfolio-sync:latest"
|
||||
# Phase 4 of forgejo-registry-consolidation 2026-05-07 +
|
||||
# post-cutover wealthfolio-sync rebuild: image is now
|
||||
# produced by /home/wizard/code/broker-sync (Forgejo
|
||||
# viktor/broker-sync, DockerHub viktorbarzin/broker-sync,
|
||||
# Forgejo viktor/wealthfolio-sync as the cluster pull path).
|
||||
image = "forgejo.viktorbarzin.me/viktor/wealthfolio-sync:latest"
|
||||
env {
|
||||
name = "IMAP_HOST"
|
||||
value_from {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue