mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/phpmyadmin] Release 10.1.12 (#11115)
* [bitnami/phpmyadmin] Release 10.1.12 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -29,4 +29,4 @@ name: phpmyadmin
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-phpmyadmin
|
- https://github.com/bitnami/bitnami-docker-phpmyadmin
|
||||||
- https://www.phpmyadmin.net/
|
- https://www.phpmyadmin.net/
|
||||||
version: 10.1.11
|
version: 10.1.12
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||||||
| -------------------- | --------------------------------------------------------------------------------- | --------------------- |
|
| -------------------- | --------------------------------------------------------------------------------- | --------------------- |
|
||||||
| `image.registry` | phpMyAdmin image registry | `docker.io` |
|
| `image.registry` | phpMyAdmin image registry | `docker.io` |
|
||||||
| `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` |
|
| `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` |
|
||||||
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r12` |
|
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.0-debian-11-r13` |
|
||||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||||
| `image.debug` | Enable phpmyadmin image debug mode | `false` |
|
| `image.debug` | Enable phpmyadmin image debug mode | `false` |
|
||||||
@@ -209,7 +209,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||||
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
|
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
|
||||||
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
|
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
|
||||||
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r12` |
|
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r13` |
|
||||||
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||||
| `metrics.resources` | Metrics exporter resource requests and limits | `{}` |
|
| `metrics.resources` | Metrics exporter resource requests and limits | `{}` |
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ extraDeploy: []
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/phpmyadmin
|
repository: bitnami/phpmyadmin
|
||||||
tag: 5.2.0-debian-11-r12
|
tag: 5.2.0-debian-11-r13
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
##
|
##
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
@@ -546,7 +546,7 @@ metrics:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/apache-exporter
|
repository: bitnami/apache-exporter
|
||||||
tag: 0.11.0-debian-11-r12
|
tag: 0.11.0-debian-11-r13
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
|
|||||||
Reference in New Issue
Block a user