fix mosquitto and renovate-bump

This commit is contained in:
kjeld Schouten-Lebbing 2021-10-20 14:49:33 +02:00
parent e38d1bc122
commit cc45438ef4
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 4 deletions

View File

@ -53,8 +53,8 @@ jobs:
train="incubator"
fi
echo "Comparing versions for ${train}/${chart}"
master=$(pybump get --file ./master/charts/${train}/${chart}/Chart.yaml)
current=$(pybump get --file ./charts/${train}/${chart}/Chart.yaml)
master=$(cat ./master/charts/${train}/${chart}/Chart.yaml | grep "version")
current=$(cat ./charts/${train}/${chart}/Chart.yaml | grep "version")
echo "master version: ${master}"
echo "current version: ${current}"
if [[ "${master}" != "${current}" ]]; then

View File

@ -25,7 +25,5 @@ version: 3.0.12
annotations:
truecharts.org/catagories: |
- homeautomation
icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U