Use latest addons for 1.26
This commit is contained in:
parent
277763c4ea
commit
974458bd85
@ -10,7 +10,7 @@ global:
|
|||||||
|
|
||||||
addons:
|
addons:
|
||||||
enabled: true
|
enabled: true
|
||||||
targetRevision: 0.8.0
|
targetRevision: 0.8.1
|
||||||
external-dns:
|
external-dns:
|
||||||
enabled: false
|
enabled: false
|
||||||
forseti:
|
forseti:
|
||||||
|
@ -22,3 +22,7 @@ patch_chart() {
|
|||||||
# diff -tuNr charts/aws-node-termination-handler.orig charts/aws-node-termination-handler > nth.patch
|
# diff -tuNr charts/aws-node-termination-handler.orig charts/aws-node-termination-handler > nth.patch
|
||||||
patch -p0 -i $CHART.patch --no-backup-if-mismatch
|
patch -p0 -i $CHART.patch --no-backup-if-mismatch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update_docs() {
|
||||||
|
helm-docs
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user