Bitnamilegacy and Image update. #4

Merged
stuart.armstrong merged 1 commits from Temporary-bitnami-solution-use-legacy into master 2025-12-02 07:20:26 +00:00
3 changed files with 16 additions and 5 deletions
Showing only changes of commit f91d205d60 - Show all commits

View File

@ -29,4 +29,4 @@ maintainers:
name: stuart.armstrong name: stuart.armstrong
name: loop-enterprise-stack name: loop-enterprise-stack
type: application type: application
version: 1.0.2 version: 1.0.3

View File

@ -1,6 +1,11 @@
Loop Enterprise Stack 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.**
---
--- ---
## ⚠️ **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** ## ⚠️ **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: 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) # Use an existing secret for License credential (see secret-loop-license.yaml for required fields)
existingLicenseSecret: {} existingLicenseSecret: {}
# name: "" # name: ""
@ -73,7 +73,7 @@ loop-enterprise-edition:
replicaCount: 1 replicaCount: 1
image: image:
repository: registry.loop.ru/loop/server repository: registry.loop.ru/loop/server
tag: 2025-06-10-1 tag: 2025-11-20-1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
strategy: strategy:
@ -217,6 +217,9 @@ postgresql:
fullnameOverride: loop-database fullnameOverride: loop-database
nameOverride: loop-database nameOverride: loop-database
image:
repository: bitnamilegacy/postgresql
primary: primary:
persistence: persistence:
size: 500Mi size: 500Mi
@ -233,6 +236,9 @@ postgresql:
loop-minio: loop-minio:
enabled: true enabled: true
image:
repository: bitnamilegacy/minio
accessKey: "accesskey-minio" accessKey: "accesskey-minio"
secretKey: "secretkey-minio" secretKey: "secretkey-minio"