Skip to content

Commit

Permalink
Merge pull request #21 from ministryofjustice/bump-kuberos
Browse files Browse the repository at this point in the history
Bump kuberos chart to 0.3.8 which has app version 2.3
  • Loading branch information
poornima-krishnasamy authored Jun 16, 2022
2 parents 68a6898 + 4b747d1 commit 1689bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "helm_release" "kuberos" {
chart = "kuberos"
repository = "https://ministryofjustice.github.io/cloud-platform-helm-charts"
recreate_pods = true
version = "0.3.7"
version = "0.3.8"

values = [templatefile("${path.module}/templates/kuberos.yaml.tpl", {
hostname = terraform.workspace == local.live_workspace ? format("%s.%s", "login", local.live_domain) : format(
Expand Down

0 comments on commit 1689bd8

Please sign in to comment.