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
+3
View File
@@ -33,6 +33,7 @@ jobs:
- 'charts/incubator/**'
- 'charts/dependency/**'
- 'charts/library/**'
- 'charts/core/**'
- run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- id: reduce
run: |
@@ -87,6 +88,8 @@ jobs:
train="dev"
elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then
train="dependency"
elif test -f "./charts/core/${{ matrix.app }}/Chart.yaml"; then
train="core"
else
train="incubator"
fi
+3
View File
@@ -33,6 +33,7 @@ jobs:
- 'charts/incubator/**'
- 'charts/library/**'
- 'charts/dependency/**'
- 'charts/core/**'
- name: Filter filter-output
run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
- name: Bump
@@ -52,6 +53,8 @@ jobs:
train="library"
elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then
train="dependency"
elif test -f "./charts/core/${{ matrix.app }}/Chart.yaml"; then
train="core"
else
train="incubator"
fi