chore(deps): update container image outlinewiki/outline to v0.75.2@830923e by renovate (#18544)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | patch | `0.75.1` -> `0.75.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.75.2`](https://togithub.com/outline/outline/releases/tag/v0.75.2) [Compare Source](https://togithub.com/outline/outline/compare/v0.75.1...v0.75.2) #### What's Changed ##### Fixes - Regression in `0.75.1` that required `MAXIMUM_IMPORT_SIZE` config to be set - Fixed an issue where the comment sidebar would overflow the screen at tablet size ##### Improvements - Removed the maximum of 10 allowed domains **Full Changelog**: https://github.com/outline/outline/compare/v0.75.1...v0.75.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
5d0bf2aca9
commit
4e179dfcd1
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.75.1
|
appVersion: 0.75.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 18.0.1
|
version: 18.0.1
|
||||||
|
@ -41,4 +41,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||||
- https://hub.docker.com/r/outlinewiki/outline
|
- https://hub.docker.com/r/outlinewiki/outline
|
||||||
type: application
|
type: application
|
||||||
version: 12.1.0
|
version: 12.1.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: outlinewiki/outline
|
repository: outlinewiki/outline
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 0.75.1@sha256:64c3ed1eeb4084aa5bc5aebcd24e70215bd923e3d3dc2c1b0642a2b42ec37114
|
tag: 0.75.2@sha256:830923e3e7b4b3f2969db56a6033a03947f9a191d35b60a1fd80ed130ade5a1d
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue