Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent 20ead1f commit 32fd5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/k8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ tracing:
jaegerImage:
# -- if `tracing.deployJaeger==true` this image will be used in the deployment for Jaeger
repository: jaegertracing/all-in-one
tag: 1.59.0
tag: 1.60.0
pullPolicy: Always
2 changes: 1 addition & 1 deletion docs/examples/route53/terraform-aws-eks-k8gb/irsa.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "iam_assumable_role_admin" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "5.43.0"
version = "5.44.0"
create_role = true
role_name = "external-dns-${var.cluster_name}"
provider_url = replace(module.eks-cluster.cluster_oidc_issuer_url, "https://", "")
Expand Down

0 comments on commit 32fd5e8

Please sign in to comment.