Skip to content

Commit

Permalink
Merge pull request #2038 from jmarin/v2.6.1
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
Nick Grippin authored Sep 25, 2018
2 parents 4dd6e0b + 22427a1 commit 963f917
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hmda/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.typesafe.sbt.packager.docker._

version := "2.6.0"
version := "2.6.1"

packageName in Docker := "hmda-platform"

Expand Down
4 changes: 2 additions & 2 deletions kubernetes/hmda-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
appVersion: "2.6.1"
description: Home Mortgage Disclosure Act (HMDA) Platform
name: hmda-platform
version: 2.6.0
version: 2.6.1
2 changes: 1 addition & 1 deletion kubernetes/hmda-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replicaCount: 3

image:
repository: hmda/hmda-platform
tag: 2.6.0
tag: 2.6.1
pullPolicy: IfNotPresent

hmda:
Expand Down

0 comments on commit 963f917

Please sign in to comment.