Adjust retries/delay;Upgrade version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
df069672f3
commit
4d2513c1a5
@ -77,4 +77,4 @@
|
|||||||
until:
|
until:
|
||||||
- patch_result.changed is true
|
- patch_result.changed is true
|
||||||
retries: "{{ playbook.retries }}"
|
retries: "{{ playbook.retries }}"
|
||||||
delay: "{{ playbook.delay.short }}"
|
delay: "{{ playbook.delay.medium }}"
|
||||||
|
@ -77,4 +77,4 @@
|
|||||||
until:
|
until:
|
||||||
- patch_result.changed is true
|
- patch_result.changed is true
|
||||||
retries: "{{ playbook.retries }}"
|
retries: "{{ playbook.retries }}"
|
||||||
delay: "{{ playbook.delay.short }}"
|
delay: "{{ playbook.delay.medium }}"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
- volume_details.json is defined
|
- volume_details.json is defined
|
||||||
- (volume_details.json | json_query('data[? state==`attached`].robustness') | unique | length) == 1
|
- (volume_details.json | json_query('data[? state==`attached`].robustness') | unique | length) == 1
|
||||||
- (volume_details.json | json_query('data[? state==`attached`].robustness') | first) == "healthy"
|
- (volume_details.json | json_query('data[? state==`attached`].robustness') | first) == "healthy"
|
||||||
retries: "{{ playbook.retries }}"
|
retries: "{{ ( playbook.retries * 2) | int }}"
|
||||||
delay: "{{ playbook.delay.long }}"
|
delay: "{{ playbook.delay.long }}"
|
||||||
|
|
||||||
- name: Upgrade longhorn chart
|
- name: Upgrade longhorn chart
|
||||||
|
@ -54,7 +54,7 @@ components:
|
|||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
helm:
|
helm:
|
||||||
version: 5.19.14 # (= ArgoCD v2.5.10)
|
version: 5.20.0 # (= ArgoCD v2.6.0)
|
||||||
chart: argo/argo-cd
|
chart: argo/argo-cd
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
chart_values: !unsafe |
|
chart_values: !unsafe |
|
||||||
|
Loading…
Reference in New Issue
Block a user