fix(manyfold): update image ghcr.io/manyfold3d/manyfold 0.143.1 → 0.143.2 (#49044)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `abfdf4a` → `587bfdd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.143.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.143.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.143.1...v0.143.2) A small bugfix for a couple of visual problems. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix default logo path by [@​Floppy](https://redirect.github.com/Floppy) in [#​6338](https://redirect.github.com/manyfold3d/manyfold/pull/6338) - Fix Vapor theme compilation error by [@​Floppy](https://redirect.github.com/Floppy) in [#​6339](https://redirect.github.com/manyfold3d/manyfold/pull/6339) ##### 🌍 Internationalization 🌏 - Translations updated: de by [@​Floppy](https://redirect.github.com/Floppy) in [#​6280](https://redirect.github.com/manyfold3d/manyfold/pull/6280) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.143.1...v0.143.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYW55Zm9sZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.143.1
|
||||
appVersion: 0.143.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 7.13.1
|
||||
version: 7.13.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.143.1@sha256:abfdf4a0a8320265ed90b194e7c09ba32575ee55f9f548dd02a39d87b2471ace
|
||||
tag: 0.143.2@sha256:587bfdda569184a3c87106c48b9ce6322f9a78e863663cac70bb38baeea61aae
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user