Skip to content

Commit

Permalink
Merge pull request #13 from goci-io/release-update
Browse files Browse the repository at this point in the history
bump chart version to 5.10
  • Loading branch information
etwillbefine authored Aug 20, 2020
2 parents 1b945ad + c155fe9 commit a232bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "helm_release" "kiam" {
name = local.app_name
namespace = "kube-system"
chart = "kiam"
version = "5.7.0"
version = "5.10.0"
recreate_pods = true

values = [
Expand Down

0 comments on commit a232bdc

Please sign in to comment.