Skip to content

Commit

Permalink
Merge pull request #81 from nce/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all
  • Loading branch information
nce authored Jan 15, 2024
2 parents 7cf809b + 519cb14 commit 15ff493
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 62 deletions.
58 changes: 29 additions & 29 deletions terraform/config/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/config/modules/external-dns/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "external_dns" {
chart = "external-dns"
name = "external-dns"
repository = "https://kubernetes-sigs.github.io/external-dns/"
version = "1.13.1"
version = "1.14.1"
namespace = "external-dns"

create_namespace = false
Expand Down
2 changes: 1 addition & 1 deletion terraform/config/modules/grafana/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "grafana" {
chart = "grafana"
name = "grafana"
repository = "https://grafana.github.io/helm-charts"
version = "7.0.19"
version = "7.2.1"
namespace = "grafana"

create_namespace = true
Expand Down
60 changes: 30 additions & 30 deletions terraform/infra/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/infra/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "~> 5.23.0"
version = "~> 5.24.0"
}
}
}
Expand Down

0 comments on commit 15ff493

Please sign in to comment.