diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f20b1..ddb3043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.2 + +### Changes + +* Released ONLYOFFICE Docs [v8.2.2](https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#822) + ## 2.0.1 ### Changes diff --git a/Chart.yaml b/Chart.yaml index 6fe3dc2..cf7ed2f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,6 +4,6 @@ description: Helm chart for installing ONLYOFFICE Docs Shards in Kubernetes type: application -version: 2.0.1 +version: 2.0.2 -appVersion: 8.2.1 +appVersion: 8.2.2 diff --git a/README.md b/README.md index 8e91fad..44bcf90 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `documentserver.autoscaling.customMetricsType` | Custom, additional or external autoscaling metrics for the documentserver deployment | `[]` | | `documentserver.autoscaling.behavior` | Configuring Documentserver deployment scaling behavior policies for the `scaleDown` and `scaleUp` fields | `{}` | | `documentserver.initContainers.image.repository` | Documentserver add-shardkey initContainer image repository | `onlyoffice/docs-utils` | -| `documentserver.initContainers.image.tag` | Documentserver add-shardkey initContainer image tag | `8.2.1-1` | +| `documentserver.initContainers.image.tag` | Documentserver add-shardkey initContainer image tag | `8.2.2-1` | | `documentserver.initContainers.image.pullPolicy` | Documentserver add-shardkey initContainer image pull policy | `IfNotPresent` | | `documentserver.initContainers.containerSecurityContext.enabled` | Configure a Security Context for Documentserver add-shardkey initContainer container in Pod | `false` | | `documentserver.initContainers.resources.requests.memory` | The requested Memory for the Documentserver add-shardkey initContainer | `256Mi` | @@ -374,7 +374,7 @@ The `helm delete` command removes all the Kubernetes components associated with | Parameter | Description | Default | |-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | `documentserver.docservice.image.repository` | Docservice container image repository* | `onlyoffice/docs-docservice-de` | -| `documentserver.docservice.image.tag` | Docservice container image tag | `8.2.1-1` | +| `documentserver.docservice.image.tag` | Docservice container image tag | `8.2.2-1` | | `documentserver.docservice.image.pullPolicy` | Docservice container image pull policy | `IfNotPresent` | | `documentserver.docservice.containerSecurityContext.enabled`| Enable security context for the Docservice container | `false` | | `documentserver.docservice.containerPorts.http` | Define docservice container port | `8000` | @@ -404,7 +404,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `documentserver.proxy.infoAllowedExistingSecret` | Name of existing secret to use for info auth password. Used if `proxy.infoAllowedUser` is set. Must contain the key specified in `proxy.infoAllowedSecretKeyName`. If set to, it takes priority over the `proxy.infoAllowedPassword` | `""` | | `documentserver.proxy.welcomePage.enabled` | Defines whether the welcome page will be displayed | `true` | | `documentserver.proxy.image.repository` | Docservice Proxy container image repository* | `onlyoffice/docs-proxy-de` | -| `documentserver.proxy.image.tag` | Docservice Proxy container image tag | `8.2.1-1` | +| `documentserver.proxy.image.tag` | Docservice Proxy container image tag | `8.2.2-1` | | `documentserver.proxy.image.pullPolicy` | Docservice Proxy container image pull policy | `IfNotPresent` | | `documentserver.proxy.containerSecurityContext.enabled` | Enable security context for the Proxy container | `false` | | `documentserver.proxy.containerPorts.http` | proxy container port | `8888` | @@ -422,7 +422,7 @@ The `helm delete` command removes all the Kubernetes components associated with |-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | `documentserver.converter.count` | The mumber of Converter containers in the Documentserver Pod | `3` | | `documentserver.converter.image.repository` | Converter container image repository* | `onlyoffice/docs-converter-de` | -| `documentserver.converter.image.tag` | Converter container image tag | `8.2.1-1` | +| `documentserver.converter.image.tag` | Converter container image tag | `8.2.2-1` | | `documentserver.converter.image.pullPolicy` | Converter container image pull policy | `IfNotPresent` | | `documentserver.converter.containerSecurityContext.enabled` | Enable security context for the Converter container | `false` | | `documentserver.converter.resources.requests.memory` | The requested Memory for the Converter container | `256Mi` | @@ -476,7 +476,7 @@ List of parameters for broker inside the documentserver pod | `example.nodeSelector` | Node labels for Example Pods assignment. If set to, it takes priority over the `nodeSelector` | `{}` | | `example.tolerations` | Tolerations for Example Pods assignment. If set to, it takes priority over the `tolerations` | `[]` | | `example.image.repository` | Example container image name | `onlyoffice/docs-example` | -| `example.image.tag` | Example container image tag | `8.2.1-1` | +| `example.image.tag` | Example container image tag | `8.2.2-1` | | `example.image.pullPolicy` | Example container image pull policy | `IfNotPresent` | | `example.containerSecurityContext.enabled` | Enable security context for the Example container | `false` | | `example.dsUrl` | ONLYOFFICE Docs external address. It should be changed only if it is necessary to check the operation of the conversion in Example (e.g. http://\/) | `/` | @@ -537,7 +537,7 @@ List of parameters for broker inside the documentserver pod | `customBalancer.nodeSelector` | Node labels for balancer Pods assignment | `{}` | | `customBalancer.tolerations` | Tolerations for balancer Pods assignment | `[]` | | `customBalancer.image.repository` | Specify balancer image repository | `onlyoffice/docs-balancer` | -| `customBalancer.image.tag` | Specify balancer image tag | `8.2.1-1` | +| `customBalancer.image.tag` | Specify balancer image tag | `8.2.2-1` | | `customBalancer.image.pullPolicy` | Balancer image pull policy | `IfNotPresent` | | `customBalancer.replicas` | Number of balancer replicas to deploy If the `customBalancer.autoscaling.enabled` parameter is enabled, it is ignored | `3` | | `customBalancer.containerPorts` | Balancer container port | `80` | @@ -581,7 +581,7 @@ List of parameters for broker inside the documentserver pod | `grafanaDashboard.job.nodeSelector` | Node labels for Grafana Dashboard Job Pod assignment. If set to, it takes priority over the `nodeSelector` | `{}` | | `grafanaDashboard.job.tolerations` | Tolerations for Grafana Dashboard Job Pod assignment. If set to, it takes priority over the `tolerations` | `[]` | | `grafanaDashboard.job.image.repository` | Job by Grafana Dashboard ONLYOFFICE Docs image repository | `onlyoffice/docs-utils` | -| `grafanaDashboard.job.image.tag` | Job by Grafana Dashboard ONLYOFFICE Docs image tag | `8.2.1-1` | +| `grafanaDashboard.job.image.tag` | Job by Grafana Dashboard ONLYOFFICE Docs image tag | `8.2.2-1` | | `grafanaDashboard.job.image.pullPolicy` | Job by Grafana Dashboard ONLYOFFICE Docs image pull policy | `IfNotPresent` | | `grafanaDashboard.job.containerSecurityContext.enabled` | Enable security context for the Grafana Dashboard container | `false` | | `grafanaDashboard.job.resources.requests` | The requested resources for the job Grafana Dashboard container | `{}` | @@ -599,7 +599,7 @@ List of parameters for broker inside the documentserver pod | `tests.nodeSelector` | Node labels for Test Pod assignment. If set to, it takes priority over the `nodeSelector` | `{}` | | `tests.tolerations` | Tolerations for Test Pod assignment. If set to, it takes priority over the `tolerations` | `[]` | | `tests.image.repository` | Test container image name | `onlyoffice/docs-utils` | -| `tests.image.tag` | Test container image tag | `8.2.1-1` | +| `tests.image.tag` | Test container image tag | `8.2.2-1` | | `tests.image.pullPolicy` | Test container image pull policy | `IfNotPresent` | | `tests.containerSecurityContext.enabled` | Enable security context for the Test container | `false` | | `tests.resources.requests` | The requested resources for the test container | `{}` | diff --git a/templates/RBAC/balancer-role.yaml b/templates/RBAC/balancer-role.yaml index 6b69ace..73d4efd 100644 --- a/templates/RBAC/balancer-role.yaml +++ b/templates/RBAC/balancer-role.yaml @@ -7,12 +7,9 @@ metadata: labels: {{- include "ds.labels.commonLabels" . | trim | nindent 4 }} {{- end }} - annotations: - "helm.sh/hook": pre-install,pre-upgrade - "helm.sh/hook-weight": "2" - {{- if .Values.commonAnnotations }} - {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} rules: - apiGroups: [""] resources: ["endpoints", "pods"] diff --git a/templates/RBAC/balancer-rolebinding.yaml b/templates/RBAC/balancer-rolebinding.yaml index 8d6acc7..68e08ad 100644 --- a/templates/RBAC/balancer-rolebinding.yaml +++ b/templates/RBAC/balancer-rolebinding.yaml @@ -7,12 +7,9 @@ metadata: labels: {{- include "ds.labels.commonLabels" . | trim | nindent 4 }} {{- end }} - annotations: - "helm.sh/hook": pre-install,pre-upgrade - "helm.sh/hook-weight": "3" - {{- if .Values.commonAnnotations }} - {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} subjects: - kind: ServiceAccount name: ds-balancer-sa diff --git a/templates/serviceaccount/docs-balancer.yaml b/templates/serviceaccount/docs-balancer.yaml index 11c8178..b722249 100644 --- a/templates/serviceaccount/docs-balancer.yaml +++ b/templates/serviceaccount/docs-balancer.yaml @@ -7,10 +7,7 @@ metadata: labels: {{- include "ds.labels.commonLabels" . | trim | nindent 4 }} {{- end }} - annotations: - "helm.sh/hook": pre-install,pre-upgrade - "helm.sh/hook-weight": "1" - {{- if .Values.commonAnnotations }} - {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} + {{- if .Values.commonAnnotations }} + annotations: {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- end }} automountServiceAccountToken: true diff --git a/values.yaml b/values.yaml index 9971512..75dbc13 100644 --- a/values.yaml +++ b/values.yaml @@ -429,7 +429,7 @@ documentserver: ## documentserver.initContainers.image.repository Documentserver add-shardkey initContainer image repository repository: onlyoffice/docs-utils ## documentserver.initContainers.image.tag Documentserver add-shardkey initContainer image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## documentserver.initContainers.image.pullPolicy Documentserver add-shardkey initContainer image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for Documentserver add-shardkey initContainer container in Pod @@ -483,7 +483,7 @@ documentserver: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-docservice-de ## documentserver.docservice.image.tag docservice container image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## documentserver.docservice.image.pullPolicy docservice container image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Docservice container @@ -622,7 +622,7 @@ documentserver: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-proxy-de ## documentserver.proxy.image.tag proxy container image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## documentserver.proxy.image.pullPolicy proxy container image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Proxy container @@ -717,7 +717,7 @@ documentserver: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-converter-de ## documentserver.converter.image.tag converter container image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## documentserver.converter.image.pullPolicy converter container image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Converter container @@ -925,7 +925,7 @@ example: ## example.image.repository example container image name repository: onlyoffice/docs-example ## example.image.tag example container image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## example.image.pullPolicy example container image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Example container @@ -1199,7 +1199,7 @@ customBalancer: ## customBalancer.image.repository specify balancer image repository repository: onlyoffice/docs-balancer ## customBalancer.image.tag specify balancer image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## customBalancer.image.pullPolicy balancer image pull policy pullPolicy: IfNotPresent ## customBalancer.containerPorts balancer container port @@ -1314,7 +1314,7 @@ grafanaDashboard: ## grafanaDashboard.job.image.repository Job by Grafana Dashboard ONLYOFFICE Docs image repository repository: onlyoffice/docs-utils ## grafanaDashboard.job.image.tag Job by Grafana Dashboard ONLYOFFICE Docs image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## grafanaDashboard.job.image.pullPolicy Job by Grafana Dashboard ONLYOFFICE Docs image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Grafana Dashboard container @@ -1380,7 +1380,7 @@ tests: ## tests.image.repository test container image name repository: onlyoffice/docs-utils ## tests.image.tag test container image tag - tag: 8.2.1-1 + tag: 8.2.2-1 ## tests.image.pullPolicy test container image pull policy pullPolicy: IfNotPresent ## Configure a Security Context for the Test container