adjust update-packages
This commit is contained in:
parent
9b8fd610d2
commit
ad20e237d4
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
- event: cron
|
||||
name: images
|
||||
cron: images
|
||||
|
||||
steps:
|
||||
'Build image':
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
event: [cron]
|
||||
name: update-packages
|
||||
- event: [cron]
|
||||
name: update-packages
|
||||
|
||||
skip_clone: true
|
||||
|
||||
|
|
@ -47,10 +47,10 @@ steps:
|
|||
### PROD
|
||||
resources:
|
||||
requests:
|
||||
memory: 10Gi
|
||||
memory: 13Gi
|
||||
cpu: 1000m
|
||||
limits:
|
||||
memory: 10Gi
|
||||
memory: 13Gi
|
||||
cpu: 1000m
|
||||
# DEBUG
|
||||
# resources:
|
||||
|
|
|
|||
Loading…
Reference in a new issue