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] authored Jul 26, 2024
1 parent bd9f599 commit bcd5009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/test-apps/curldemo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#
# Generated by GoLic, for more details see: https://github.com/AbsaOSS/golic
FROM curlimages/curl:8.8.0
FROM curlimages/curl:8.9.0

COPY k8gbcurl.sh /k8gbcurl.sh

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.19.0"
version = "20.20.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.58.0"
version = "5.60.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit bcd5009

Please sign in to comment.