chore(helm): update image docker.io/traggo/server 0.6.1 → 0.7.0 (#34860)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/traggo/server](https://redirect.github.com/traggo/server) | minor | `d99e426` -> `cf780be` | 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.7.0`](https://redirect.github.com/traggo/server/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/traggo/server/compare/v0.6.1...v0.7.0) - Fix error logging messages [`50ae8ea`](https://redirect.github.com/traggo/server/commit/50ae8ea1fe24321d52b295738e43a2427d7c3dbc) - Fix styling on small screens for tags in time spans and the tag page [#​205](https://redirect.github.com/traggo/server/issues/205) by [@​Minnowo](https://redirect.github.com/Minnowo) - Add setting for using the native date-time picker [#​204](https://redirect.github.com/traggo/server/issues/204) by [@​jxddk](https://redirect.github.com/jxddk) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.1
|
||||
appVersion: 0.7.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/traggo
|
||||
- https://hub.docker.com/r/traggo/server
|
||||
type: application
|
||||
version: 8.7.1
|
||||
version: 8.8.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/traggo/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.6.1@sha256:d99e426cf0e084a4d82973d8e449dda435b357952946e7853a7f938efe3940b6
|
||||
tag: 0.7.0@sha256:cf780be1d53de37128dc0df1287afec900d97aef13326d7655da7f433f010c10
|
||||
traggo:
|
||||
username: admin
|
||||
password: admin
|
||||
|
||||
Reference in New Issue
Block a user