This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/beromir/servas](https://frankenphp.dev) ([source](https://redirect.github.com/php/frankenphp)) | major | `d69687f` -> `8f2c4f7` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>php/frankenphp (docker.io/beromir/servas)</summary> ### [`v1.0.0`](https://redirect.github.com/php/frankenphp/releases/tag/v1.0.0) #### What's Changed - ci: add Super-Linter by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/323](https://redirect.github.com/dunglas/frankenphp/pull/323) - ci: setup Dependabot for GHA by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/325](https://redirect.github.com/dunglas/frankenphp/pull/325) - ci: bump docker/setup-buildx-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/326](https://redirect.github.com/dunglas/frankenphp/pull/326) - ci: bump docker/login-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/327](https://redirect.github.com/dunglas/frankenphp/pull/327) - ci: bump docker/setup-qemu-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dunglas/frankenphp/pull/328](https://redirect.github.com/dunglas/frankenphp/pull/328) - remove sqlite3 requirement on darwin, fixes [#​330](https://redirect.github.com/php/frankenphp/issues/330) by [@​shyim](https://redirect.github.com/shyim) in [https://github.com/dunglas/frankenphp/pull/331](https://redirect.github.com/dunglas/frankenphp/pull/331) - feat: embed PHP apps into the FrankenPHP binary by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/324](https://redirect.github.com/dunglas/frankenphp/pull/324) - feat: allow running embedded CLI scripts by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/332](https://redirect.github.com/dunglas/frankenphp/pull/332) - feat: use tar to embed apps by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/333](https://redirect.github.com/dunglas/frankenphp/pull/333) - feat: define needed environment variables in static-builder.Dockerfile by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/338](https://redirect.github.com/dunglas/frankenphp/pull/338) - feat(caddy): allow to start workers using the php-server built-in command by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/339](https://redirect.github.com/dunglas/frankenphp/pull/339) - docs: embed by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/340](https://redirect.github.com/dunglas/frankenphp/pull/340) - ci: better tags for static-builder Docker image by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/341](https://redirect.github.com/dunglas/frankenphp/pull/341) - docs: link to the website by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/342](https://redirect.github.com/dunglas/frankenphp/pull/342) - ci(docker): only mark tagged versions as latest by [@​dunglas](https://redirect.github.com/dunglas) in [https://github.com/dunglas/frankenphp/pull/343](https://redirect.github.com/dunglas/frankenphp/pull/343) #### New Contributors - [@​shyim](https://redirect.github.com/shyim) made their first contribution in [https://github.com/dunglas/frankenphp/pull/331](https://redirect.github.com/dunglas/frankenphp/pull/331) **Full Changelog**: https://github.com/dunglas/frankenphp/compare/v1.0.0-rc.4...v1.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
image:
|
|
repository: docker.io/beromir/servas
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.0@sha256:8f2c4f7c53a9c065d742a1aadf542216e230f4d91a7d8d8ddc2614e424acd448
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 80
|
|
port: 11080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
type: http
|
|
readiness:
|
|
path: "/"
|
|
type: http
|
|
startup:
|
|
path: "/"
|
|
type: http
|
|
env:
|
|
APP_NAME: Servas
|
|
APP_KEY:
|
|
secretKeyRef:
|
|
name: servas-secrets
|
|
key: APP_KEY
|
|
APP_ENV: production
|
|
APP_DEBUG: false
|
|
# APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
|
SERVAS_ENABLE_REGISTRATION: true
|
|
DB_CONNECTION: mysql
|
|
DB_HOST:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
key: plainhost
|
|
DB_PORT: 3306
|
|
DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}"
|
|
DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}"
|
|
DB_PASSWORD: "{{ .Values.mariadb.password }}"
|
|
persistence:
|
|
nginx:
|
|
enabled: true
|
|
mountPath: "/var/run/nginx"
|
|
type: emptyDir
|
|
mariadb:
|
|
enabled: true
|
|
mariadbUsername: servas
|
|
mariadbDatabase: servas
|