Skip to content

Commit

Permalink
Merge pull request #27 from featurehub-io/rlease-1.5.6
Browse files Browse the repository at this point in the history
release-1.5.6
  • Loading branch information
rvowles authored Jan 31, 2022
2 parents 537b98f + e6e615c commit be5bc47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/featurehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions helm/featurehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit be5bc47

Please sign in to comment.