chore(helm): update image ghcr.io/manyfold3d/manyfold 0.123.0 → 0.123.1 (#39653)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `5614547` -> `7179641` | --- > [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.123.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.123.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.123.0...v0.123.1) Minor bugfixes and post-release tweaks for cross-instance search. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Remove hardcoded FASP contact details by [@​Floppy](https://redirect.github.com/Floppy) in [#​4726](https://redirect.github.com/manyfold3d/manyfold/pull/4726) - Fix unreadable tomselect dropdowns in dark mode or dark themes by [@​Floppy](https://redirect.github.com/Floppy) in [#​4730](https://redirect.github.com/manyfold3d/manyfold/pull/4730) ##### 🛠️ Other Improvements 🛠️ - Translation update by [@​Floppy](https://redirect.github.com/Floppy) in [#​4725](https://redirect.github.com/manyfold3d/manyfold/pull/4725) - Add CLI task to batch push public content to FASPs by [@​Floppy](https://redirect.github.com/Floppy) in [#​4728](https://redirect.github.com/manyfold3d/manyfold/pull/4728) - Link to other search types from search results (including fediverse and offsite) by [@​Floppy](https://redirect.github.com/Floppy) in [#​4729](https://redirect.github.com/manyfold3d/manyfold/pull/4729) - Use local fonts instead of CDN by [@​Floppy](https://redirect.github.com/Floppy) in [#​4732](https://redirect.github.com/manyfold3d/manyfold/pull/4732) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.123.0...v0.123.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.123.0
|
||||
appVersion: 0.123.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.18.0
|
||||
@@ -42,5 +42,5 @@ sources:
|
||||
- https://ghcr.io/manyfold3d/manyfold
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold
|
||||
type: application
|
||||
version: 4.16.0
|
||||
version: 4.16.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.123.0@sha256:56145474e475ece583eea93dda60b64cf614228a880117bbaffa21b20f95b6c9
|
||||
tag: 0.123.1@sha256:717964115417b7de3ad496b2934dd929666c749864827d63f785b55caba187fa
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user