fix mosquitto and renovate-bump
This commit is contained in:
parent
e38d1bc122
commit
cc45438ef4
|
@ -53,8 +53,8 @@ jobs:
|
||||||
train="incubator"
|
train="incubator"
|
||||||
fi
|
fi
|
||||||
echo "Comparing versions for ${train}/${chart}"
|
echo "Comparing versions for ${train}/${chart}"
|
||||||
master=$(pybump get --file ./master/charts/${train}/${chart}/Chart.yaml)
|
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "version")
|
||||||
current=$(pybump get --file ./charts/${train}/${chart}/Chart.yaml)
|
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "version")
|
||||||
echo "master version: ${master}"
|
echo "master version: ${master}"
|
||||||
echo "current version: ${current}"
|
echo "current version: ${current}"
|
||||||
if [[ "${master}" != "${current}" ]]; then
|
if [[ "${master}" != "${current}" ]]; then
|
||||||
|
|
|
@ -25,7 +25,5 @@ version: 3.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- homeautomation
|
- homeautomation
|
||||||
icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png
|
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|
Loading…
Reference in New Issue