chore(deps): update container image wekanteam/wekan to v7.41@0d2536f by renovate (#19455)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.40` -> `v7.41` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wekan/wekan (wekanteam/wekan)</summary> ### [`v7.41`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v741-2024-03-18-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.40...v7.41) This release fixes the following bugs: - Fixes for mongosh to allow snap packages to update to the edge/candidate version. [Part 1](https://togithub.com/wekan/wekan/pull/5349), [Part 2](https://togithub.com/wekan/wekan/pull/5350). Thanks to lorodoes. Thanks to above GitHub users for their contributions and translators for their translations. </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
3b2bcc0f9a
commit
380cb82aad
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 7.40.0
|
appVersion: 7.41.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.2.2
|
version: 20.2.2
|
||||||
|
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
|
||||||
keywords:
|
keywords:
|
||||||
- wekan
|
- wekan
|
||||||
- kanban
|
- kanban
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
|
@ -42,4 +42,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
||||||
- https://hub.docker.com/r/wekanteam/wekan
|
- https://hub.docker.com/r/wekanteam/wekan
|
||||||
type: application
|
type: application
|
||||||
version: 14.14.2
|
version: 14.15.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: wekanteam/wekan
|
repository: wekanteam/wekan
|
||||||
tag: v7.40@sha256:ef8172f4e03986263cc54385a21faba18af142ac063a1bff97765e6a98ebcd0a
|
tag: v7.41@sha256:0d2536f1a4fc69616266dd07d8b1db989f3f7345954a46ba3071a91092ce2178
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue