Skip to content

Commit

Permalink
Merge pull request #17 from ministryofjustice/bump-chart
Browse files Browse the repository at this point in the history
Bump kuberos chart 0.3.6
  • Loading branch information
poornima-krishnasamy authored May 24, 2022
2 parents 2389623 + 499c70e commit c4ddb7f
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.5"
version = "0.3.6"

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 c4ddb7f

Please sign in to comment.