Use latest addons for 1.26
This commit is contained in:
parent
277763c4ea
commit
974458bd85
@ -10,7 +10,7 @@ global:
|
||||
|
||||
addons:
|
||||
enabled: true
|
||||
targetRevision: 0.8.0
|
||||
targetRevision: 0.8.1
|
||||
external-dns:
|
||||
enabled: false
|
||||
forseti:
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user