Increase retry limit for helm charts
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9e63e243b8
commit
85dcbb73a4
@ -7,6 +7,6 @@
|
||||
loop_control:
|
||||
label: "{{ item | basename }}"
|
||||
# Probably should add a task before that ensures K3s node is fully initialized before starting imports; currently K3s goes away briefly during this loop
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 10
|
||||
until: import_result is not failed
|
||||
|
@ -18,7 +18,7 @@
|
||||
until:
|
||||
- api_readycheck.json.status is defined
|
||||
- api_readycheck.json.status == 'ok'
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 60
|
||||
|
||||
- name: Retrieve configmap w/ root certificate
|
||||
|
@ -18,7 +18,7 @@
|
||||
until:
|
||||
- api_readycheck.json.status is defined
|
||||
- api_readycheck.json.status == 'pass'
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 60
|
||||
|
||||
- name: Configure additional SSH ingress
|
||||
|
@ -17,7 +17,7 @@
|
||||
register: api_readycheck
|
||||
until:
|
||||
- api_readycheck.json.Version is defined
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 60
|
||||
|
||||
- name: Generate argo-cd API token
|
||||
|
@ -18,7 +18,7 @@
|
||||
until:
|
||||
- api_readycheck.json.status is defined
|
||||
- api_readycheck.json.status == 'healthy'
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 60
|
||||
|
||||
- name: Push images to registry
|
||||
|
@ -16,7 +16,7 @@
|
||||
register: api_readycheck
|
||||
until:
|
||||
- api_readycheck is not failed
|
||||
retries: 5
|
||||
retries: 9
|
||||
delay: 60
|
||||
|
||||
module_defaults:
|
||||
|
Loading…
Reference in New Issue
Block a user