Compare commits

...

5 Commits

3 changed files with 20 additions and 8 deletions

View File

@ -13,7 +13,6 @@ dependencies:
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.9
alias: loop-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 +28,4 @@ maintainers:
name: stuart.armstrong
name: loop-enterprise-stack
type: application
version: 1.0.2
version: 1.0.4

View File

@ -1,7 +1,14 @@
Loop Enterprise Stack
====================================================
---
**Version 1.0.3 uses bitnamilegacy to provide access to the container images. This is a temporary solution, as bitnamilegacy can be removed as well. A new chart without Bitnami is being created.**
**Версия 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**

View File

@ -1,5 +1,5 @@
global:
siteUrl: "loop.example.com" # REQUIRED SETTING, PLEASE UPDATE: "https://loop.example.com"
siteUrl: "http://loop.example.com" # REQUIRED SETTING, PLEASE UPDATE: "https://loop.example.com"
# Use an existing secret for License credential (see secret-loop-license.yaml for required fields)
existingLicenseSecret: {}
# name: ""
@ -36,7 +36,7 @@ global:
existingDatabaseSecret: {}
jobserver:
name: jobserver
enabled: true
enabled: false
replicaCount: 1
strategy:
type: Recreate
@ -73,7 +73,7 @@ loop-enterprise-edition:
replicaCount: 1
image:
repository: registry.loop.ru/loop/server
tag: 2025-06-10-1
tag: 2025-11-20-1
pullPolicy: IfNotPresent
strategy:
@ -217,6 +217,9 @@ postgresql:
fullnameOverride: loop-database
nameOverride: loop-database
image:
repository: bitnamilegacy/postgresql
primary:
persistence:
size: 500Mi
@ -230,9 +233,12 @@ postgresql:
# Minio Section. Use this to configure Minio storage.
# If you want to use external storage, disable this.
loop-minio:
minio:
enabled: true
image:
repository: bitnamilegacy/minio
accessKey: "accesskey-minio"
secretKey: "secretkey-minio"