v2 Change image version 10.3.0 and fixes. #21
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user