Use latest addons for 1.26

This commit is contained in:
Stefan Reimer 2023-08-21 09:49:57 +00:00
parent 88ee121198
commit 49a88ba8fa
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@ global:
addons:
enabled: true
targetRevision: 0.8.0
targetRevision: 0.8.1
external-dns:
enabled: false
forseti:

View File

@ -22,3 +22,7 @@ patch_chart() {
# diff -tuNr charts/aws-node-termination-handler.orig charts/aws-node-termination-handler > nth.patch
patch -p0 -i $CHART.patch --no-backup-if-mismatch
}
update_docs() {
helm-docs
}