Skip to content

Commit 287aa26

Browse files
author
Bitnami Bot
authored
[bitnami/phpmyadmin] Release 10.4.5 (#15597)
* [bitnami/phpmyadmin] Release 10.4.5 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> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 9592290 commit 287aa26

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

bitnami/phpmyadmin/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mariadb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 11.5.0
4+
version: 11.5.4
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
7-
version: 2.2.3
8-
digest: sha256:f987ae3fff1d7db423945c24586af6f2ac61ac142c33996b98dc0b30b8a4d475
9-
generated: "2023-02-26T23:41:01.88696094Z"
7+
version: 2.2.4
8+
digest: sha256:cd7a41a84fdc18ef0405504b304a3f99c6931afed6d43145083faa748acd241f
9+
generated: "2023-03-19T00:12:38.652025118Z"

bitnami/phpmyadmin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ name: phpmyadmin
2929
sources:
3030
- https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin
3131
- https://www.phpmyadmin.net/
32-
version: 10.4.4
32+
version: 10.4.5

bitnami/phpmyadmin/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@ The command removes all the Kubernetes components associated with the chart and
7474

7575
### phpMyAdmin parameters
7676

77-
| Name | Description | Value |
78-
| -------------------- | ---------------------------------------------------------------------------------------------------------- | -------------------- |
79-
| `image.registry` | phpMyAdmin image registry | `docker.io` |
80-
| `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` |
81-
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r6` |
82-
| `image.digest` | phpMyAdmin image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
83-
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
84-
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
85-
| `image.debug` | Enable phpmyadmin image debug mode | `false` |
86-
| `command` | Override default container command (useful when using custom images) | `[]` |
87-
| `args` | Override default container args (useful when using custom images) | `[]` |
88-
| `lifecycleHooks` | for the phpmyadmin container(s) to automate configuration before or after startup | `{}` |
89-
| `extraEnvVars` | Extra environment variables to be set on PhpMyAdmin container | `[]` |
90-
| `extraEnvVarsCM` | Name of a existing ConfigMap containing extra env vars | `""` |
91-
| `extraEnvVarsSecret` | Name of a existing Secret containing extra env vars | `""` |
77+
| Name | Description | Value |
78+
| -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
79+
| `image.registry` | phpMyAdmin image registry | `docker.io` |
80+
| `image.repository` | phpMyAdmin image repository | `bitnami/phpmyadmin` |
81+
| `image.tag` | phpMyAdmin image tag (immutable tags are recommended) | `5.2.1-debian-11-r12` |
82+
| `image.digest` | phpMyAdmin image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
83+
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
84+
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
85+
| `image.debug` | Enable phpmyadmin image debug mode | `false` |
86+
| `command` | Override default container command (useful when using custom images) | `[]` |
87+
| `args` | Override default container args (useful when using custom images) | `[]` |
88+
| `lifecycleHooks` | for the phpmyadmin container(s) to automate configuration before or after startup | `{}` |
89+
| `extraEnvVars` | Extra environment variables to be set on PhpMyAdmin container | `[]` |
90+
| `extraEnvVarsCM` | Name of a existing ConfigMap containing extra env vars | `""` |
91+
| `extraEnvVarsSecret` | Name of a existing Secret containing extra env vars | `""` |
9292

9393
### phpMyAdmin deployment parameters
9494

@@ -215,7 +215,7 @@ The command removes all the Kubernetes components associated with the chart and
215215
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
216216
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
217217
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
218-
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.0-debian-11-r2` |
218+
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.0-debian-11-r8` |
219219
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
220220
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
221221
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -544,4 +544,4 @@ Unless required by applicable law or agreed to in writing, software
544544
distributed under the License is distributed on an "AS IS" BASIS,
545545
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
546546
See the License for the specific language governing permissions and
547-
limitations under the License.
547+
limitations under the License.

bitnami/phpmyadmin/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extraDeploy: []
5353
image:
5454
registry: docker.io
5555
repository: bitnami/phpmyadmin
56-
tag: 5.2.1-debian-11-r6
56+
tag: 5.2.1-debian-11-r12
5757
digest: ""
5858
## Specify a imagePullPolicy
5959
##
@@ -579,7 +579,7 @@ metrics:
579579
image:
580580
registry: docker.io
581581
repository: bitnami/apache-exporter
582-
tag: 0.13.0-debian-11-r2
582+
tag: 0.13.0-debian-11-r8
583583
digest: ""
584584
pullPolicy: IfNotPresent
585585
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)