TrueChartsClone/charts/incubator/manyfold/values.yaml

75 lines
1.6 KiB
YAML
Raw Normal View History

image:
repository: ghcr.io/manyfold3d/manyfold
chore(deps): update container image ghcr.io/manyfold3d/manyfold to v0.76.1@d376fd4 by renovate (#25824) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `0.76.0` -> `0.76.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.76.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.76.1) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.76.0...v0.76.1) A few bugfixes for ActivityPub and database migration. #### What's Changed ##### 🐛 Bug Fixes 🐛 - Exclude followable objects from nodeinfo stats by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2558](https://redirect.github.com/manyfold3d/manyfold/pull/2558) - Don't set standard ports in URL options by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2559](https://redirect.github.com/manyfold3d/manyfold/pull/2559) - Exclude healthcheck endpoint from forced SSL by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2561](https://redirect.github.com/manyfold3d/manyfold/pull/2561) - Include scheme in federails site host config by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2562](https://redirect.github.com/manyfold3d/manyfold/pull/2562) - Remove foreign key before dropping index by [@&#8203;AevumDecessus](https://redirect.github.com/AevumDecessus) in [https://github.com/manyfold3d/manyfold/pull/2560](https://redirect.github.com/manyfold3d/manyfold/pull/2560) - Create actor for default user if missing on create activities by [@&#8203;Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/2564](https://redirect.github.com/manyfold3d/manyfold/pull/2564) #### New Contributors - [@&#8203;AevumDecessus](https://redirect.github.com/AevumDecessus) made their first contribution in [https://github.com/manyfold3d/manyfold/pull/2560](https://redirect.github.com/manyfold3d/manyfold/pull/2560) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.76.0...v0.76.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:eyJjcmVhdGVkSW5WZXIiOiIzOC42My4wIiwidXBkYXRlZEluVmVyIjoiMzguNjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-02 18:30:22 +00:00
tag: 0.76.1@sha256:d376fd4b8c7c9576db543087c71b701041cca18bcf36fde85935490678c0968c
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:
enabled: true
type: http
path: /health
liveness:
enabled: true
type: http
path: /health
startup:
enabled: true
type: http
path: /health
persistence:
libraries:
enabled: true
mountPath: "/libraries"
cnpg:
main:
enabled: true
user: manyfold
database: manyfold
redis:
enabled: true
portal:
open:
enabled: true