From e6e615c0e5f91a25e2b12d8475cc28d62be9734b Mon Sep 17 00:00:00 2001 From: Irina Southwell <“irinasouthwell@gmail.com”> Date: Mon, 31 Jan 2022 20:52:39 +1300 Subject: [PATCH] update app version to 1.5.6 --- helm/featurehub/Chart.yaml | 4 ++-- helm/featurehub/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/featurehub/Chart.yaml b/helm/featurehub/Chart.yaml index 955bfbd..4cb7de1 100644 --- a/helm/featurehub/Chart.yaml +++ b/helm/featurehub/Chart.yaml @@ -4,6 +4,6 @@ description: FeatureHub Release type: application -version: 1.5.5 +version: 1.5.6 -appVersion: "1.5.5" +appVersion: "1.5.6" diff --git a/helm/featurehub/values.yaml b/helm/featurehub/values.yaml index a1da4ba..1e75a28 100644 --- a/helm/featurehub/values.yaml +++ b/helm/featurehub/values.yaml @@ -4,14 +4,14 @@ # This chart assumes you have a NATS server already running in your cluster -version: 1.5.5 +version: 1.5.6 pullPolicy: IfNotPresent managementRepository: name: "management_repository" replicaCount: 1 image: repository: featurehub/mr - tag: 1.5.5 + tag: 1.5.6 shutdownGracePeriodInSeconds: 10 registrationUrl: http://localhost/register-url?token=%s portfolioGroupAdminSuffix: "Administrators" @@ -35,7 +35,7 @@ edge: replicaCount: 2 image: repository: featurehub/edge - tag: 1.5.5 + tag: 1.5.6 shutdownGracePeriodInSeconds: 10 # 30 seconds before they get kicked off and have to connect again sseClientConnectTimeout: 30 @@ -61,7 +61,7 @@ dacha: replicaCount: 2 image: repository: featurehub/dacha - tag: 1.5.5 + tag: 1.5.6 cacheThreadPoolSize: 15 resources: {} # We usually recommend not to specify default resources and to leave this as a conscious