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