mirror of
https://github.com/wahyd4/scraper.git
synced 2026-08-09 05:06:22 +10:00
Update manifest
This commit is contained in:
+3
-3
@@ -3,8 +3,8 @@ kind: CronJob
|
||||
metadata:
|
||||
name: house-data-scraper
|
||||
spec:
|
||||
# every Sunday 10:05 am
|
||||
schedule: "5 0 * * 0"
|
||||
# every Sunday 23:05 utc
|
||||
schedule: "5 23 * * 0"
|
||||
jobTemplate:
|
||||
spec:
|
||||
backoffLimit: 0
|
||||
@@ -12,7 +12,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: data-scraper
|
||||
image: "docker.pkg.github.com/wahyd4/scraper/app:v0.1.23"
|
||||
image: "docker.pkg.github.com/wahyd4/scraper/app:v0.1.24"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: DB_USERNAME
|
||||
|
||||
Reference in New Issue
Block a user