Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit c85f722

Browse files
authored
Merge pull request #51 from adorsys/renovate/all
chore(deps): update all
2 parents f70e99d + 37e7b1f commit c85f722

File tree

4 files changed

+47
-66
lines changed

4 files changed

+47
-66
lines changed

bootstrap/modules/argocd/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "helm_release" "argocd" {
22
chart = "argo-cd"
33
name = "argocd"
44
repository = "https://argoproj.github.io/argo-helm"
5-
version = "5.16.0"
5+
version = "5.16.6"
66
namespace = "ops-argocd"
77

88
atomic = true

bootstrap/modules/external-dns/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "helm_release" "external_dns" {
22
chart = "external-dns"
33
name = "external-dns"
44
repository = "https://kubernetes-sigs.github.io/external-dns/"
5-
version = "1.11.0"
5+
version = "1.12.0"
66
namespace = "ops-externaldns"
77

88
atomic = true

nostalgic-poincare-cluster/.terraform.lock.hcl

Lines changed: 42 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nostalgic-poincare-cluster/provider.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ terraform {
3030
required_providers {
3131
aws = {
3232
source = "hashicorp/aws"
33-
version = "4.45.0"
33+
version = "4.47.0"
3434
}
3535
helm = {
3636
source = "hashicorp/helm"
37-
version = "2.7.1"
37+
version = "2.8.0"
3838
}
3939
kubectl = {
4040
source = "gavinbunney/kubectl"
4141
version = "1.14.0"
4242
}
4343
kubernetes = {
4444
source = "hashicorp/kubernetes"
45-
version = "2.16.0"
45+
version = "2.16.1"
4646
}
4747
random = {
4848
source = "hashicorp/random"

0 commit comments

Comments
 (0)