chore(Apps): move traefik and k8s gateway to core train
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user