From b7f843b50e959d0a3959f51e583b2c94375273e6 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Thu, 4 Jun 2026 11:03:27 +0300 Subject: [PATCH] v2 Change image version 10.3.0 and fixes. --- loop-enterprise-edition/Chart.yaml | 4 ++-- loop-enterprise-edition/values.yaml | 3 ++- loop-enterprise-stack/Chart.yaml | 6 +++--- loop-enterprise-stack/values.yaml | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/loop-enterprise-edition/Chart.yaml b/loop-enterprise-edition/Chart.yaml index d396c67..73ecbc6 100644 --- a/loop-enterprise-edition/Chart.yaml +++ b/loop-enterprise-edition/Chart.yaml @@ -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,7 +15,7 @@ maintainers: name: stuart.armstrong name: loop-enterprise-edition type: application -version: 2.2.0 +version: 2.3.0 dependencies: - name: common repository: file://subcharts/common diff --git a/loop-enterprise-edition/values.yaml b/loop-enterprise-edition/values.yaml index ae5f6a8..2de57b8 100644 --- a/loop-enterprise-edition/values.yaml +++ b/loop-enterprise-edition/values.yaml @@ -1,7 +1,7 @@ image: registry: registry.loop.ru repository: loop/server - tag: 10.2.0 + tag: 10.3.0 pullPolicy: IfNotPresent # pullSecrets: # - myRegistryKeySecretName @@ -280,6 +280,7 @@ configMaps: # MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: "" # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true" # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true" + # MM_ELASTICSEARCHSETTINGS_INDEXPREFIX: loop ## The following environment variables are required to run loop in clustered mode. # MM_CLUSTERSETTINGS_ENABLE: "true" diff --git a/loop-enterprise-stack/Chart.yaml b/loop-enterprise-stack/Chart.yaml index 70273a2..0b53262 100644 --- a/loop-enterprise-stack/Chart.yaml +++ b/loop-enterprise-stack/Chart.yaml @@ -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: 2.2.0 + version: 2.3.0 - condition: postgresql.enabled name: postgres version: "1.5.12" @@ -28,4 +28,4 @@ maintainers: name: stuart.armstrong name: loop-enterprise-stack type: application -version: 2.2.0 +version: 2.3.0 diff --git a/loop-enterprise-stack/values.yaml b/loop-enterprise-stack/values.yaml index 1eab71c..a791f3f 100644 --- a/loop-enterprise-stack/values.yaml +++ b/loop-enterprise-stack/values.yaml @@ -4,7 +4,7 @@ loop-enterprise-edition: image: registry: registry.loop.ru repository: loop/server - tag: 10.2.0 + tag: 10.3.0 pullPolicy: IfNotPresent name: loop-server @@ -158,6 +158,7 @@ loop-enterprise-edition: # MM_ELASTICSEARCHSETTINGS_CONNECTIONURL: "" # MM_ELASTICSEARCHSETTINGS_ENABLEINDEXING: "true" # MM_ELASTICSEARCHSETTINGS_ENABLESEARCHING: "true" + # MM_ELASTICSEARCHSETTINGS_INDEXPREFIX: loop ## The following environment variables are required to run loop in clustered mode. # MM_CLUSTERSETTINGS_ENABLE: "true" -- 2.49.1