diff --git a/loop-enterprise-edition/Chart.yaml b/loop-enterprise-edition/Chart.yaml index c8f43dc..d4d181c 100644 --- a/loop-enterprise-edition/Chart.yaml +++ b/loop-enterprise-edition/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 10.4.0 +appVersion: 10.5.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.4.0 +version: 2.5.0 dependencies: - name: common repository: file://subcharts/common diff --git a/loop-enterprise-edition/values.yaml b/loop-enterprise-edition/values.yaml index aedc8c5..6b19982 100644 --- a/loop-enterprise-edition/values.yaml +++ b/loop-enterprise-edition/values.yaml @@ -1,7 +1,7 @@ image: registry: registry.loop.ru repository: loop/server - tag: 10.4.0 + tag: 10.5.0 pullPolicy: IfNotPresent # pullSecrets: # - myRegistryKeySecretName diff --git a/loop-enterprise-stack/Chart.yaml b/loop-enterprise-stack/Chart.yaml index ae4c6a1..acdae1b 100644 --- a/loop-enterprise-stack/Chart.yaml +++ b/loop-enterprise-stack/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 10.4.0 +appVersion: 10.5.0 dependencies: - name: loop-enterprise-edition repository: https://artifacts.wilix.dev/repository/helm-loop - version: 2.4.0 + version: 2.5.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.4.0 +version: 2.5.0 diff --git a/loop-enterprise-stack/values.yaml b/loop-enterprise-stack/values.yaml index 593392a..eb7d17e 100644 --- a/loop-enterprise-stack/values.yaml +++ b/loop-enterprise-stack/values.yaml @@ -4,7 +4,7 @@ loop-enterprise-edition: image: registry: registry.loop.ru repository: loop/server - tag: 10.4.0 + tag: 10.5.0 pullPolicy: IfNotPresent name: loop-server