Skip to content

Commit

Permalink
chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v29…
Browse files Browse the repository at this point in the history
….0.3@205fe61 by renovate (truecharts#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 <[email protected]>
Co-authored-by: Stavros Kois <[email protected]>
  • Loading branch information
truecharts-admin and stavros-k authored Jul 5, 2024
1 parent 7cbd522 commit 28f52af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/scripts/tc-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/premium/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/premium/nextcloud/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 28f52af

Please sign in to comment.