diff --git a/bitnami/suitecrm/Chart.lock b/bitnami/suitecrm/Chart.lock index 4555f0e1f..0322bd13c 100644 --- a/bitnami/suitecrm/Chart.lock +++ b/bitnami/suitecrm/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.3.3 + version: 11.4.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.2 -digest: sha256:1004c0e619f9a733f81c199b8e4e1886eae172882df95d476daa0c9db4b44a97 -generated: "2022-11-03T17:47:02.658265993Z" + version: 2.2.0 +digest: sha256:e7b13ecc704a6526b6aca2170d86b07e74964fa0294672be4e94623f7fd4b5b0 +generated: "2022-11-17T17:30:16.735954286Z" diff --git a/bitnami/suitecrm/Chart.yaml b/bitnami/suitecrm/Chart.yaml index 386c4cf09..515eaeb1c 100644 --- a/bitnami/suitecrm/Chart.yaml +++ b/bitnami/suitecrm/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CRM apiVersion: v2 -appVersion: 7.12.7 +appVersion: 7.12.8 dependencies: - condition: mariadb.enabled name: mariadb @@ -29,4 +29,4 @@ name: suitecrm sources: - https://github.com/bitnami/containers/tree/main/bitnami/suitecrm - https://www.suitecrm.com/ -version: 11.2.5 +version: 11.2.6 diff --git a/bitnami/suitecrm/README.md b/bitnami/suitecrm/README.md index d78a6012a..cb8ba1160 100644 --- a/bitnami/suitecrm/README.md +++ b/bitnami/suitecrm/README.md @@ -79,88 +79,88 @@ The command removes all the Kubernetes components associated with the chart and ### SuiteCRM parameters -| Name | Description | Value | -| --------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------- | -| `image.registry` | SuiteCRM image registry | `docker.io` | -| `image.repository` | SuiteCRM image repository | `bitnami/suitecrm` | -| `image.tag` | SuiteCRM image tag (immutable tags are recommended) | `7.12.7-debian-11-r28` | -| `image.digest` | SuiteCRM image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | SuiteCRM image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `image.debug` | Specify if debug logs should be enabled | `false` | -| `replicaCount` | Number of replicas (requires ReadWriteMany PVC support) | `1` | -| `suitecrmSkipInstall` | Skip SuiteCRM installation wizard. Useful for migrations and restoring from SQL dump | `false` | -| `suitecrmValidateUserIP` | Whether to validate the user IP address or not | `false` | -| `suitecrmHost` | SuiteCRM host to create application URLs | `""` | -| `suitecrmUsername` | User of the application | `user` | -| `suitecrmPassword` | Application password | `""` | -| `suitecrmEmail` | Admin email | `user@example.com` | -| `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) | `[]` | -| `hostAliases` | Deployment pod host aliases | `[]` | -| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` | -| `extraEnvVars` | An array to add extra environment variables | `[]` | -| `extraEnvVarsCM` | ConfigMap containing extra environment variables | `""` | -| `extraEnvVarsSecret` | Secret containing extra environment variables | `""` | -| `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | -| `extraVolumeMounts` | Extra volume mounts to add to the container. Requires setting `extraVolumeMounts | `[]` | -| `initContainers` | Extra init containers to add to the deployment | `[]` | -| `sidecars` | Extra sidecar containers to add to the deployment | `[]` | -| `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `[]` | -| `priorityClassName` | SuiteCRM pods' priorityClassName | `""` | -| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | -| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | -| `existingSecret` | Name of a secret with the application password | `""` | -| `suitecrmSmtpHost` | SMTP host | `""` | -| `suitecrmSmtpPort` | SMTP port | `""` | -| `suitecrmSmtpUser` | SMTP user | `""` | -| `suitecrmSmtpPassword` | SMTP password | `""` | -| `suitecrmSmtpProtocol` | SMTP protocol [`ssl`, `tls`] | `""` | -| `suitecrmNotifyAddress` | SuiteCRM notify address | `""` | -| `suitecrmNotifyName` | SuiteCRM notify name | `""` | -| `containerPorts` | Container ports | `{}` | -| `sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` | -| `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. Evaluated as a template. | `{}` | -| `resources.requests` | The requested resources for the container | `{}` | -| `podSecurityContext.enabled` | Enable SuiteCRM pods' Security Context | `true` | -| `podSecurityContext.fsGroup` | SuiteCRM pods' group ID | `1001` | -| `containerSecurityContext.enabled` | Enable SuiteCRM containers' Security Context | `true` | -| `containerSecurityContext.runAsUser` | SuiteCRM containers' Security Context runAsUser | `1001` | -| `containerSecurityContext.runAsNonRoot` | SuiteCRM containers' Security Context runAsNonRoot | `true` | -| `livenessProbe.enabled` | Enable livenessProbe | `true` | -| `livenessProbe.path` | Request path for livenessProbe | `/index.php` | -| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `600` | -| `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.path` | Request path for readinessProbe | `/index.php` | -| `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.path` | Request path for startupProbe | `/index.php` | -| `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` | lifecycleHooks for the container to automate configuration before or after startup | `{}` | -| `podAnnotations` | Pod annotations | `{}` | -| `podLabels` | Pod extra labels | `{}` | +| Name | Description | Value | +| --------------------------------------- | -------------------------------------------------------------------------------------------------------- | --------------------- | +| `image.registry` | SuiteCRM image registry | `docker.io` | +| `image.repository` | SuiteCRM image repository | `bitnami/suitecrm` | +| `image.tag` | SuiteCRM image tag (immutable tags are recommended) | `7.12.8-debian-11-r0` | +| `image.digest` | SuiteCRM image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | SuiteCRM image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `image.debug` | Specify if debug logs should be enabled | `false` | +| `replicaCount` | Number of replicas (requires ReadWriteMany PVC support) | `1` | +| `suitecrmSkipInstall` | Skip SuiteCRM installation wizard. Useful for migrations and restoring from SQL dump | `false` | +| `suitecrmValidateUserIP` | Whether to validate the user IP address or not | `false` | +| `suitecrmHost` | SuiteCRM host to create application URLs | `""` | +| `suitecrmUsername` | User of the application | `user` | +| `suitecrmPassword` | Application password | `""` | +| `suitecrmEmail` | Admin email | `user@example.com` | +| `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) | `[]` | +| `hostAliases` | Deployment pod host aliases | `[]` | +| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` | +| `extraEnvVars` | An array to add extra environment variables | `[]` | +| `extraEnvVarsCM` | ConfigMap containing extra environment variables | `""` | +| `extraEnvVarsSecret` | Secret containing extra environment variables | `""` | +| `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | +| `extraVolumeMounts` | Extra volume mounts to add to the container. Requires setting `extraVolumeMounts | `[]` | +| `initContainers` | Extra init containers to add to the deployment | `[]` | +| `sidecars` | Extra sidecar containers to add to the deployment | `[]` | +| `tolerations` | Tolerations for pod assignment. Evaluated as a template. | `[]` | +| `priorityClassName` | SuiteCRM pods' priorityClassName | `""` | +| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | +| `existingSecret` | Name of a secret with the application password | `""` | +| `suitecrmSmtpHost` | SMTP host | `""` | +| `suitecrmSmtpPort` | SMTP port | `""` | +| `suitecrmSmtpUser` | SMTP user | `""` | +| `suitecrmSmtpPassword` | SMTP password | `""` | +| `suitecrmSmtpProtocol` | SMTP protocol [`ssl`, `tls`] | `""` | +| `suitecrmNotifyAddress` | SuiteCRM notify address | `""` | +| `suitecrmNotifyName` | SuiteCRM notify name | `""` | +| `containerPorts` | Container ports | `{}` | +| `sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` | +| `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. Evaluated as a template. | `{}` | +| `resources.requests` | The requested resources for the container | `{}` | +| `podSecurityContext.enabled` | Enable SuiteCRM pods' Security Context | `true` | +| `podSecurityContext.fsGroup` | SuiteCRM pods' group ID | `1001` | +| `containerSecurityContext.enabled` | Enable SuiteCRM containers' Security Context | `true` | +| `containerSecurityContext.runAsUser` | SuiteCRM containers' Security Context runAsUser | `1001` | +| `containerSecurityContext.runAsNonRoot` | SuiteCRM containers' Security Context runAsNonRoot | `true` | +| `livenessProbe.enabled` | Enable livenessProbe | `true` | +| `livenessProbe.path` | Request path for livenessProbe | `/index.php` | +| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `600` | +| `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.path` | Request path for readinessProbe | `/index.php` | +| `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.path` | Request path for startupProbe | `/index.php` | +| `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` | lifecycleHooks for the container to automate configuration before or after startup | `{}` | +| `podAnnotations` | Pod annotations | `{}` | +| `podLabels` | Pod extra labels | `{}` | ### Database parameters @@ -207,7 +207,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 | `11-debian-11-r48` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r52` | | `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 | `[]` | @@ -254,7 +254,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-r58` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r62` | | `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 | `[]` | @@ -289,7 +289,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret containing extra environment variables (in case of sensitive data) | `""` | | `certificates.image.registry` | Container sidecar registry | `docker.io` | | `certificates.image.repository` | Container sidecar image repository | `bitnami/bitnami-shell` | -| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r48` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r52` | | `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 | `[]` | diff --git a/bitnami/suitecrm/values.yaml b/bitnami/suitecrm/values.yaml index 855c0cddc..43ede7fd0 100644 --- a/bitnami/suitecrm/values.yaml +++ b/bitnami/suitecrm/values.yaml @@ -52,7 +52,7 @@ commonLabels: {} image: registry: docker.io repository: bitnami/suitecrm - tag: 7.12.7-debian-11-r28 + tag: 7.12.8-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -479,7 +479,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r48 + tag: 11-debian-11-r52 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -693,7 +693,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r58 + tag: 0.11.0-debian-11-r62 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -811,7 +811,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r48 + tag: 11-debian-11-r52 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'