bumps
This commit is contained in:
@@ -136,13 +136,13 @@ jobs:
|
|||||||
echo "changed apps: ${APPS[*]}"
|
echo "changed apps: ${APPS[*]}"
|
||||||
for chart in ${APPS[*]}
|
for chart in ${APPS[*]}
|
||||||
do
|
do
|
||||||
if [[ "${chart}" == '.gitkee' ]]; then
|
if test -f "./charts/incubator/${chart}/Chart.yaml"; then
|
||||||
|
train="incubator"
|
||||||
|
elif [[ "${chart}" == '.gitkee' ]]; then
|
||||||
echo "Skipping..."
|
echo "Skipping..."
|
||||||
return
|
return
|
||||||
elif test -f "./charts/stable/${chart}/Chart.yaml"; then
|
elif test -f "./charts/stable/${chart}/Chart.yaml"; then
|
||||||
train="stable"
|
train="stable"
|
||||||
elif test -f "./charts/incubator/${chart}/Chart.yaml"; then
|
|
||||||
train="incubator"
|
|
||||||
elif test -f "./charts/library/${chart}/Chart.yaml"; then
|
elif test -f "./charts/library/${chart}/Chart.yaml"; then
|
||||||
train="library"
|
train="library"
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ sources:
|
|||||||
- https://github.com/traefik/traefik-helm-chart
|
- https://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ name: k8s-gateway
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/ori-edge/k8s_gateway
|
- https://github.com/ori-edge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ sources:
|
|||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
upstream_version: v9.19.2
|
upstream_version: v9.19.2
|
||||||
version: 6.13.18
|
version: 6.13.19
|
||||||
|
|||||||
Reference in New Issue
Block a user