b4520ab23b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/phpmyadmin/phpmyadmin](https://redirect.github.com/phpmyadmin/docker) | patch | `44328e7` -> `58f193c` | --- > [!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>phpmyadmin/docker (docker.io/phpmyadmin/phpmyadmin)</summary> ### [`v5.2.2`](https://redirect.github.com/phpmyadmin/docker/blob/HEAD/CHANGELOG.md#522---2025-01-21) [Compare Source](https://redirect.github.com/phpmyadmin/docker/compare/5.2.1...5.2.2) - Add `TZ` env var to change PHP `date.timezone` ([#​133](https://redirect.github.com/phpmyadmin/docker/issues/133)) - Update to PHP 8.2 ([#​411](https://redirect.github.com/phpmyadmin/docker/issues/411)) - Add back a `/sessions` volume for sessions persistence ([#​399](https://redirect.github.com/phpmyadmin/docker/issues/399)) - Support adding custom configurations in `/etc/phpmyadmin/conf.d` ([#​401](https://redirect.github.com/phpmyadmin/docker/issues/401)) - Fix for Debian 12 issue ([#​416](https://redirect.github.com/phpmyadmin/docker/issues/416)) that caused libraries for extensions to be uninstalled - Add extension `bcmath` for 2nd factor authentication ([#​415](https://redirect.github.com/phpmyadmin/docker/issues/415)) - Refactor `update.sh` ([#​408](https://redirect.github.com/phpmyadmin/docker/issues/408)) - Enable remoteip mod for Apache ([#​434](https://redirect.github.com/phpmyadmin/docker/issues/434)) - Add support for `PMA_SSL` and `PMA_SSLS` to enable SSL connection ([#​441](https://redirect.github.com/phpmyadmin/docker/issues/441)) - Fixed looping through `$sockets` using the same index variable `$i` interferes with the last server id ([#​186](https://redirect.github.com/phpmyadmin/docker/issues/186)) - Add support for `PMA_SSL_VERIFY` and `PMA_SSL_VERIFIES` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_CA` and `PMA_SSL_CAS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_CERT` and `PMA_SSL_CERTS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Add support for `PMA_SSL_KEY` and `PMA_SSL_KEYS` ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Also add `PMA_SSL_DIR` to define the dir where SSL files are generated for `_BASE64` prefixed variables - Support `PMA_SSL_CA_BASE64` and `PMA_SSL_CAS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Support `PMA_SSL_KEY_BASE64` and `PMA_SSL_KEYS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) - Support `PMA_SSL_CERT_BASE64` and `PMA_SSL_CERTS_BASE64` as variables that contain the file contents ([#​448](https://redirect.github.com/phpmyadmin/docker/issues/448)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
30 lines
608 B
YAML
30 lines
608 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/phpmyadmin/phpmyadmin
|
|
tag: 5.2.2@sha256:58f193cce63efec851a939bd8226fecdfd72a8a9ba7d8310cf6ac6d613059aca
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: http
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
MYSQL_PASSWORD: root
|
|
MYSQL_USER: root
|
|
PMA_HOST: 192.168.70.99
|
|
PMA_PORT: "3306"
|