Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devops/values/toixo-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
versionAdopt: &vadopt v0.1.78
versionAdopt: &vadopt v0.1.79

# Schema migrations. The pre-upgrade hook (devops/helm/templates/migrations.yaml)
# runs this image's `migrate up` against the DB below before new pods roll.
Expand Down Expand Up @@ -127,7 +127,7 @@ cronjobs:
schedule: "30 * * * *"
image:
repository: "ghcr.io/vlab-research/swoosh"
tag: "v0.1.10"
tag: "v0.1.11"
pullPolicy: Always
- name: adopt-ads
schedule: "30 */2 * * *"
Expand Down
Loading