mirror of
https://github.com/truecharts/charts.git
synced 2026-08-03 12:17:00 -03:00
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.103.0 → 0.103.1 (#32867)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `b4585e3` -> `b8946bd` | 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.103.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.103.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.103.0...v0.103.1) Quick bugfix for an error when deleting models, plus some database query optimisations. #### What's Changed ##### ✨ New Features ✨ - API test and documentation framework by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3681](https://redirect.github.com/manyfold3d/manyfold/pull/3681) ##### 🐛 Bug Fixes 🐛 - Fix model deletion error by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3722](https://redirect.github.com/manyfold3d/manyfold/pull/3722) ##### 🌍 Sustainability & Performance 🌍 - Optimised database queries by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3721](https://redirect.github.com/manyfold3d/manyfold/pull/3721) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.103.0...v0.103.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.103.0
|
||||
appVersion: 0.103.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.103.0@sha256:b4585e3d1942ac55a54b9a61544d30c383f04025f6479a8a4ebddfd44239ebdc
|
||||
tag: 0.103.1@sha256:b8946bdebc8d31d30130aeacf4dc53226a04c6cc95f444f01111f1ef4f978b0d
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user