Skip to content

Commit

Permalink
Merge pull request #1007 from alphagov/samsimpson1/ckan-rollback
Browse files Browse the repository at this point in the history
Rollback DGU bootstrap chart to 1.0.4
  • Loading branch information
samsimpson1 committed Nov 10, 2023
2 parents 7faaf0c + 3836245 commit 10f70ce
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 10f70ce

Please sign in to comment.