Skip to content

Commit 6d565a9

Browse files
chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.77.1@58de451 by renovate (#25931)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `0.77.0` -> `0.77.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.77.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.77.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.77.0...v0.77.1) Hotfix for an authentication problem on initial setup. Sorry! #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix first use authentication by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2621](https://redirect.github.com/manyfold3d/manyfold/pull/2621) **Full Changelog**: manyfold3d/manyfold@v0.77.0...v0.77.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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny40IiwidXBkYXRlZEluVmVyIjoiMzguNjcuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
1 parent 9506c33 commit 6d565a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/incubator/manyfold/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
truecharts.org/min_helm_version: "3.11"
77
truecharts.org/train: incubator
88
apiVersion: v2
9-
appVersion: 0.77.0
9+
appVersion: 0.77.1
1010
dependencies:
1111
- name: common
1212
version: 24.1.14
@@ -40,4 +40,4 @@ sources:
4040
- https://github.com/Floppy/van_dam
4141
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
4242
type: application
43-
version: 0.3.1
43+
version: 0.3.2

charts/incubator/manyfold/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/manyfold3d/manyfold
3-
tag: 0.77.0@sha256:fe5892f2e15236c95f8db4edbaf33ef53fdf9568c913900e6d914d05be4646c9
3+
tag: 0.77.1@sha256:58de451bc1b17f90be0ab3e07501c5e757cb801f1f0d904fcbc3932af8201c79
44
pullPolicy: IfNotPresent
55

66
securityContext:

0 commit comments

Comments
 (0)