Files
truecharts/charts/stable/kanboard/values.yaml
T
TrueCharts BotandGitHub 69853128db chore(helm): update image quay.io/kanboard/kanboard v1.2.46 → v1.2.47 (#38277)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [quay.io/kanboard/kanboard](https://kanboard.org)
([source](https://redirect.github.com/kanboard/kanboard)) | patch |
`dbdd4a8` -> `f023ba2` |

---

> [!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>kanboard/kanboard (quay.io/kanboard/kanboard)</summary>

###
[`v1.2.47`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.47):
Kanboard 1.2.47

[Compare
Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.46...v1.2.47)

- refactor: add namespace to test files
- fix: the `$escape` parameter must be provided in PHP 8.4 for CSV
functions
- fix: sanitize and validate uploaded files path
- fix: do not load `RememberMeAuth` provider when `REMEMBER_ME_AUTH` is
`false`
- fix: avoid PHP warning when external user creation is disabled
- feat!: remove file cache driver to avoid using `unserialize()`
- feat!: ignore legacy events serialized with PHP due to potential
security issues
- feat: add new actions: `TaskAssignCurrentUserColumnIfNoUserAlreadySet`
and `TaskAssignToUserOnCreationInColumn`
- feat: Add new `pdf()` method in `Core\Http\Response`
- ci: run `php-cs-fixer` on GitHub Actions
- ci: remove unnecessary labels from issue templates
- chore: replace deprecated `gh-cli` feature source in devcontainer
configuration

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-08-11 23:30:56 +02:00

50 lines
1.1 KiB
YAML

image:
repository: quay.io/kanboard/kanboard
tag: v1.2.47@sha256:f023ba2b1bd509d446cb3f59038e8f90613d53e1b93faec94bb4eba3071e611b
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10015
targetPort: 80
persistence:
data:
enabled: true
mountPath: "/var/www/app/data"
ssl:
enabled: true
mountPath: "/etc/nginx/ssl"
cnpg:
main:
enabled: true
user: kanboard
database: kanboard
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
MAIL_CONFIGURATION: false
LOG_DRIVER: stdout
DB_DRIVER: "postgres"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_PORT: "5432"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOSTNAME:
secretKeyRef:
name: cnpg-main-urls
key: host