Skip to content

Commit e77fca1

Browse files
author
Your Name
committed
Bump up Version
1 parent e095a29 commit e77fca1

File tree

4 files changed

+30
-49
lines changed

4 files changed

+30
-49
lines changed

charts/opencloud-full/templates/onlyoffice/configmap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ data:
4141
},
4242
"secret": {
4343
"inbox": {
44-
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.inbox.string | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
44+
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.inbox | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
4545
},
4646
"outbox": {
47-
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.outbox.string | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
47+
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.outbox | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
4848
},
4949
"session": {
50-
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.session.string | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
50+
"string": "{{ .Values.onlyoffice.config.coAuthoring.secret.session | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
5151
}
5252
}
5353
}

charts/opencloud-full/templates/onlyoffice/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: DB_USER
3131
value: "{{ .Values.onlyoffice.config.coAuthoring.sql.dbUser | default "onlyoffice" }}"
3232
- name: JWT_SECRET
33-
value: "{{ .Values.onlyoffice.config.coAuthoring.secret.session.string | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
33+
value: "{{ .Values.onlyoffice.config.coAuthoring.secret.session | default "B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu" }}"
3434
- name: JWT_HEADER
3535
value: "Authorization"
3636
- name: AMQP_URI

charts/opencloud-full/values.schema.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12799,35 +12799,18 @@
1279912799
},
1280012800
"type": "object"
1280112801
},
12802-
"secret": {
12802+
12803+
"secret": {
1280312804
"additionalProperties": false,
1280412805
"properties": {
1280512806
"inbox": {
12806-
"additionalProperties": false,
12807-
"properties": {
12808-
"string": {
12809-
"type": "string"
12810-
}
12811-
},
12812-
"type": "object"
12807+
"type": "string"
1281312808
},
1281412809
"outbox": {
12815-
"additionalProperties": false,
12816-
"properties": {
12817-
"string": {
12818-
"type": "string"
12819-
}
12820-
},
12821-
"type": "object"
12810+
"type": "string"
1282212811
},
1282312812
"session": {
12824-
"additionalProperties": false,
12825-
"properties": {
12826-
"string": {
12827-
"type": "string"
12828-
}
12829-
},
12830-
"type": "object"
12813+
"type": "string"
1283112814
}
1283212815
},
1283312816
"type": "object"

charts/opencloud-full/values.yaml

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 2. OpenCloud Admin: adminPassword: admin
1515
# 3. PostgreSQL: user: keycloak, password: keycloak
1616
# 4. MinIO: rootUser: opencloud, rootPassword: opencloud-secret-key
17-
# 5. OnlyOffice Secret Keys: secret.inbox/outbox/session.string: B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu
17+
# 5. OnlyOffice Secret Keys: secret.inbox/outbox/session: B8LjkNqGxn6gf8bkuBUiMwyuCFwFddnu
1818
# 6. RabbitMQ: url: amqp://guest:guest
1919
# 7. LDAP bind password and configuration password must be secure.
2020
#
@@ -339,7 +339,7 @@ deploymentStrategy:
339339
# required: true
340340
# @schema
341341
# -- Domain where OC is reachable for the outside world
342-
externalDomain:
342+
externalDomain: cloud.opencloud.test
343343

344344
# Insecure options.
345345
# These are useful for some limited environments like CI or on a test cluster.
@@ -6011,27 +6011,25 @@ onlyoffice:
60116011
header: "Authorization"
60126012
# Secret settings
60136013
secret:
6014-
inbox:
6015-
# @schema
6016-
# type: string
6017-
# required: true
6018-
# @schema
6019-
# -- Inbox secret string
6020-
string: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6021-
outbox:
6022-
# @schema
6023-
# type: string
6024-
# required: true
6025-
# @schema
6026-
# -- Outbox secret string
6027-
string: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6028-
session:
6029-
# @schema
6030-
# type: string
6031-
# required: true
6032-
# @schema
6033-
# -- Session secret string
6034-
string: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6014+
# @schema
6015+
# type: string
6016+
# required: true
6017+
# @schema
6018+
# -- Inbox secret string
6019+
inbox: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6020+
# @schema
6021+
# type: string
6022+
# required: true
6023+
# @schema
6024+
# -- Outbox secret string
6025+
outbox: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6026+
# @schema
6027+
# type: string
6028+
# required: true
6029+
# @schema
6030+
# -- Session secret string
6031+
session: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
6032+
60356033
# RabbitMQ settings
60366034
rabbitmq:
60376035
# @schema

0 commit comments

Comments
 (0)