chore(helm): update image docker.io/phpmyadmin/phpmyadmin 5.2.1 → 5.2.2 (#31046)

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`
([#&#8203;133](https://redirect.github.com/phpmyadmin/docker/issues/133))
- Update to PHP 8.2
([#&#8203;411](https://redirect.github.com/phpmyadmin/docker/issues/411))
- Add back a `/sessions` volume for sessions persistence
([#&#8203;399](https://redirect.github.com/phpmyadmin/docker/issues/399))
- Support adding custom configurations in `/etc/phpmyadmin/conf.d`
([#&#8203;401](https://redirect.github.com/phpmyadmin/docker/issues/401))
- Fix for Debian 12 issue
([#&#8203;416](https://redirect.github.com/phpmyadmin/docker/issues/416))
that caused libraries for extensions to be uninstalled
- Add extension `bcmath` for 2nd factor authentication
([#&#8203;415](https://redirect.github.com/phpmyadmin/docker/issues/415))
- Refactor `update.sh`
([#&#8203;408](https://redirect.github.com/phpmyadmin/docker/issues/408))
- Enable remoteip mod for Apache
([#&#8203;434](https://redirect.github.com/phpmyadmin/docker/issues/434))
- Add support for `PMA_SSL` and `PMA_SSLS` to enable SSL connection
([#&#8203;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
([#&#8203;186](https://redirect.github.com/phpmyadmin/docker/issues/186))
- Add support for `PMA_SSL_VERIFY` and `PMA_SSL_VERIFIES`
([#&#8203;448](https://redirect.github.com/phpmyadmin/docker/issues/448))
- Add support for `PMA_SSL_CA` and `PMA_SSL_CAS`
([#&#8203;448](https://redirect.github.com/phpmyadmin/docker/issues/448))
- Add support for `PMA_SSL_CERT` and `PMA_SSL_CERTS`
([#&#8203;448](https://redirect.github.com/phpmyadmin/docker/issues/448))
- Add support for `PMA_SSL_KEY` and `PMA_SSL_KEYS`
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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-->
This commit is contained in:
TrueCharts Bot
2025-01-24 13:17:01 +00:00
committed by GitHub
parent dcef8223e0
commit b4520ab23b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 5.2.1
appVersion: 5.2.2
dependencies:
- name: common
version: 25.3.1
@@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin
- https://hub.docker.com/r/phpmyadmin/phpmyadmin
type: application
version: 7.4.1
version: 7.4.2
+1 -1
View File
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: docker.io/phpmyadmin/phpmyadmin
tag: 5.2.1@sha256:44328e7738eb732bed34fa2dd10c0e4683cbf0b87c23be2f660ea8ccfc271942
tag: 5.2.2@sha256:58f193cce63efec851a939bd8226fecdfd72a8a9ba7d8310cf6ac6d613059aca
portal:
open:
enabled: true