Files
truecharts/charts/stable/crafty-4/values.yaml
T
TrueCharts BotandGitHub e78f53461f chore(deps): update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.4.4@ae3ba89 by renovate (#27207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/)
([source](https://gitlab.com/crafty-controller/crafty-4)) | patch |
`4.4.3` -> `4.4.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>crafty-controller/crafty-4
(registry.gitlab.com/crafty-controller/crafty-4)</summary>

###
[`v4.4.4`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----444---20241003)

[Compare
Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.4.3...v4.4.4)

##### Bug fixes

- Migrations | Fix orphan schedule configurations crashing migration
operation ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/796))
- Fix logic issue causing bedrock wizard's root files buttons to not
respond to user click events ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/797))
- Reset crash detection counter after crash detection process detects
successful start ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/798))
- Update new bedrock DL url and correctly bubble up exception on DL fail
- Thanks [@&#8203;sarcastron](https://redirect.github.com/sarcastron)
([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/802))
- Bump cryptography for GHSA-h4gh-qq45-vh27 ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/803))
<br><br>

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDYuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-10-03 11:10:37 +02:00

75 lines
1.4 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: registry.gitlab.com/crafty-controller/crafty-4
tag: 4.4.4@sha256:ae3ba896cf01d5768e446a311b54d5c2b138a47719e1965f60abbcfe8546a923
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 1000
runAsUser: 1000
service:
main:
ports:
main:
port: 10586
protocol: https
targetPort: 8443
redirects:
enabled: true
ports:
redirects:
enabled: true
port: 10587
protocol: https
targetPort: 8000
minecraft:
enabled: true
ports:
minecraft:
enabled: true
port: 25565
targetPort: 25565
bedrock:
enabled: true
ports:
bedrock:
enabled: true
port: 19132
protocol: udp
targetPort: 19132
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: https
path: /
readiness:
type: https
path: /
startup:
type: https
path: /
env: {}
persistence:
config:
enabled: true
mountPath: /crafty/app/config
servers:
enabled: true
mountPath: /crafty/servers
logs:
enabled: true
mountPath: /crafty/logs
import:
enabled: true
mountPath: /crafty/import
backups:
enabled: true
mountPath: /crafty/backups
portal:
open:
enabled: true