From cc45438ef4ca44be7be9c99d87e43a9c00ae369d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 20 Oct 2021 14:49:33 +0200 Subject: [PATCH] fix mosquitto and renovate-bump --- .github/workflows/renovate-bump.yaml | 4 ++-- charts/stable/mosquitto/Chart.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index d7feeecf38f..8e196be1d3f 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -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 diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index ff5f011bdbd..eed8ccc98e1 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -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