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:
parent
7cbd5224c3
commit
28f52af432
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 29.0.2
|
||||
appVersion: 29.0.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -49,4 +49,4 @@ sources:
|
|||
- https://hub.docker.com/r/collabora/code
|
||||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
||||
type: application
|
||||
version: 31.3.1
|
||||
version: 31.3.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/tccr/nextcloud-fpm
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v29.0.2@sha256:fcc24cb5238de69881dc4e03a2d6c16e0b60960ecfc0ddcfe63f9e97e3944d47
|
||||
tag: v29.0.3@sha256:205fe614758d8ccc2fa9d55827be6fee31dc9271959c118a1c4bf0e32092f32e
|
||||
nginxImage:
|
||||
repository: nginxinc/nginx-unprivileged
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in New Issue