Bitnamilegacy and Image update.

This commit is contained in:
2025-12-02 10:18:12 +03:00
parent 297885ac8e
commit f91d205d60
3 changed files with 16 additions and 5 deletions

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: ""
@@ -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
@@ -233,6 +236,9 @@ postgresql:
loop-minio:
enabled: true
image:
repository: bitnamilegacy/minio
accessKey: "accesskey-minio"
secretKey: "secretkey-minio"