diff --git a/README.md b/README.md index c4be4730f..fea976141 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `docservice.nodeAffinity` | Defines [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) rules for Docservice Pods scheduling by nodes | `{}` | | `docservice.initContainers` | Defines containers that run before docservice and proxy containers in the Docservice deployment pod. For example, a container that changes the owner of the PersistentVolume | `[]` | | `docservice.image.repository` | Docservice container image repository* | `onlyoffice/docs-docservice-de` | -| `docservice.image.tag` | Docservice container image tag | `7.4.1-1` | +| `docservice.image.tag` | Docservice container image tag | `7.4.1-2` | | `docservice.image.pullPolicy` | Docservice container image pull policy | `IfNotPresent` | | `docservice.resources.requests` | The requested resources for the Docservice container | `{}` | | `docservice.resources.limits` | The resources limits for the Docservice container | `{}` | @@ -449,7 +449,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `proxy.infoAllowedIP` | Defines ip addresses for accessing the info page | `[]` | | `proxy.welcomePage.enabled` | Defines whether the welcome page will be displayed | `true` | | `proxy.image.repository` | Docservice Proxy container image repository* | `onlyoffice/docs-proxy-de` | -| `proxy.image.tag` | Docservice Proxy container image tag | `7.4.1-1` | +| `proxy.image.tag` | Docservice Proxy container image tag | `7.4.1-2` | | `proxy.image.pullPolicy` | Docservice Proxy container image pull policy | `IfNotPresent` | | `proxy.resources.requests` | The requested resources for the Proxy container | `{}` | | `proxy.resources.limits` | The resources limits for the Proxy container | `{}` | @@ -465,7 +465,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `converter.nodeAffinity` | Defines [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) rules for Converter Pods scheduling by nodes | `{}` | | `converter.initContainers` | Defines containers that run before docservice and proxy containers in the Docservice deployment pod. For example, a container that changes the owner of the PersistentVolume | `[]` | | `converter.image.repository` | Converter container image repository* | `onlyoffice/docs-converter-de` | -| `converter.image.tag` | Converter container image tag | `7.4.1-1` | +| `converter.image.tag` | Converter container image tag | `7.4.1-2` | | `converter.image.pullPolicy` | Converter container image pull policy | `IfNotPresent` | | `converter.resources.requests` | The requested resources for the Converter container | `{}` | | `converter.resources.limits` | The resources limits for the Converter container | `{}` | @@ -484,7 +484,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `example.podAffinity` | Defines [Pod affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) rules for Example Pod scheduling by nodes relative to other Pods | `{}` | | `example.nodeAffinity` | Defines [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) rules for Example Pod scheduling by nodes | `{}` | | `example.image.repository` | Example container image name | `onlyoffice/docs-example` | -| `example.image.tag` | Example container image tag | `7.4.1-1` | +| `example.image.tag` | Example container image tag | `7.4.1-2` | | `example.image.pullPolicy` | Example container image pull policy | `IfNotPresent` | | `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://\/) | `/` | | `example.resources.requests` | The requested resources for the Example container | `{}` | @@ -531,7 +531,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `privateCluster` | Specify whether the k8s cluster is used in a private network without internet access | `false` | | `upgrade.job.enabled` | Enable the execution of job pre-upgrade before upgrading ONLYOFFICE Docs | `true` | | `upgrade.job.image.repository` | Job by upgrade image repository | `onlyoffice/docs-utils` | -| `upgrade.job.image.tag` | Job by upgrade image tag | `7.4.1-1` | +| `upgrade.job.image.tag` | Job by upgrade image tag | `7.4.1-2` | | `upgrade.job.image.pullPolicy` | Job by upgrade image pull policy | `IfNotPresent` | | `upgrade.job.resources.requests` | The requested resources for the job pre-upgrade container | `{}` | | `upgrade.job.resources.limits` | The resources limits for the job pre-upgrade container | `{}` | @@ -542,7 +542,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `upgrade.existingConfigmap.dsStop` | The name of the existing ConfigMap that contains the ONLYOFFICE Docs upgrade script. If set, the four previous parameters are ignored. Must contain a key `stop.sh` | `""` | | `rollback.job.enabled` | Enable the execution of job pre-rollback before rolling back ONLYOFFICE Docs | `true` | | `rollback.job.image.repository` | Job by rollback image repository | `onlyoffice/docs-utils` | -| `rollback.job.image.tag` | Job by rollback image tag | `7.4.1-1` | +| `rollback.job.image.tag` | Job by rollback image tag | `7.4.1-2` | | `rollback.job.image.pullPolicy` | Job by rollback image pull policy | `IfNotPresent` | | `rollback.job.resources.requests` | The requested resources for the job rollback container | `{}` | | `rollback.job.resources.limits` | The resources limits for the job rollback container | `{}` | @@ -553,7 +553,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `rollback.existingConfigmap.dsStop` | The name of the existing ConfigMap that contains the ONLYOFFICE Docs rollback script. If set, the four previous parameters are ignored. Must contain a key `stop.sh` | `""` | | `delete.job.enabled` | Enable the execution of job pre-delete before deleting ONLYOFFICE Docs | `true` | | `delete.job.image.repository` | Job by delete image repository | `onlyoffice/docs-utils` | -| `delete.job.image.tag` | Job by delete image tag | `7.4.1-1` | +| `delete.job.image.tag` | Job by delete image tag | `7.4.1-2` | | `delete.job.image.pullPolicy` | Job by delete image pull policy | `IfNotPresent` | | `delete.job.resources.requests` | The requested resources for the job delete container | `{}` | | `delete.job.resources.limits` | The resources limits for the job delete container | `{}` | @@ -562,7 +562,7 @@ The `helm delete` command removes all the Kubernetes components associated with | `delete.existingConfigmap.dsStop` | The name of the existing ConfigMap that contains the ONLYOFFICE Docs delete script. If set, the two previous parameters are ignored. Must contain a key `stop.sh` | `""` | | `install.job.enabled` | Enable the execution of job pre-install before installing ONLYOFFICE Docs | `true` | | `install.job.image.repository` | Job by pre-install ONLYOFFICE Docs image repository | `onlyoffice/docs-utils` | -| `install.job.image.tag` | Job by pre-install ONLYOFFICE Docs image tag | `7.4.1-1` | +| `install.job.image.tag` | Job by pre-install ONLYOFFICE Docs image tag | `7.4.1-2` | | `install.job.image.pullPolicy` | Job by pre-install ONLYOFFICE Docs image pull policy | `IfNotPresent` | | `install.job.resources.requests` | The requested resources for the job pre-install container | `{}` | | `install.job.resources.limits` | The resources limits for the job pre-install container | `{}` | diff --git a/sources/shutdown-ds.yaml b/sources/shutdown-ds.yaml index c49f830ed..1f189d972 100644 --- a/sources/shutdown-ds.yaml +++ b/sources/shutdown-ds.yaml @@ -13,7 +13,7 @@ spec: defaultMode: 0755 containers: - name: shutdown-ds - image: onlyoffice/docs-utils:7.4.1-1 + image: onlyoffice/docs-utils:7.4.1-2 command: ["/bin/sh", "-c"] args: ["/scripts/stop.sh"] volumeMounts: diff --git a/templates/jobs/dashboard.yaml b/templates/jobs/dashboard.yaml index b5c9b9fba..e4177bc45 100644 --- a/templates/jobs/dashboard.yaml +++ b/templates/jobs/dashboard.yaml @@ -28,7 +28,7 @@ spec: defaultMode: 0755 containers: - name: grafana-dashboard - image: onlyoffice/docs-utils:7.4.1-1 + image: onlyoffice/docs-utils:7.4.1-2 command: ["/bin/sh", "-c"] {{- if .Values.webProxy.enabled }} args: ["http_proxy={{ .Values.webProxy.http }} https_proxy={{ .Values.webProxy.https }} no_proxy={{ .Values.webProxy.noProxy }} /scripts/get_dashboard.sh"] diff --git a/values.yaml b/values.yaml index 0aeaf49e0..0ce622b5c 100644 --- a/values.yaml +++ b/values.yaml @@ -440,7 +440,7 @@ docservice: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-docservice-de ## docservice.image.tag docservice container image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## docservice.image.pullPolicy docservice container image pull policy pullPolicy: IfNotPresent ## docservice.containerPorts.http docservice container port @@ -541,7 +541,7 @@ proxy: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-proxy-de ## proxy.image.tag proxy container image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## proxy.image.pullPolicy proxy container image pull policy pullPolicy: IfNotPresent ## proxy.containerPorts.http proxy container port @@ -737,7 +737,7 @@ converter: ## https://github.com/ONLYOFFICE/Kubernetes-Docs#4-parameters repository: onlyoffice/docs-converter-de ## converter.image.tag converter container image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## converter.image.pullPolicy converter container image pull policy pullPolicy: IfNotPresent ## converter container resource requests and limits @@ -826,7 +826,7 @@ example: ## example.image.repository example container image name repository: onlyoffice/docs-example ## example.image.tag example container image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## example.image.pullPolicy example container image pull policy pullPolicy: IfNotPresent ## example.containerPorts.http example container port @@ -902,7 +902,7 @@ install: ## install.job.image.repository Job by pre-install ONLYOFFICE Docs image repository repository: onlyoffice/docs-utils ## install.job.image.tag Job by pre-install ONLYOFFICE Docs image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## install.job.image.pullPolicy Job by pre-install ONLYOFFICE Docs image pull policy pullPolicy: IfNotPresent ## Job pre-install container resource requests and limits @@ -943,7 +943,7 @@ upgrade: ## upgrade.job.image.repository Job by upgrade image repository repository: onlyoffice/docs-utils ## upgrade.job.image.tag Job by upgrade image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## upgrade.job.image.pullPolicy Job by upgrade image pull policy pullPolicy: IfNotPresent ## Job pre-upgrade container resource requests and limits @@ -992,7 +992,7 @@ rollback: ## rollback.job.image.repository Job by rollback image repository repository: onlyoffice/docs-utils ## rollback.job.image.tag Job by rollback image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## rollback.job.image.pullPolicy Job by rollback image pull policy pullPolicy: IfNotPresent ## Job pre-rollback container resource requests and limits @@ -1041,7 +1041,7 @@ delete: ## delete.job.image.repository Job by delete image repository repository: onlyoffice/docs-utils ## delete.job.image.tag Job by delete image tag - tag: 7.4.1-1 + tag: 7.4.1-2 ## delete.job.image.pullPolicy Job by delete image pull policy pullPolicy: IfNotPresent ## Job pre-delete container resource requests and limits