Files
truecharts/charts/stable/manyfold/values.yaml
T
TrueCharts BotandGitHub 3e570e51b1 chore(helm): update image ghcr.io/manyfold3d/manyfold 0.123.1 → 0.123.2 (#39872)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| patch | `7179641` -> `02f8713` |

---

> [!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.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.123.2)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.123.1...v0.123.2)

Minor release for a few bugfixes, including a small security fix around
Cults3D credentials and fixes for running on MySQL/MariaDB.

#### What's Changed

##### 🔒 Security 🔒

- Don't expose Cults3D auth credentials in error messages by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4733](https://redirect.github.com/manyfold3d/manyfold/pull/4733)
- Add checksums to Gemfile.lock by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4735](https://redirect.github.com/manyfold3d/manyfold/pull/4735)

##### 🛠️ Other Improvements 🛠️

- Run tests across all supported databases by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4734](https://redirect.github.com/manyfold3d/manyfold/pull/4734)
- Translation update by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4727](https://redirect.github.com/manyfold3d/manyfold/pull/4727)

**Full Changelog**:
<https://github.com/manyfold3d/manyfold/compare/v0.123.1...v0.123.2>

</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=-->
2025-09-22 14:51:30 +00:00

59 lines
1.4 KiB
YAML

image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.123.2@sha256:02f87130e85a1a7167a0e1504dea7ae0b1d5b3fdfe5139a1ef0f5c58d29867ec
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