Skip to content

Commit

Permalink
Merge branch 'main' into j7m4/helm-release-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
j7m4 authored Dec 20, 2024
2 parents fb21acf + 2606436 commit 1c9fddd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### [5.2.1](https://github.com/wandb/terraform-aws-wandb/compare/v5.2.0...v5.2.1) (2024-12-19)


### Bug Fixes

* Rate limiting of aws R53 ([#314](https://github.com/wandb/terraform-aws-wandb/issues/314)) ([55854a3](https://github.com/wandb/terraform-aws-wandb/commit/55854a3365b8294afdc39a85d812cc4f7c8df542))

## [5.2.0](https://github.com/wandb/terraform-aws-wandb/compare/v5.1.0...v5.2.0) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion modules/app_eks/external_dns/external_dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "helm_release" "external_dns" {

set {
name = "interval"
value = "3m"
value = "5m"
}

set {
Expand Down

0 comments on commit 1c9fddd

Please sign in to comment.