Skip to content

Commit

Permalink
Increment cluster-secrets chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Nov 7, 2023
1 parent e32bebb commit 68e1a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/external_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ resource "helm_release" "cluster_secrets" {
name = "cluster-secrets"
namespace = local.services_ns
repository = "https://alphagov.github.io/govuk-helm-charts/"
version = "0.9.3" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "0.9.5" # TODO: Dependabot or equivalent so this doesn't get neglected.
}

0 comments on commit 68e1a69

Please sign in to comment.