Fix tolerations and topologySpreadConstraints default values (#10638)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2022-06-07 15:24:34 +02:00
committed by GitHub
parent 643f24bb84
commit e2699ee1e0
3 changed files with 8 additions and 8 deletions

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-parse
- https://github.com/bitnami/bitnami-docker-parse-dashboard
- https://parse.com/
version: 18.1.9
version: 18.1.10

View File

@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
| `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.2.1-debian-10-r4` |
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `5.2.1-debian-11-r0` |
| `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` |
@@ -144,7 +144,7 @@ The command removes all the Kubernetes components associated with the chart and
| `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.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 | `{}` |
@@ -168,7 +168,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) | `3.3.0-debian-10-r118` |
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `3.3.0-debian-11-r0` |
| `dashboard.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `dashboard.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `dashboard.image.debug` | Enable Parse Dashboard image debug mode | `false` |
@@ -220,7 +220,7 @@ The command removes all the Kubernetes components associated with the chart and
| `dashboard.tolerations` | Parse dashboard tolerations for pod assignment | `[]` |
| `dashboard.updateStrategy.type` | Parse statefulset strategy type | `RollingUpdate` |
| `dashboard.priorityClassName` | Parse pods' priorityClassName | `""` |
| `dashboard.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `{}` |
| `dashboard.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
| `dashboard.schedulerName` | Name of the k8s scheduler (other than default) for Parse pods | `""` |
| `dashboard.terminationGracePeriodSeconds` | Seconds Redmine pod needs to terminate gracefully | `""` |
| `dashboard.lifecycleHooks` | for the Parse container(s) to automate configuration before or after startup | `{}` |
@@ -290,7 +290,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 | `10-debian-10-r415` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r0` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
| `volumePermissions.resources` | The resources for the container | `{}` |

View File

@@ -319,7 +319,7 @@ server:
## @param server.topologySpreadConstraints Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
##
topologySpreadConstraints: {}
topologySpreadConstraints: []
## @param server.schedulerName Name of the k8s scheduler (other than default) for Parse pods
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##
@@ -594,7 +594,7 @@ dashboard:
## @param dashboard.topologySpreadConstraints Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/#spread-constraints-for-pods
##
topologySpreadConstraints: {}
topologySpreadConstraints: []
## @param dashboard.schedulerName Name of the k8s scheduler (other than default) for Parse pods
## ref: https://kubernetes.io/docs/tasks/administer-cluster/configure-multiple-schedulers/
##