bumps
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Containers - Fetch new application versions
|
- name: Containers - Fetch new application versions
|
||||||
run: |
|
run: |
|
||||||
find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
find ./containers/apps -maxdepth 1 -mindepth 1 -type d -exec basename {} \; | while read app; do
|
||||||
if test -f "./containers/apps/${app}/latest-version.sh"; then
|
if test -f "./containers/apps/${app}/latest-version.sh"; then
|
||||||
version=$(bash "./containers/apps/${app}/latest-version.sh")
|
version=$(bash "./containers/apps/${app}/latest-version.sh")
|
||||||
if [[ ! -z "${version}" || "${version}" != "null" ]]; then
|
if [[ ! -z "${version}" || "${version}" != "null" ]]; then
|
||||||
echo "${version}" | tee "./containers/apps/${app}/VERSION" > /dev/null
|
echo "${version}" | tee "./containers/apps/${app}/VERSION" > /dev/null
|
||||||
@@ -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