chore(helm): update image quay.io/kanboard/kanboard v1.2.43 → v1.2.44 (#33512)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/kanboard/kanboard](https://kanboard.org) ([source](https://redirect.github.com/kanboard/kanboard)) | patch | `28ea844` -> `064004e` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>kanboard/kanboard (quay.io/kanboard/kanboard)</summary> ### [`v1.2.44`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.44): Kanboard 1.2.44 [Compare Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.43...v1.2.44) - fix: prevent internal task titles from wrapping under the dropdown menu icon - feat(locale): update Greek and French translations - feat: display tag color squares next to their names in project and global settings - feat: enable bulk addition/removal of internal links - feat: provide an option to add tags without replacing existing ones during bulk operations </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.43
|
||||
appVersion: 1.2.44
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
|
||||
- https://quay.io/kanboard/kanboard
|
||||
type: application
|
||||
version: 18.5.1
|
||||
version: 18.5.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: quay.io/kanboard/kanboard
|
||||
tag: v1.2.43@sha256:28ea8445b3ba79956a77b90b6844d8ee2fbcb978882985cb77d23254f717032e
|
||||
tag: v1.2.44@sha256:064004e1582ee54dc0821e74cc33653b9c547b3faafafa2616e84ac27826ba2e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user