Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1653)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 006ad76 commit 35fd999
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.58.1
tag: 1.59.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.40.0"
version = "5.41.0"
create_role = true
role_name = "external-dns-${var.cluster_name}"
provider_url = replace(module.eks-cluster.cluster_oidc_issuer_url, "https://", "")
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/route53/terraform-aws-eks-k8gb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "aws_ec2_tag" "eks_elb" {
module "eks-cluster" {
tags = var.eks_tags
source = "terraform-aws-modules/eks/aws"
version = "20.17.2"
version = "20.19.0"
cluster_name = var.cluster_name
cluster_version = var.kubernetes_version
subnets = data.aws_subnet_ids.private.ids
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/route53/terraform-aws-eks-k8gb/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.57.0"
version = "5.58.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 35fd999

Please sign in to comment.