chore(helm): update image docker.io/misskey/misskey 2025.11.1 → 2025.12.0 (#42490)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | minor | `3ebd7eb` -> `1781473` | --- > [!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>misskey-dev/misskey (docker.io/misskey/misskey)</summary> ### [`v2025.12.0`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2025120) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.11.1...2025.12.0) ##### Note - configの`trustProxy`のデフォルト値を`false`に変更しました。アップデート前に現在のconfigをご確認の上、必要に応じて値を変更してください。 ##### Client - Fix: stacking router viewで連続して戻る操作を行うと何も表示されなくなる問題を修正 ##### Server - Enhance: メモリ使用量を削減しました - Enhance: ActivityPubアクティビティを送信する際のパフォーマンス向上 - Enhance: 依存関係の更新 - Fix: セキュリティに関する修正 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.11.1
|
||||
appVersion: 2025.12.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -49,5 +49,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey
|
||||
- https://hub.docker.com/r/misskey/misskey
|
||||
type: application
|
||||
version: 13.32.2
|
||||
version: 13.33.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/misskey/misskey
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.11.1@sha256:3ebd7eb4d668a66b60886d068c19860ad1627ff697a6041b0ddd8d4df8a82d2d
|
||||
tag: 2025.12.0@sha256:17814737ef9ceeb63d11de8b913774d23eb7ae0a24570e6602f85a924d917714
|
||||
|
||||
securityContext:
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user