chore(helm): update image ghcr.io/manyfold3d/manyfold 0.99.0 → 0.99.1 (#31442)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `2ff6e69` -> `50744fa` | --- > [!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.99.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.99.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.99.0...v0.99.1) Quick fix for third-party S3 services after AWS introduced new default security settings. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Roll back AWS SDK version to fix third-party S3 services by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3491](https://redirect.github.com/manyfold3d/manyfold/pull/3491) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.99.0...v0.99.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 0.99.0
|
||||
appVersion: 0.99.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/Floppy/van_dam
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
|
||||
type: application
|
||||
version: 0.25.1
|
||||
version: 0.25.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/manyfold3d/manyfold
|
||||
tag: 0.99.0@sha256:2ff6e69ca84c831f913656af7dd6b9ea2fefdb15169d5b05c98324f2238ec570
|
||||
tag: 0.99.1@sha256:50744fa40f88e61cca57a924c9db4af2bf5d3885f7b17ed9918b68618d32ff00
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user