chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v29.0.3@205fe61 by renovate (#23866)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers) | patch | `v29.0.2` -> `v29.0.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -73,8 +73,12 @@ function helm_lint() {
|
||||
fi
|
||||
done <<<"$helm_lint_output"
|
||||
|
||||
if echo "$helm_lint_output" | grep -q "Fail:"; then
|
||||
helm_lint_exit_code=1
|
||||
# TODO: If there are ci/*values.yaml files, lint those
|
||||
# and skip linting the top-level values.yaml.
|
||||
if [[ ! $(ls $chart_path/ci/*values.yaml) ]]; then
|
||||
if echo "$helm_lint_output" | grep -q "Fail:"; then
|
||||
helm_lint_exit_code=1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $helm_lint_exit_code -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user