Skip to content

Commit

Permalink
Merge pull request #1006 from alphagov/samsimpson1/dgu-1-1-0
Browse files Browse the repository at this point in the history
Increment DGU bootstrap chart version
  • Loading branch information
samsimpson1 committed Nov 10, 2023
2 parents 69be415 + 35a65ba commit 7faaf0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "argo_bootstrap" {
namespace = local.services_ns
create_namespace = true
repository = "https://alphagov.github.io/govuk-dgu-charts/"
version = "1.0.4" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "1.1.0" # TODO: Dependabot or equivalent so this doesn't get neglected.
values = [yamlencode({
environment = var.govuk_environment
})]
Expand Down

0 comments on commit 7faaf0c

Please sign in to comment.