Update hypervisor details;Upgrade components;Housekeeping;Add decom tasks;Prevent configuration reset #2;Add morefid label
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-03 13:11:54 +01:00
parent d874da0cb3
commit f74d94a5e0
18 changed files with 142 additions and 21 deletions

View File

@ -54,7 +54,7 @@ components:
argo-cd:
helm:
version: 5.14.1 # (= ArgoCD v2.5.2)
version: 5.19.14 # (= ArgoCD v2.5.10)
chart: argo/argo-cd
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |
@ -98,7 +98,7 @@ components:
gitea:
helm:
version: v6.0.3 # (= Gitea v1.17.3)
version: v7.0.2 # (= Gitea v1.18.3)
chart: gitea-charts/gitea
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | sed '/:/!s/$/:latest/'
chart_values: !unsafe |