Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion client/tests/auto_upgrade_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tests:
value: stg-auto-upgrade
- equal:
path: spec.schedule
value: "23 2 * * *"
value: "23 * * * *"
- equal:
path: spec.concurrencyPolicy
value: Forbid
Expand Down
4 changes: 2 additions & 2 deletions client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ autoUpgrade:
# Default ON: the entire point of #69 is that customers freeze on the
# version they installed. Defaulting off would recreate that exact bug.
enabled: true
# Daily at 02:23 UTC. The off-hour minute spreads load across the
# Hourly at :23. The off-hour minute spreads load across the
# tracebloc.github.io/client GitHub Pages origin.
schedule: "23 2 * * *"
schedule: "23 * * * *"
Comment thread
cursor[bot] marked this conversation as resolved.
# Helm chart repo to poll. Override only when mirroring internally.
repoUrl: "https://tracebloc.github.io/client"
repoName: "tracebloc"
Expand Down