This commit is contained in:
kjeld Schouten-Lebbing 2021-09-03 15:06:48 +02:00
parent 188a028750
commit d6f2f84e3a
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
4 changed files with 7 additions and 7 deletions

View File

@ -136,13 +136,13 @@ jobs:
echo "changed apps: ${APPS[*]}"
for chart in ${APPS[*]}
do
if [[ "${chart}" == '.gitkee' ]]; then
if test -f "./charts/incubator/${chart}/Chart.yaml"; then
train="incubator"
elif [[ "${chart}" == '.gitkee' ]]; then
echo "Skipping..."
return
elif test -f "./charts/stable/${chart}/Chart.yaml"; then
train="stable"
elif test -f "./charts/incubator/${chart}/Chart.yaml"; then
train="incubator"
elif test -f "./charts/library/${chart}/Chart.yaml"; then
train="library"
else

View File

@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 0.0.1
version: 0.0.2

View File

@ -20,4 +20,4 @@ name: k8s-gateway
sources:
- https://github.com/ori-edge/k8s_gateway
type: application
version: 1.0.5
version: 1.0.6

View File

@ -26,4 +26,4 @@ sources:
- https://traefik.io/
type: application
upstream_version: v9.19.2
version: 6.13.18
version: 6.13.19