mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
[bitnami/parse] Release 19.1.13 (#14415)
* [bitnami/parse] Release 19.1.13 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,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mongodb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 13.6.1
|
||||
version: 13.6.3
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:7ab5d10d0193d363a25611f6201cc497df0712856d62640e9944a16aecb0d501
|
||||
generated: "2022-12-16T11:46:44.480822234Z"
|
||||
digest: sha256:c1f9d10e61652962a13520abdc201f05e351bf38ff287179332063eb7a3d58b0
|
||||
generated: "2023-01-17T21:45:42.504595028Z"
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/parse
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard
|
||||
- https://parse.com/
|
||||
version: 19.1.12
|
||||
version: 19.1.13
|
||||
|
||||
@@ -79,87 +79,87 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### Parse server parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
|
||||
| `server.image.registry` | Parse image registry | `docker.io` |
|
||||
| `server.image.repository` | Parse image repository | `bitnami/parse` |
|
||||
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `5.4.0-debian-11-r9` |
|
||||
| `server.image.digest` | Parse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `server.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `server.image.debug` | Enable image debug mode | `false` |
|
||||
| `server.hostAliases` | Deployment pod host aliases | `[]` |
|
||||
| `server.podLabels` | Extra labels for Parse pods | `{}` |
|
||||
| `server.podAnnotations` | Annotations for Parse pods | `{}` |
|
||||
| `server.podSecurityContext.enabled` | Enabled Parse Dashboard pods' Security Context | `true` |
|
||||
| `server.podSecurityContext.fsGroup` | Set Parse Dashboard pod's Security Context fsGroup | `1001` |
|
||||
| `server.containerSecurityContext.enabled` | Enabled Parse Dashboard containers' Security Context | `true` |
|
||||
| `server.containerSecurityContext.runAsUser` | Set Parse Dashboard containers' Security Context runAsUser | `1001` |
|
||||
| `server.containerSecurityContext.runAsNonRoot` | Set Parse Dashboard containers' Security Context runAsNonRoot | `true` |
|
||||
| `server.containerSecurityContext.readOnlyRootFilesystem` | Set Parse Dashboard containers' Security Context runAsNonRoot | `false` |
|
||||
| `server.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `server.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `server.containerPorts.http` | Parse server port | `1337` |
|
||||
| `server.mountPath` | Parse server API mount path | `/parse` |
|
||||
| `server.appId` | Parse server App ID | `myappID` |
|
||||
| `server.masterKey` | Parse server Master Key | `""` |
|
||||
| `server.extraEnvVars` | An array to add extra env vars | `[]` |
|
||||
| `server.extraEnvVarsCM` | Name of a ConfigMap containing extra environment variables | `""` |
|
||||
| `server.extraEnvVarsSecret` | Name of a Secret containing extra environment variables | `""` |
|
||||
| `server.extraVolumes` | Optionally specify extra list of additional volumes for the Parse pod(s) | `[]` |
|
||||
| `server.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Parse container(s) | `[]` |
|
||||
| `server.sidecars` | Add additional sidecar containers to the Parse pod(s) | `[]` |
|
||||
| `server.initContainers` | Add additional init containers to the Parse pod(s) | `[]` |
|
||||
| `server.enableCloudCode` | Enable Parse Cloud Code | `false` |
|
||||
| `server.cloudCodeScripts` | Cloud Code scripts | `{}` |
|
||||
| `server.existingCloudCodeScriptsCM` | ConfigMap with Cloud Code scripts (Note: Overrides `cloudCodeScripts`). | `""` |
|
||||
| `server.resources` | Parse Server pods' resource requests and limits | `{}` |
|
||||
| `server.livenessProbe.enabled` | Enable livenessProbe | `true` |
|
||||
| `server.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `120` |
|
||||
| `server.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `server.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `server.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
|
||||
| `server.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `server.readinessProbe.enabled` | Enable readinessProbe | `true` |
|
||||
| `server.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` |
|
||||
| `server.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
|
||||
| `server.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `server.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `5` |
|
||||
| `server.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `server.startupProbe.enabled` | Enable startupProbe on Parse containers | `false` |
|
||||
| `server.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
|
||||
| `server.startupProbe.periodSeconds` | Period seconds for startupProbe | `3` |
|
||||
| `server.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
|
||||
| `server.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
|
||||
| `server.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `server.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `server.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `server.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `server.podAffinityPreset` | Parse server pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `server.podAntiAffinityPreset` | Parse server pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `server.nodeAffinityPreset.type` | Parse server node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `server.nodeAffinityPreset.key` | Parse server node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `server.nodeAffinityPreset.values` | Parse server node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `server.affinity` | Parse server affinity for pod assignment | `{}` |
|
||||
| `server.nodeSelector` | Parse server node labels for pod assignment | `{}` |
|
||||
| `server.tolerations` | Parse server tolerations for pod assignment | `[]` |
|
||||
| `server.updateStrategy.type` | Parse statefulset strategy type | `RollingUpdate` |
|
||||
| `server.priorityClassName` | Parse pods' priorityClassName | `""` |
|
||||
| `server.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `server.schedulerName` | Name of the k8s scheduler (other than default) for Parse pods | `""` |
|
||||
| `server.terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` |
|
||||
| `server.lifecycleHooks` | for the Parse container(s) to automate configuration before or after startup | `{}` |
|
||||
| `server.service.type` | Kubernetes Service type | `LoadBalancer` |
|
||||
| `server.service.ports.http` | Service HTTP port (Dashboard) | `1337` |
|
||||
| `server.service.nodePorts.http` | Kubernetes HTTP node port | `""` |
|
||||
| `server.service.clusterIP` | Service Cluster IP | `""` |
|
||||
| `server.service.loadBalancerIP` | Service Load Balancer IP | `""` |
|
||||
| `server.service.loadBalancerSourceRanges` | Service Load Balancer sources | `[]` |
|
||||
| `server.service.externalTrafficPolicy` | Service external traffic policy | `Cluster` |
|
||||
| `server.service.annotations` | Additional custom annotations for Service | `{}` |
|
||||
| `server.service.extraPorts` | Extra ports to expose in Service (normally used with the `sidecars` value) | `[]` |
|
||||
| `server.service.sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` |
|
||||
| `server.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
|
||||
| `server.image.registry` | Parse image registry | `docker.io` |
|
||||
| `server.image.repository` | Parse image repository | `bitnami/parse` |
|
||||
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `5.4.0-debian-11-r21` |
|
||||
| `server.image.digest` | Parse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `server.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `server.image.debug` | Enable image debug mode | `false` |
|
||||
| `server.hostAliases` | Deployment pod host aliases | `[]` |
|
||||
| `server.podLabels` | Extra labels for Parse pods | `{}` |
|
||||
| `server.podAnnotations` | Annotations for Parse pods | `{}` |
|
||||
| `server.podSecurityContext.enabled` | Enabled Parse Dashboard pods' Security Context | `true` |
|
||||
| `server.podSecurityContext.fsGroup` | Set Parse Dashboard pod's Security Context fsGroup | `1001` |
|
||||
| `server.containerSecurityContext.enabled` | Enabled Parse Dashboard containers' Security Context | `true` |
|
||||
| `server.containerSecurityContext.runAsUser` | Set Parse Dashboard containers' Security Context runAsUser | `1001` |
|
||||
| `server.containerSecurityContext.runAsNonRoot` | Set Parse Dashboard containers' Security Context runAsNonRoot | `true` |
|
||||
| `server.containerSecurityContext.readOnlyRootFilesystem` | Set Parse Dashboard containers' Security Context runAsNonRoot | `false` |
|
||||
| `server.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `server.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `server.containerPorts.http` | Parse server port | `1337` |
|
||||
| `server.mountPath` | Parse server API mount path | `/parse` |
|
||||
| `server.appId` | Parse server App ID | `myappID` |
|
||||
| `server.masterKey` | Parse server Master Key | `""` |
|
||||
| `server.extraEnvVars` | An array to add extra env vars | `[]` |
|
||||
| `server.extraEnvVarsCM` | Name of a ConfigMap containing extra environment variables | `""` |
|
||||
| `server.extraEnvVarsSecret` | Name of a Secret containing extra environment variables | `""` |
|
||||
| `server.extraVolumes` | Optionally specify extra list of additional volumes for the Parse pod(s) | `[]` |
|
||||
| `server.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Parse container(s) | `[]` |
|
||||
| `server.sidecars` | Add additional sidecar containers to the Parse pod(s) | `[]` |
|
||||
| `server.initContainers` | Add additional init containers to the Parse pod(s) | `[]` |
|
||||
| `server.enableCloudCode` | Enable Parse Cloud Code | `false` |
|
||||
| `server.cloudCodeScripts` | Cloud Code scripts | `{}` |
|
||||
| `server.existingCloudCodeScriptsCM` | ConfigMap with Cloud Code scripts (Note: Overrides `cloudCodeScripts`). | `""` |
|
||||
| `server.resources` | Parse Server pods' resource requests and limits | `{}` |
|
||||
| `server.livenessProbe.enabled` | Enable livenessProbe | `true` |
|
||||
| `server.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `120` |
|
||||
| `server.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `server.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `server.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `5` |
|
||||
| `server.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `server.readinessProbe.enabled` | Enable readinessProbe | `true` |
|
||||
| `server.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` |
|
||||
| `server.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` |
|
||||
| `server.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `server.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `5` |
|
||||
| `server.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `server.startupProbe.enabled` | Enable startupProbe on Parse containers | `false` |
|
||||
| `server.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` |
|
||||
| `server.startupProbe.periodSeconds` | Period seconds for startupProbe | `3` |
|
||||
| `server.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
|
||||
| `server.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
|
||||
| `server.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `server.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `server.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `server.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `server.podAffinityPreset` | Parse server pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `server.podAntiAffinityPreset` | Parse server pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `server.nodeAffinityPreset.type` | Parse server node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `server.nodeAffinityPreset.key` | Parse server node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `server.nodeAffinityPreset.values` | Parse server node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `server.affinity` | Parse server affinity for pod assignment | `{}` |
|
||||
| `server.nodeSelector` | Parse server node labels for pod assignment | `{}` |
|
||||
| `server.tolerations` | Parse server tolerations for pod assignment | `[]` |
|
||||
| `server.updateStrategy.type` | Parse statefulset strategy type | `RollingUpdate` |
|
||||
| `server.priorityClassName` | Parse pods' priorityClassName | `""` |
|
||||
| `server.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `server.schedulerName` | Name of the k8s scheduler (other than default) for Parse pods | `""` |
|
||||
| `server.terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` |
|
||||
| `server.lifecycleHooks` | for the Parse container(s) to automate configuration before or after startup | `{}` |
|
||||
| `server.service.type` | Kubernetes Service type | `LoadBalancer` |
|
||||
| `server.service.ports.http` | Service HTTP port (Dashboard) | `1337` |
|
||||
| `server.service.nodePorts.http` | Kubernetes HTTP node port | `""` |
|
||||
| `server.service.clusterIP` | Service Cluster IP | `""` |
|
||||
| `server.service.loadBalancerIP` | Service Load Balancer IP | `""` |
|
||||
| `server.service.loadBalancerSourceRanges` | Service Load Balancer sources | `[]` |
|
||||
| `server.service.externalTrafficPolicy` | Service external traffic policy | `Cluster` |
|
||||
| `server.service.annotations` | Additional custom annotations for Service | `{}` |
|
||||
| `server.service.extraPorts` | Extra ports to expose in Service (normally used with the `sidecars` value) | `[]` |
|
||||
| `server.service.sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` |
|
||||
| `server.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
|
||||
|
||||
|
||||
### Dashboard Parameters
|
||||
@@ -169,7 +169,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `dashboard.enabled` | Enable parse dashboard | `true` |
|
||||
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
|
||||
| `dashboard.image.repository` | Dashboard image repository | `bitnami/parse-dashboard` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r13` |
|
||||
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r23` |
|
||||
| `dashboard.image.digest` | Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `dashboard.image.pullPolicy` | image pull policy | `IfNotPresent` |
|
||||
| `dashboard.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -292,7 +292,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 name | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r62` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r72` |
|
||||
| `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` | Init container volume-permissions image pull secrets | `[]` |
|
||||
|
||||
@@ -76,7 +76,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/parse
|
||||
tag: 5.4.0-debian-11-r9
|
||||
tag: 5.4.0-debian-11-r21
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -411,7 +411,7 @@ dashboard:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/parse-dashboard
|
||||
tag: 5.0.0-debian-11-r13
|
||||
tag: 5.0.0-debian-11-r23
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -901,7 +901,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r62
|
||||
tag: 11-debian-11-r72
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user