Merge pull request 'Loop-server update version: 10.2.0' (#18) from loop-server-10.2.0 into master
Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
|
|
||||||
loop:
|
loop:
|
||||||
container_name: loop
|
container_name: loop
|
||||||
image: "registry.loop.ru/loop/server:10.1.0"
|
image: "registry.loop.ru/loop/server:10.2.0"
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "db"
|
- "db"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 10.1.0
|
appVersion: 10.2.0
|
||||||
description: LOOP Enterprise server with high availability.
|
description: LOOP Enterprise server with high availability.
|
||||||
home: https://loop.ru
|
home: https://loop.ru
|
||||||
icon: https://artifacts.wilix.dev/repository/loop-files/assets/loop-icon.png
|
icon: https://artifacts.wilix.dev/repository/loop-files/assets/loop-icon.png
|
||||||
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: stuart.armstrong
|
name: stuart.armstrong
|
||||||
name: loop-enterprise-edition
|
name: loop-enterprise-edition
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ loopApp:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.loop.ru/loop/server
|
repository: registry.loop.ru/loop/server
|
||||||
tag: "10.1.0"
|
tag: "10.2.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@@ -192,6 +192,10 @@ loopApp:
|
|||||||
value: "" # Endpoint для доступа к S3
|
value: "" # Endpoint для доступа к S3
|
||||||
- name: MM_FILESETTINGS_MAXFILESIZE
|
- name: MM_FILESETTINGS_MAXFILESIZE
|
||||||
value: "1048576000" # Максимальный размер файла в байтах
|
value: "1048576000" # Максимальный размер файла в байтах
|
||||||
|
- name: MM_JOBSETTINGS_RUNJOBS
|
||||||
|
value: "true"
|
||||||
|
- name: MM_JOBSETTINGS_RUNSCHEDULER
|
||||||
|
value: "true"
|
||||||
- name: MM_LOGSETTINGS_CONSOLEJSON
|
- name: MM_LOGSETTINGS_CONSOLEJSON
|
||||||
value: "false" # Вывод логов в JSON-формате в консоль
|
value: "false" # Вывод логов в JSON-формате в консоль
|
||||||
- name: MM_LOGSETTINGS_CONSOLELEVEL
|
- name: MM_LOGSETTINGS_CONSOLELEVEL
|
||||||
|
|||||||
9
loop-enterprise-stack/Chart.lock
Normal file
9
loop-enterprise-stack/Chart.lock
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: postgresql
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
version: 12.12.10
|
||||||
|
- name: minio
|
||||||
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
|
version: 12.8.9
|
||||||
|
digest: sha256:fafc41f53915e61a985fb0bf24cb179fb789b74cfc650591ad6b99b23e12796d
|
||||||
|
generated: "2026-04-03T08:46:02.875119732+03:00"
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 10.1.0
|
appVersion: 10.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: loop-enterprise-edition
|
- name: loop-enterprise-edition
|
||||||
repository: https://artifacts.wilix.dev/repository/helm-loop
|
repository: https://artifacts.wilix.dev/repository/helm-loop
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
alias: loop-enterprise-edition
|
alias: loop-enterprise-edition
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
@@ -28,4 +28,4 @@ maintainers:
|
|||||||
name: stuart.armstrong
|
name: stuart.armstrong
|
||||||
name: loop-enterprise-stack
|
name: loop-enterprise-stack
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ loop-enterprise-edition:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.loop.ru/loop/server
|
repository: registry.loop.ru/loop/server
|
||||||
tag: 10.1.0
|
tag: 10.2.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@@ -154,6 +154,10 @@ loop-enterprise-edition:
|
|||||||
value: "loop-minio:9000" # S3 endpoint url
|
value: "loop-minio:9000" # S3 endpoint url
|
||||||
- name: MM_FILESETTINGS_MAXFILESIZE
|
- name: MM_FILESETTINGS_MAXFILESIZE
|
||||||
value: "1048576000" #The maximum file size to download, specified in bytes.
|
value: "1048576000" #The maximum file size to download, specified in bytes.
|
||||||
|
- name: MM_JOBSETTINGS_RUNJOBS
|
||||||
|
value: "true"
|
||||||
|
- name: MM_JOBSETTINGS_RUNSCHEDULER
|
||||||
|
value: "true"
|
||||||
- name: MM_LOGSETTINGS_CONSOLEJSON
|
- name: MM_LOGSETTINGS_CONSOLEJSON
|
||||||
value: "false" #The flag indicates whether the output to the console should be in JSON format
|
value: "false" #The flag indicates whether the output to the console should be in JSON format
|
||||||
- name: MM_LOGSETTINGS_CONSOLELEVEL
|
- name: MM_LOGSETTINGS_CONSOLELEVEL
|
||||||
|
|||||||
Reference in New Issue
Block a user