Loop-server update version: 10.2.0
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
|
||||
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"
|
||||
depends_on:
|
||||
- "db"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: 10.1.0
|
||||
appVersion: 10.2.0
|
||||
description: LOOP Enterprise server with high availability.
|
||||
home: https://loop.ru
|
||||
icon: https://artifacts.wilix.dev/repository/loop-files/assets/loop-icon.png
|
||||
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: stuart.armstrong
|
||||
name: loop-enterprise-edition
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.2.0
|
||||
|
||||
@@ -59,7 +59,7 @@ loopApp:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: registry.loop.ru/loop/server
|
||||
tag: "10.1.0"
|
||||
tag: "10.2.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
strategy:
|
||||
@@ -192,6 +192,10 @@ loopApp:
|
||||
value: "" # Endpoint для доступа к S3
|
||||
- name: MM_FILESETTINGS_MAXFILESIZE
|
||||
value: "1048576000" # Максимальный размер файла в байтах
|
||||
- name: MM_JOBSETTINGS_RUNJOBS
|
||||
value: "true"
|
||||
- name: MM_JOBSETTINGS_RUNSCHEDULER
|
||||
value: "true"
|
||||
- name: MM_LOGSETTINGS_CONSOLEJSON
|
||||
value: "false" # Вывод логов в JSON-формате в консоль
|
||||
- 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
|
||||
appVersion: 10.1.0
|
||||
appVersion: 10.2.0
|
||||
dependencies:
|
||||
- name: loop-enterprise-edition
|
||||
repository: https://artifacts.wilix.dev/repository/helm-loop
|
||||
version: 1.1.0
|
||||
version: 1.2.0
|
||||
alias: loop-enterprise-edition
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: stuart.armstrong
|
||||
name: loop-enterprise-stack
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.2.0
|
||||
|
||||
@@ -61,7 +61,7 @@ loop-enterprise-edition:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: registry.loop.ru/loop/server
|
||||
tag: 10.1.0
|
||||
tag: 10.2.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
strategy:
|
||||
@@ -154,6 +154,10 @@ loop-enterprise-edition:
|
||||
value: "loop-minio:9000" # S3 endpoint url
|
||||
- name: MM_FILESETTINGS_MAXFILESIZE
|
||||
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
|
||||
value: "false" #The flag indicates whether the output to the console should be in JSON format
|
||||
- name: MM_LOGSETTINGS_CONSOLELEVEL
|
||||
|
||||
Reference in New Issue
Block a user