mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 07:28:01 +08:00
[bitnami/magento] Release 23.0.2 (#18541)
* [bitnami/magento] Release 23.0.2 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>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.0.0
|
||||
version: 13.0.3
|
||||
- name: elasticsearch
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 19.10.6
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.6.0
|
||||
digest: sha256:be6a47429766196983c40a20896d1d8f8d5f69664abcf80ebd9ab52c9f7791bd
|
||||
generated: "2023-08-01T13:31:21.724727+02:00"
|
||||
version: 2.8.0
|
||||
digest: sha256:c2dd01616857e1b19499bf2cace7c100f2730571f563942c874525e80e9279f4
|
||||
generated: "2023-08-17T13:58:56.782403833Z"
|
||||
|
||||
@@ -6,15 +6,15 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: apache-exporter
|
||||
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r2
|
||||
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r17
|
||||
- name: elasticsearch
|
||||
image: docker.io/bitnami/elasticsearch:7.17.12-debian-11-r3
|
||||
image: docker.io/bitnami/elasticsearch:7.17.12-debian-11-r17
|
||||
- name: magento
|
||||
image: docker.io/bitnami/magento:2.4.6-debian-11-r51
|
||||
image: docker.io/bitnami/magento:2.4.6-debian-11-r65
|
||||
- name: mariadb
|
||||
image: docker.io/bitnami/mariadb:10.6.14-debian-11-r51
|
||||
image: docker.io/bitnami/mariadb:10.6.15-debian-11-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r25
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r40
|
||||
apiVersion: v2
|
||||
appVersion: 2.4.6
|
||||
dependencies:
|
||||
@@ -48,4 +48,4 @@ maintainers:
|
||||
name: magento
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/magento
|
||||
version: 23.0.1
|
||||
version: 23.0.2
|
||||
|
||||
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `image.registry` | Magento image registry | `docker.io` |
|
||||
| `image.repository` | Magento image repository | `bitnami/magento` |
|
||||
| `image.tag` | Magento image tag (immutable tags are recommended) | `2.4.6-debian-11-r51` |
|
||||
| `image.tag` | Magento image tag (immutable tags are recommended) | `2.4.6-debian-11-r65` |
|
||||
| `image.digest` | Magento image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Magento image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -185,30 +185,30 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Database parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------- |
|
||||
| `mariadb.enabled` | Whether to deploy a mariadb server to satisfy the applications database requirements. | `true` |
|
||||
| `mariadb.image.registry` | MariaDB image registry | `docker.io` |
|
||||
| `mariadb.image.repository` | MariaDB image repository | `bitnami/mariadb` |
|
||||
| `mariadb.image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.14-debian-11-r51` |
|
||||
| `mariadb.image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `mariadb.architecture` | MariaDB architecture. Allowed values: `standalone` or `replication` | `standalone` |
|
||||
| `mariadb.auth.rootPassword` | Password for the MariaDB `root` user | `""` |
|
||||
| `mariadb.auth.database` | Database name to create | `bitnami_magento` |
|
||||
| `mariadb.auth.username` | Database user to create | `bn_magento` |
|
||||
| `mariadb.auth.password` | Password for the database | `""` |
|
||||
| `mariadb.primary.persistence.enabled` | Enable database persistence using PVC | `true` |
|
||||
| `mariadb.primary.persistence.storageClass` | MariaDB primary persistent volume storage Class | `""` |
|
||||
| `mariadb.primary.persistence.accessModes` | Database Persistent Volume Access Modes | `["ReadWriteOnce"]` |
|
||||
| `mariadb.primary.persistence.size` | Database Persistent Volume Size | `8Gi` |
|
||||
| `mariadb.primary.persistence.hostPath` | Set path in case you want to use local host path volumes (not recommended in production) | `""` |
|
||||
| `mariadb.primary.persistence.existingClaim` | Name of an existing `PersistentVolumeClaim` for MariaDB primary replicas | `""` |
|
||||
| `externalDatabase.host` | Host of the existing database | `""` |
|
||||
| `externalDatabase.port` | Port of the existing database | `3306` |
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_magento` |
|
||||
| `externalDatabase.password` | Password for the above username | `""` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_magento` |
|
||||
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `mariadb.enabled` | Whether to deploy a mariadb server to satisfy the applications database requirements. | `true` |
|
||||
| `mariadb.image.registry` | MariaDB image registry | `docker.io` |
|
||||
| `mariadb.image.repository` | MariaDB image repository | `bitnami/mariadb` |
|
||||
| `mariadb.image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.15-debian-11-r0` |
|
||||
| `mariadb.image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `mariadb.architecture` | MariaDB architecture. Allowed values: `standalone` or `replication` | `standalone` |
|
||||
| `mariadb.auth.rootPassword` | Password for the MariaDB `root` user | `""` |
|
||||
| `mariadb.auth.database` | Database name to create | `bitnami_magento` |
|
||||
| `mariadb.auth.username` | Database user to create | `bn_magento` |
|
||||
| `mariadb.auth.password` | Password for the database | `""` |
|
||||
| `mariadb.primary.persistence.enabled` | Enable database persistence using PVC | `true` |
|
||||
| `mariadb.primary.persistence.storageClass` | MariaDB primary persistent volume storage Class | `""` |
|
||||
| `mariadb.primary.persistence.accessModes` | Database Persistent Volume Access Modes | `["ReadWriteOnce"]` |
|
||||
| `mariadb.primary.persistence.size` | Database Persistent Volume Size | `8Gi` |
|
||||
| `mariadb.primary.persistence.hostPath` | Set path in case you want to use local host path volumes (not recommended in production) | `""` |
|
||||
| `mariadb.primary.persistence.existingClaim` | Name of an existing `PersistentVolumeClaim` for MariaDB primary replicas | `""` |
|
||||
| `externalDatabase.host` | Host of the existing database | `""` |
|
||||
| `externalDatabase.port` | Port of the existing database | `3306` |
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_magento` |
|
||||
| `externalDatabase.password` | Password for the above username | `""` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_magento` |
|
||||
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
|
||||
|
||||
### Elasticsearch parameters
|
||||
|
||||
@@ -217,7 +217,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `elasticsearch.enabled` | Whether to deploy a elasticsearch server to use as magento's search engine | `true` |
|
||||
| `elasticsearch.image.registry` | Elasticsearch image registry | `docker.io` |
|
||||
| `elasticsearch.image.repository` | Elasticsearch image repository | `bitnami/elasticsearch` |
|
||||
| `elasticsearch.image.tag` | Elasticsearch image tag (immutable tags are recommended) | `7.17.12-debian-11-r3` |
|
||||
| `elasticsearch.image.tag` | Elasticsearch image tag (immutable tags are recommended) | `7.17.12-debian-11-r17` |
|
||||
| `elasticsearch.image.digest` | Elasticsearch image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `elasticsearch.sysctlImage.enabled` | Enable kernel settings modifier image for Elasticsearch | `true` |
|
||||
| `elasticsearch.master.replicaCount` | Desired number of Elasticsearch master-eligible nodes | `1` |
|
||||
@@ -249,7 +249,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
|
||||
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/os-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r25` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r40` |
|
||||
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -295,7 +295,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
|
||||
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `1.0.1-debian-11-r2` |
|
||||
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `1.0.1-debian-11-r17` |
|
||||
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -323,7 +323,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `certificates.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
|
||||
| `certificates.image.registry` | Container sidecar registry | `docker.io` |
|
||||
| `certificates.image.repository` | Container sidecar image | `bitnami/os-shell` |
|
||||
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r25` |
|
||||
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r40` |
|
||||
| `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
|
||||
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/magento
|
||||
tag: 2.4.6-debian-11-r51
|
||||
tag: 2.4.6-debian-11-r65
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -494,7 +494,7 @@ mariadb:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 10.6.14-debian-11-r51
|
||||
tag: 10.6.15-debian-11-r0
|
||||
digest: ""
|
||||
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
|
||||
##
|
||||
@@ -588,7 +588,7 @@ elasticsearch:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/elasticsearch
|
||||
tag: 7.17.12-debian-11-r3
|
||||
tag: 7.17.12-debian-11-r17
|
||||
digest: ""
|
||||
## @param elasticsearch.sysctlImage.enabled Enable kernel settings modifier image for Elasticsearch
|
||||
##
|
||||
@@ -698,7 +698,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r25
|
||||
tag: 11-debian-11-r40
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
@@ -899,7 +899,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.1-debian-11-r2
|
||||
tag: 1.0.1-debian-11-r17
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -999,7 +999,7 @@ certificates:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r25
|
||||
tag: 11-debian-11-r40
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user