Skip to content

Commit

Permalink
Merge pull request #1345 from alphagov/sengi/filebeat-8.14
Browse files Browse the repository at this point in the history
Update Filebeat to 8.14.1.
  • Loading branch information
sengi authored Jun 19, 2024
2 parents 5c63ac8 + 63746a1 commit fccc884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "helm_release" "filebeat" {
filebeatConfig = {
"filebeat.yml" = yamlencode(yamldecode(file("${path.module}/filebeat.yml")))
}
imageTag = "8.13.4" # TODO: Dependabot or equivalent so this doesn't get neglected.
imageTag = "8.14.1" # TODO: Dependabot or equivalent so this doesn't get neglected.
clusterRoleRules = [
{
apiGroups = [""]
Expand Down

0 comments on commit fccc884

Please sign in to comment.