chore(Apps): move traefik and k8s gateway to core train

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-14 11:43:45 +01:00
parent 9ce1d87588
commit b7b107c99a
46 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ function incr_semver() {
BUMPTYPE=${1}
if [ -z ${2+x} ]; then
for train in stable incubator develop non-free deprecated; do
for train in stable incubator develop non-free deprecated dependency core; do
for chart in charts/${train}/*; do
if [ -d "${chart}" ]; then
echo "Bumping patch version for ${train}/${chart}"