diff --git a/config.js b/config.js index e332fad..ed52d33 100644 --- a/config.js +++ b/config.js @@ -15,5 +15,10 @@ module.exports = { "username": process.env.HUB_DOCKER_COM_USER, "password": process.env.HUB_DOCKER_COM_TOKEN } + ], + "allowedPostUpgradeCommands": [ + // [gitea/helm-chart] Update README.md on dependency changes in values.yaml + "install-tool node", + "make readme" ] };