Skip to content

Commit

Permalink
Rollback DGU bootstrap chart to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Nov 10, 2023
1 parent 7faaf0c commit 3836245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ resource "helm_release" "argo_bootstrap" {
name = "datagovuk-argo-bootstrap"
namespace = local.services_ns
create_namespace = true
repository = "https://alphagov.github.io/govuk-dgu-charts/"
version = "1.1.0" # TODO: Dependabot or equivalent so this doesn't get neglected.
repository = "https://alphagov.github.io/govuk-ckan-charts/"
version = "1.0.4" # TODO: Dependabot or equivalent so this doesn't get neglected.
values = [yamlencode({
environment = var.govuk_environment
})]
Expand Down

0 comments on commit 3836245

Please sign in to comment.