Skip to content

Commit

Permalink
chore(helm): update image docker.io/traggo/server 0.6.0 → 0.6.1 (#30604)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/traggo/server](https://redirect.github.com/traggo/server) |
patch | `e2c6e79` -> `d99e426` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>traggo/server (docker.io/traggo/server)</summary>

###
[`v0.6.1`](https://redirect.github.com/traggo/server/releases/tag/v0.6.1)

[Compare
Source](https://redirect.github.com/traggo/server/compare/v0.6.0...v0.6.1)

Fix crash with empty dashboard data and "total" enabled
([#&#8203;198](https://redirect.github.com/traggo/server/issues/198) by
[@&#8203;Minnowo](https://redirect.github.com/Minnowo))

</details>

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
  • Loading branch information
truecharts-admin authored Jan 8, 2025
1 parent fb39912 commit 6688d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/traggo/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: stable
apiVersion: v2
appVersion: 0.6.0
appVersion: 0.6.1
dependencies:
- name: common
version: 25.3.1
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/traggo
- https://hub.docker.com/r/traggo/server
type: application
version: 8.6.0
version: 8.6.1
2 changes: 1 addition & 1 deletion charts/stable/traggo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/traggo/server
pullPolicy: IfNotPresent
tag: 0.6.0@sha256:e2c6e79830d4b6b99206db62fa163993621f016f494a37220e3f5b6aaa05fa26
tag: 0.6.1@sha256:d99e426cf0e084a4d82973d8e449dda435b357952946e7853a7f938efe3940b6
traggo:
username: admin
password: admin
Expand Down

0 comments on commit 6688d6d

Please sign in to comment.