Change image version 10.3.0 and fixes. #20

Merged
stuart.armstrong merged 1 commits from Change-image-version-10.3.0-and-fixes into master 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: loop:
container_name: 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" restart: "unless-stopped"
depends_on: depends_on:
- "db" - "db"

View File

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

View File

@@ -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.2.0" tag: "10.3.0"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
strategy: strategy:
@@ -176,6 +176,8 @@ loopApp:
value: "false" # Использовать Elasticsearch для индексации value: "false" # Использовать Elasticsearch для индексации
- name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING - name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING
value: "false" # Использовать Elasticsearch для поиска value: "false" # Использовать Elasticsearch для поиска
- name: MM_ELASTICSEARCHSETTINGS_INDEXPREFIX
value: loop
- name: MM_FILESETTINGS_AMAZONS3SSE - name: MM_FILESETTINGS_AMAZONS3SSE
value: "false" # Использовать шифрование SSE для S3 value: "false" # Использовать шифрование SSE для S3
- name: MM_FILESETTINGS_AMAZONS3SSL - name: MM_FILESETTINGS_AMAZONS3SSL

View File

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

View File

@@ -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.2.0 tag: 10.3.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
strategy: strategy:
@@ -138,6 +138,8 @@ loop-enterprise-edition:
value: "false" # Use Elasticsearch indexing value: "false" # Use Elasticsearch indexing
- name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING - name: MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING
value: "false" # Use Elasticsearch for searching value: "false" # Use Elasticsearch for searching
- name: MM_ELASTICSEARCHSETTINGS_INDEXPREFIX
value: loop
- name: MM_FILESETTINGS_AMAZONS3SSE - name: MM_FILESETTINGS_AMAZONS3SSE
value: "false" #Env indicates whether SSL (Server-Side Encryption) is enabled for S3 value: "false" #Env indicates whether SSL (Server-Side Encryption) is enabled for S3
- name: MM_FILESETTINGS_AMAZONS3SSL - name: MM_FILESETTINGS_AMAZONS3SSL