This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kanboard/kanboard](https://kanboard.org) ([source](https://togithub.com/kanboard/kanboard)) | patch | `v1.2.33` -> `v1.2.34` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kanboard/kanboard (kanboard/kanboard)</summary> ### [`v1.2.34`](https://togithub.com/kanboard/kanboard/releases/tag/v1.2.34): Kanboard 1.2.34 [Compare Source](https://togithub.com/kanboard/kanboard/compare/v1.2.33...v1.2.34) - Upgrade Docker image to Alpine 3.19 and PHP 8.3 - API: Avoid PHP notice when searching for a project name that does not exist - Update Bulgarian translation - Bump `symfony/console` from `5.4.28` to `5.4.32` - Bump `phpunit/phpunit` from `9.6.13` to `9.6.15` </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
image:
|
|
repository: kanboard/kanboard
|
|
tag: v1.2.34@sha256:63faa984bc8d2006f93734e90c5d3a26bc9bb69529fbf739129a869443adc0fe
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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
|