From e2699ee1e0c921897a2e25dec3bc574f3406983f Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 7 Jun 2022 15:24:34 +0200 Subject: [PATCH] Fix tolerations and topologySpreadConstraints default values (#10638) Signed-off-by: Fran Mulero --- bitnami/parse/Chart.yaml | 2 +- bitnami/parse/README.md | 10 +++++----- bitnami/parse/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/parse/Chart.yaml b/bitnami/parse/Chart.yaml index abe933dbc4..7ebd113d69 100644 --- a/bitnami/parse/Chart.yaml +++ b/bitnami/parse/Chart.yaml @@ -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 diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index b65979a558..3f14d8fc42 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -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 | `{}` | diff --git a/bitnami/parse/values.yaml b/bitnami/parse/values.yaml index 2f824becf2..56f84588c9 100644 --- a/bitnami/parse/values.yaml +++ b/bitnami/parse/values.yaml @@ -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/ ##