This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `02f8713` -> `6c2d9b8` | --- > [!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.124.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.124.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.123.2...v0.124.0) Added avatar and background images for creators, including syncing them from external sites, so now you can make your creator profile beautiful! #### What's Changed ##### ✨ New Features ✨ - Add avatar and banner images for Creators, and sync from other hosting sites by [@​Floppy](https://redirect.github.com/Floppy) in [#​4741](https://redirect.github.com/manyfold3d/manyfold/pull/4741) - Show avatars and banners over Activitypub by [@​Floppy](https://redirect.github.com/Floppy) in [#​4749](https://redirect.github.com/manyfold3d/manyfold/pull/4749) - Set avatar and banner for remote ActivityPub creators by [@​Floppy](https://redirect.github.com/Floppy) in [#​4750](https://redirect.github.com/manyfold3d/manyfold/pull/4750) - Add form option to remove avatar and banner images by [@​Floppy](https://redirect.github.com/Floppy) in [#​4755](https://redirect.github.com/manyfold3d/manyfold/pull/4755) ##### 🐛 Bug Fixes 🐛 - Remove hexagon avatars from Vapor theme by [@​Floppy](https://redirect.github.com/Floppy) in [#​4754](https://redirect.github.com/manyfold3d/manyfold/pull/4754) ##### 🛠️ Other Improvements 🛠️ - Make LibraryUploader more generic by [@​Floppy](https://redirect.github.com/Floppy) in [#​4739](https://redirect.github.com/manyfold3d/manyfold/pull/4739) - Translation update by [@​Floppy](https://redirect.github.com/Floppy) in [#​4751](https://redirect.github.com/manyfold3d/manyfold/pull/4751) - Help text to stand out over creator banner backgrounds by [@​Floppy](https://redirect.github.com/Floppy) in [#​4758](https://redirect.github.com/manyfold3d/manyfold/pull/4758) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.123.2...v0.124.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/manyfold3d/manyfold
|
|
tag: 0.124.0@sha256:6c2d9b87fead3a348c795dc57372b97122f3219f331d61afec6018dbb2cf619a
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3214
|
|
port: 3214
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DATABASE_ADAPTER: postgresql
|
|
DATABASE_HOST: "{{ .Values.cnpg.main.creds.host }}"
|
|
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
|
|
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
|
|
DATABASE_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
SECRET_KEY_BASE:
|
|
secretKeyRef:
|
|
name: manyfold-secrets
|
|
key: SECRET_KEY_BASE
|
|
REDIS_URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|
|
probes:
|
|
readiness:
|
|
path: /health
|
|
liveness:
|
|
path: /health
|
|
startup:
|
|
path: /health
|
|
persistence:
|
|
libraries:
|
|
enabled: true
|
|
mountPath: "/libraries"
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: manyfold
|
|
database: manyfold
|
|
redis:
|
|
enabled: true
|