Skip to content

Commit

Permalink
Replace the version Chart with v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Jul 20, 2023
1 parent 78b394a commit ee6f3a7
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 20 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change log

## 3.3.0

### New Features

* Added the ability to connect to the ONLYOFFICE Docs via a virtual path
* Added the ability to connect to Redis Sentinel

### Changes

* Released [v7.4.1](https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#741) of ONLYOFFICE Docs

### Fixes

* Fixed Ingress Class definition

## 3.2.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Helm chart for installing ONLYOFFICE Docs in Kubernetes

type: application

version: 3.2.0
version: 3.3.0

appVersion: 7.4.0
appVersion: 7.4.1
16 changes: 8 additions & 8 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sources/shutdown-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
defaultMode: 0755
containers:
- name: shutdown-ds
image: onlyoffice/docs-utils:7.4.0-1
image: onlyoffice/docs-utils:7.4.1-1
command: ["/bin/sh", "-c"]
args: ["/scripts/stop.sh"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion templates/jobs/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
defaultMode: 0755
containers:
- name: grafana-dashboard
image: onlyoffice/docs-utils:7.4.0-1
image: onlyoffice/docs-utils:7.4.1-1
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"]
Expand Down
16 changes: 8 additions & 8 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-1
tag: 7.4.1-1
## docservice.image.pullPolicy docservice container image pull policy
pullPolicy: IfNotPresent
## docservice.containerPorts.http docservice container port
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## proxy.image.pullPolicy proxy container image pull policy
pullPolicy: IfNotPresent
## proxy.containerPorts.http proxy container port
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## converter.image.pullPolicy converter container image pull policy
pullPolicy: IfNotPresent
## converter container resource requests and limits
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## example.image.pullPolicy example container image pull policy
pullPolicy: IfNotPresent
## example.containerPorts.http example container port
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## install.job.image.pullPolicy Job by pre-install ONLYOFFICE Docs image pull policy
pullPolicy: IfNotPresent
## Job pre-install container resource requests and limits
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## upgrade.job.image.pullPolicy Job by upgrade image pull policy
pullPolicy: IfNotPresent
## Job pre-upgrade container resource requests and limits
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## rollback.job.image.pullPolicy Job by rollback image pull policy
pullPolicy: IfNotPresent
## Job pre-rollback container resource requests and limits
Expand Down Expand Up @@ -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.0-1
tag: 7.4.1-1
## delete.job.image.pullPolicy Job by delete image pull policy
pullPolicy: IfNotPresent
## Job pre-delete container resource requests and limits
Expand Down

0 comments on commit ee6f3a7

Please sign in to comment.