[bitnami/magento] Release 21.1.7 (#12987)

* [bitnami/magento] Release 21.1.7 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:
Bitnami Bot
2022-10-17 14:22:23 +02:00
committed by GitHub
parent a4b91d0505
commit 0a740fe298
4 changed files with 98 additions and 98 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 11.3.3
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 19.4.3
version: 19.4.4
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:a77bb6d461e21e486d139d9030023c174ef850e44bd05dd4dcc048b11a8cbaf8
generated: "2022-10-13T03:07:32.909962566Z"
digest: sha256:99bac8867c035483bc67410a8a080ce82d0e781c8964c6ed3406c2baf4fe0950
generated: "2022-10-17T10:51:36.893120561Z"

View File

@@ -1,7 +1,7 @@
annotations:
category: E-Commerce
apiVersion: v2
appVersion: 2.4.5
appVersion: 2.4.5-p1
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -35,4 +35,4 @@ name: magento
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/magento
- https://magento.com/
version: 21.1.6
version: 21.1.7

View File

@@ -81,88 +81,88 @@ The command removes all the Kubernetes components associated with the chart and
### Magento parameters
| Name | Description | Value |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `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.5-debian-11-r21` |
| `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 | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `replicaCount` | Number of Magento Pods to run | `1` |
| `magentoSkipInstall` | Skip Magento installation wizard. Useful for migrations and restoring from SQL dump | `false` |
| `magentoHost` | Magento host to create application URLs | `""` |
| `magentoUsername` | User of the application | `user` |
| `magentoPassword` | Application password | `""` |
| `magentoEmail` | Admin email | `user@example.com` |
| `magentoFirstName` | Magento Admin First Name | `""` |
| `magentoLastName` | Magento Admin Last Name | `""` |
| `magentoAdminUri` | Magento prefix to access Magento Admin | `""` |
| `magentoMode` | Magento mode | `""` |
| `magentoExtraInstallArgs` | Magento extra install args | `""` |
| `magentoDeployStaticContent` | Deploy static content during the first deployment, to optimize page load time | `false` |
| `magentoUseHttps` | Use SSL to access the Magento Store. Valid values: `true`, `false` | `false` |
| `magentoUseSecureAdmin` | Use SSL to access the Magento Admin. Valid values: `true`, `false` | `false` |
| `magentoSkipReindex` | Skip Magento Indexer reindex step during the initialization. Valid values: `true`, `false` | `false` |
| `allowEmptyPassword` | Allow DB blank passwords | `false` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
| `extraEnvVars` | Extra environment variables | `[]` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes` | `[]` |
| `extraContainerPorts` | Array of additional container ports for the Magento container | `[]` |
| `initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` |
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `priorityClassName` | %%MAIN_CONTAINER_NAME%% pods' priorityClassName | `""` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the %%MAIN_CONTAINER_NAME%% pod needs to terminate gracefully | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `existingSecret` | Name of a secret with the application password | `""` |
| `containerPorts` | Container ports | `{}` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `resources.limits` | The resources limits for the Magento container | `{}` |
| `resources.requests` | The requested resourcesc for the Magento container | `{}` |
| `podSecurityContext.enabled` | Enable Magento pods' Security Context | `true` |
| `podSecurityContext.fsGroup` | Magento pods' group ID | `1001` |
| `containerSecurityContext.enabled` | Enable Magento containers' Security Context | `true` |
| `containerSecurityContext.runAsUser` | Magento containers' Security Context | `1001` |
| `containerSecurityContext.runAsNonRoot` | Set %%MAIN_CONTAINER_NAME%% container's Security Context runAsNonRoot | `true` |
| `livenessProbe.enabled` | Enable livenessProbe | `true` |
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `300` |
| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `readinessProbe.enabled` | Enable readinessProbe | `true` |
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` |
| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `startupProbe.enabled` | Enable startupProbe | `false` |
| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` |
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `60` |
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `customLivenessProbe` | Override default liveness probe | `{}` |
| `customReadinessProbe` | Override default readiness probe | `{}` |
| `customStartupProbe` | Override default startup probe | `{}` |
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup Evaluated as a template | `{}` |
| `podAnnotations` | Pod annotations | `{}` |
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
| Name | Description | Value |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `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.5-p1-debian-11-r0` |
| `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 | `[]` |
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `replicaCount` | Number of Magento Pods to run | `1` |
| `magentoSkipInstall` | Skip Magento installation wizard. Useful for migrations and restoring from SQL dump | `false` |
| `magentoHost` | Magento host to create application URLs | `""` |
| `magentoUsername` | User of the application | `user` |
| `magentoPassword` | Application password | `""` |
| `magentoEmail` | Admin email | `user@example.com` |
| `magentoFirstName` | Magento Admin First Name | `""` |
| `magentoLastName` | Magento Admin Last Name | `""` |
| `magentoAdminUri` | Magento prefix to access Magento Admin | `""` |
| `magentoMode` | Magento mode | `""` |
| `magentoExtraInstallArgs` | Magento extra install args | `""` |
| `magentoDeployStaticContent` | Deploy static content during the first deployment, to optimize page load time | `false` |
| `magentoUseHttps` | Use SSL to access the Magento Store. Valid values: `true`, `false` | `false` |
| `magentoUseSecureAdmin` | Use SSL to access the Magento Admin. Valid values: `true`, `false` | `false` |
| `magentoSkipReindex` | Skip Magento Indexer reindex step during the initialization. Valid values: `true`, `false` | `false` |
| `allowEmptyPassword` | Allow DB blank passwords | `false` |
| `command` | Override default container command (useful when using custom images) | `[]` |
| `args` | Override default container args (useful when using custom images) | `[]` |
| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
| `extraEnvVars` | Extra environment variables | `[]` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars | `""` |
| `extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `""` |
| `extraVolumes` | Array of extra volumes to be added to the deployment (evaluated as template). Requires setting `extraVolumeMounts` | `[]` |
| `extraVolumeMounts` | Array of extra volume mounts to be added to the container (evaluated as template). Normally used with `extraVolumes` | `[]` |
| `extraContainerPorts` | Array of additional container ports for the Magento container | `[]` |
| `initContainers` | Add additional init containers to the pod (evaluated as a template) | `[]` |
| `sidecars` | Attach additional containers to the pod (evaluated as a template) | `[]` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `priorityClassName` | %%MAIN_CONTAINER_NAME%% pods' priorityClassName | `""` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `terminationGracePeriodSeconds` | In seconds, time the given to the %%MAIN_CONTAINER_NAME%% pod needs to terminate gracefully | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `existingSecret` | Name of a secret with the application password | `""` |
| `containerPorts` | Container ports | `{}` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `resources.limits` | The resources limits for the Magento container | `{}` |
| `resources.requests` | The requested resourcesc for the Magento container | `{}` |
| `podSecurityContext.enabled` | Enable Magento pods' Security Context | `true` |
| `podSecurityContext.fsGroup` | Magento pods' group ID | `1001` |
| `containerSecurityContext.enabled` | Enable Magento containers' Security Context | `true` |
| `containerSecurityContext.runAsUser` | Magento containers' Security Context | `1001` |
| `containerSecurityContext.runAsNonRoot` | Set %%MAIN_CONTAINER_NAME%% container's Security Context runAsNonRoot | `true` |
| `livenessProbe.enabled` | Enable livenessProbe | `true` |
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `300` |
| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
| `readinessProbe.enabled` | Enable readinessProbe | `true` |
| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` |
| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` |
| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
| `startupProbe.enabled` | Enable startupProbe | `false` |
| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` |
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `60` |
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `customLivenessProbe` | Override default liveness probe | `{}` |
| `customReadinessProbe` | Override default readiness probe | `{}` |
| `customStartupProbe` | Override default startup probe | `{}` |
| `lifecycleHooks` | LifecycleHook to set additional configuration at startup Evaluated as a template | `{}` |
| `podAnnotations` | Pod annotations | `{}` |
| `podLabels` | Add additional labels to the pod (evaluated as a template) | `{}` |
### NetworkPolicy parameters
@@ -193,7 +193,7 @@ The command removes all the Kubernetes components associated with the chart and
| `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.4.26-debian-11-r19` |
| `mariadb.image.tag` | MariaDB image tag (immutable tags are recommended) | `10.4.26-debian-11-r20` |
| `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 | `""` |
@@ -221,7 +221,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.6-debian-11-r17` |
| `elasticsearch.image.tag` | Elasticsearch image tag (immutable tags are recommended) | `7.17.6-debian-11-r18` |
| `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` |
@@ -255,7 +255,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/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r41` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r42` |
| `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 | `[]` |
@@ -303,7 +303,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) | `0.11.0-debian-11-r51` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r52` |
| `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 | `[]` |
@@ -332,7 +332,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/bitnami-shell` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r41` |
| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r42` |
| `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 | `[]` |

View File

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/magento
tag: 2.4.5-debian-11-r21
tag: 2.4.5-p1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -491,7 +491,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.4.26-debian-11-r19
tag: 10.4.26-debian-11-r20
digest: ""
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
##
@@ -585,7 +585,7 @@ elasticsearch:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.17.6-debian-11-r17
tag: 7.17.6-debian-11-r18
digest: ""
## @param elasticsearch.sysctlImage.enabled Enable kernel settings modifier image for Elasticsearch
##
@@ -695,7 +695,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r41
tag: 11-debian-11-r42
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
@@ -896,7 +896,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.11.0-debian-11-r51
tag: 0.11.0-debian-11-r52
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -996,7 +996,7 @@ certificates:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r41
tag: 11-debian-11-r42
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'