From 39d28bc9e9ef26137e59ba4c9e1dcdba8816728f Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 16 Dec 2025 16:34:00 +0300 Subject: [PATCH 1/2] Bug-fix --- loop-enterprise-stack/Chart.yaml | 4 ++-- loop-enterprise-stack/README.md | 2 ++ loop-enterprise-stack/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/loop-enterprise-stack/Chart.yaml b/loop-enterprise-stack/Chart.yaml index 8073dfd..ca431d8 100644 --- a/loop-enterprise-stack/Chart.yaml +++ b/loop-enterprise-stack/Chart.yaml @@ -13,7 +13,7 @@ dependencies: name: minio repository: oci://registry-1.docker.io/bitnamicharts version: 12.8.9 - alias: loop-minio + alias: minio description: LOOP Enterprise server with high availability. home: https://loop.ru icon: https://artifacts.wilix.dev/repository/loop-files/assets/loop-icon.png @@ -29,4 +29,4 @@ maintainers: name: stuart.armstrong name: loop-enterprise-stack type: application -version: 1.0.3 +version: 1.0.4 diff --git a/loop-enterprise-stack/README.md b/loop-enterprise-stack/README.md index b3e9a97..a29aa27 100644 --- a/loop-enterprise-stack/README.md +++ b/loop-enterprise-stack/README.md @@ -6,7 +6,9 @@ Loop Enterprise Stack **Версия 1.0.3 использует bitnamilegacy для обеспечения доступа к образам контейнеров. Важно отметить, что это временное решение, поскольку в будущем компонент bitnamilegacy также может быть удалён. В настоящее время ведётся разработка новой версии чарта, которая будет полностью независима от Bitnami.** --- +**Version 1.0.4 is a bugfix and still relies on bitnamylegacy** +**Версия 1.0.4 содержит исправление ошибок и по-прежнему использует bitnamylegacy** --- ## ⚠️ **This chart is not compatible with the previous loop chart and should not be used to upgrade the previous chart. All data can be lost** diff --git a/loop-enterprise-stack/values.yaml b/loop-enterprise-stack/values.yaml index 09db021..738d129 100644 --- a/loop-enterprise-stack/values.yaml +++ b/loop-enterprise-stack/values.yaml @@ -36,7 +36,7 @@ global: existingDatabaseSecret: {} jobserver: name: jobserver - enabled: true + enabled: false replicaCount: 1 strategy: type: Recreate @@ -233,7 +233,7 @@ postgresql: # Minio Section. Use this to configure Minio storage. # If you want to use external storage, disable this. -loop-minio: +minio: enabled: true image: -- 2.47.2 From 7f2fa8b866c5a9a191123e8028a0095606e0b110 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 16 Dec 2025 16:36:38 +0300 Subject: [PATCH 2/2] . --- loop-enterprise-stack/Chart.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/loop-enterprise-stack/Chart.yaml b/loop-enterprise-stack/Chart.yaml index ca431d8..5e27dff 100644 --- a/loop-enterprise-stack/Chart.yaml +++ b/loop-enterprise-stack/Chart.yaml @@ -13,7 +13,6 @@ dependencies: name: minio repository: oci://registry-1.docker.io/bitnamicharts version: 12.8.9 - alias: minio description: LOOP Enterprise server with high availability. home: https://loop.ru icon: https://artifacts.wilix.dev/repository/loop-files/assets/loop-icon.png -- 2.47.2