mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 16:31:22 -03:00
chore(helm): update image docker.io/beromir/servas 0.5.1 → 1.0.0 (#37464)
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-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.5.1
|
||||
appVersion: 1.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/servas
|
||||
- https://hub.docker.com/r/beromir/servas
|
||||
type: application
|
||||
version: 7.2.0
|
||||
version: 8.0.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/beromir/servas
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.5.1@sha256:d69687f44c6c8c6cc5d584dad1233363b8a3b7481d9632fa69220c5837d31b15
|
||||
tag: 1.0.0@sha256:8f2c4f7c53a9c065d742a1aadf542216e230f4d91a7d8d8ddc2614e424acd448
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user