chore(Apps): move traefik and k8s gateway to core train
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.1.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.5.4
|
||||
version: 8.5.6
|
||||
deprecated: false
|
||||
description: A Helm chart for the k8s_gateway CoreDNS plugin
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
|
||||
@@ -20,10 +20,9 @@ name: k8s-gateway
|
||||
sources:
|
||||
- https://github.com/ori-edge/k8s_gateway
|
||||
type: application
|
||||
version: 4.0.7
|
||||
version: 4.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.5.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.5.4
|
||||
version: 8.5.6
|
||||
deprecated: false
|
||||
description: Test App for Traefik
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 10.0.9
|
||||
version: 10.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
+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