Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/iam/aws to v5.52.1 (
Browse files Browse the repository at this point in the history
#120)

* chore(deps): update terraform terraform-aws-modules/iam/aws to v5.52.1

| datasource       | package                       | from   | to     |
| ---------------- | ----------------------------- | ------ | ------ |
| terraform-module | terraform-aws-modules/iam/aws | 5.48.0 | 5.52.1 |

* fix: patch karptner chart versions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Samuel <[email protected]>
  • Loading branch information
renovate[bot] and swibrow authored Jan 3, 2025
1 parent 8f806b1 commit 2fa92f4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ as described in the `.pre-commit-config.yaml` file
| <a name="module_amp"></a> [amp](#module\_amp) | terraform-aws-modules/managed-service-prometheus/aws | 3.0.0 |
| <a name="module_cluster_secret_store"></a> [cluster\_secret\_store](#module\_cluster\_secret\_store) | ./modules/addon | n/a |
| <a name="module_downscaler"></a> [downscaler](#module\_downscaler) | tx-pts-dai/downscaler/kubernetes | 0.3.1 |
| <a name="module_ebs_csi_driver_irsa"></a> [ebs\_csi\_driver\_irsa](#module\_ebs\_csi\_driver\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.48.0 |
| <a name="module_ebs_csi_driver_irsa"></a> [ebs\_csi\_driver\_irsa](#module\_ebs\_csi\_driver\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.1 |
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 20.31.6 |
| <a name="module_fluent_operator"></a> [fluent\_operator](#module\_fluent\_operator) | ./modules/addon | n/a |
| <a name="module_grafana"></a> [grafana](#module\_grafana) | ./modules/addon | n/a |
Expand All @@ -167,13 +167,13 @@ as described in the `.pre-commit-config.yaml` file
| <a name="module_network"></a> [network](#module\_network) | ./modules/network | n/a |
| <a name="module_okta_secrets"></a> [okta\_secrets](#module\_okta\_secrets) | ./modules/addon | n/a |
| <a name="module_pagerduty_secrets"></a> [pagerduty\_secrets](#module\_pagerduty\_secrets) | ./modules/addon | n/a |
| <a name="module_prometheus_irsa"></a> [prometheus\_irsa](#module\_prometheus\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.48.0 |
| <a name="module_prometheus_irsa"></a> [prometheus\_irsa](#module\_prometheus\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.1 |
| <a name="module_prometheus_operator_crds"></a> [prometheus\_operator\_crds](#module\_prometheus\_operator\_crds) | ./modules/addon | n/a |
| <a name="module_prometheus_stack"></a> [prometheus\_stack](#module\_prometheus\_stack) | ./modules/addon | n/a |
| <a name="module_reloader"></a> [reloader](#module\_reloader) | ./modules/addon | n/a |
| <a name="module_slack_secrets"></a> [slack\_secrets](#module\_slack\_secrets) | ./modules/addon | n/a |
| <a name="module_ssm"></a> [ssm](#module\_ssm) | ./modules/ssm | n/a |
| <a name="module_vpc_cni_irsa"></a> [vpc\_cni\_irsa](#module\_vpc\_cni\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.48.0 |
| <a name="module_vpc_cni_irsa"></a> [vpc\_cni\_irsa](#module\_vpc\_cni\_irsa) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.1 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module "ebs_csi_driver_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.48.0"
version = "5.52.1"

create_role = var.create_addons

Expand Down
4 changes: 2 additions & 2 deletions karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "karpenter_crds" {
source = "./modules/addon"

chart = "karpenter-crd"
chart_version = "0.37.0"
chart_version = "0.37.6"
repository = "oci://public.ecr.aws/karpenter"
description = "Karpenter CRDs"
namespace = local.karpenter.namespace
Expand All @@ -55,7 +55,7 @@ module "karpenter_release" {
source = "./modules/addon"

chart = "karpenter"
chart_version = "0.37.0"
chart_version = "0.37.6"
repository = "oci://public.ecr.aws/karpenter"
namespace = local.karpenter.namespace
create_namespace = true
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ resource "aws_security_group_rule" "eks_control_plane_ingress" {

module "vpc_cni_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.48.0"
version = "5.52.1"

role_name = "vpc-cni-${local.id}"

Expand Down
2 changes: 1 addition & 1 deletion monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ locals {

module "prometheus_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.48.0"
version = "5.52.1"

create_role = var.create_addons && var.enable_prometheus_stack

Expand Down

0 comments on commit 2fa92f4

Please sign in to comment.