Skip to content

Commit

Permalink
Merge Helm Chart release/v2.0.2 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Dec 2, 2024
2 parents 87115e2 + 6c6ab4e commit c45f545
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 Shards in Kubernetes

type: application

version: 2.0.1
version: 2.0.2

appVersion: 8.2.1
appVersion: 8.2.2
16 changes: 8 additions & 8 deletions README.md

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions templates/RBAC/balancer-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
9 changes: 3 additions & 6 deletions templates/RBAC/balancer-rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions templates/serviceaccount/docs-balancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 8 additions & 8 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c45f545

Please sign in to comment.