Merge pull request 'Change image version 10.3.0 and fixes.' (#20) from Change-image-version-10.3.0-and-fixes into master

Reviewed-on: #20
This commit was merged in pull request #20.
This commit is contained in:
2026-06-04 07:09:49 +00:00
5 changed files with 12 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ services:
loop:
container_name: loop
image: "registry.loop.ru/loop/server:10.2.0"
image: "registry.loop.ru/loop/server:10.3.0"
restart: "unless-stopped"
depends_on:
- "db"

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 10.2.0
appVersion: 10.3.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.2.0
version: 1.3.0

View File

@@ -59,7 +59,7 @@ loopApp:
replicaCount: 1
image:
repository: registry.loop.ru/loop/server
tag: "10.2.0"
tag: "10.3.0"
pullPolicy: IfNotPresent
strategy:
@@ -176,6 +176,8 @@ loopApp:
value: "false" # Использовать Elasticsearch для индексации
- name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING
value: "false" # Использовать Elasticsearch для поиска
- name: MM_ELASTICSEARCHSETTINGS_INDEXPREFIX
value: loop
- name: MM_FILESETTINGS_AMAZONS3SSE
value: "false" # Использовать шифрование SSE для S3
- name: MM_FILESETTINGS_AMAZONS3SSL

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 10.2.0
appVersion: 10.3.0
dependencies:
- name: loop-enterprise-edition
repository: https://artifacts.wilix.dev/repository/helm-loop
version: 1.2.0
version: 1.3.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.2.0
version: 1.3.0

View File

@@ -61,7 +61,7 @@ loop-enterprise-edition:
replicaCount: 1
image:
repository: registry.loop.ru/loop/server
tag: 10.2.0
tag: 10.3.0
pullPolicy: IfNotPresent
strategy:
@@ -138,6 +138,8 @@ loop-enterprise-edition:
value: "false" # Use Elasticsearch indexing
- name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING
value: "false" # Use Elasticsearch for searching
- name: MM_ELASTICSEARCHSETTINGS_INDEXPREFIX
value: loop
- name: MM_FILESETTINGS_AMAZONS3SSE
value: "false" #Env indicates whether SSL (Server-Side Encryption) is enabled for S3
- name: MM_FILESETTINGS_AMAZONS3SSL