Skip to content

Commit

Permalink
chore(deps): update terraform minor / patch updates
Browse files Browse the repository at this point in the history
| datasource       | package                            | from   | to     |
| ---------------- | ---------------------------------- | ------ | ------ |
| terraform-module | terraform-aws-modules/iam/aws      | 5.32.0 | 5.48.0 |
| terraform-module | tx-pts-dai/kubernetes-platform/aws | 0.7.0  | 0.9.1  |
| helm             | webapp                             | 1.3.0  | 1.6.0  |
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent ff6eb6b commit a5c5de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "helm_release" "app" {
name = trim(substr(var.app_name, 0, 53), "-")
repository = "https://dnd-it.github.io/helm-charts"
chart = "webapp"
version = "1.3.0"
version = "1.6.0"
namespace = coalesce(var.namespace, data.terraform_remote_state.infra_local.outputs.k8s_namespace)
create_namespace = true
atomic = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data "terraform_remote_state" "infra_local" {

module "platform_ssm" {
source = "tx-pts-dai/kubernetes-platform/aws//modules/ssm"
version = "0.7.0"
version = "0.9.1"

base_prefix = "infrastructure"
stack_type = "platform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {

module "platform_ssm" {
source = "tx-pts-dai/kubernetes-platform/aws//modules/ssm"
version = "0.7.0"
version = "0.9.1"

base_prefix = "infrastructure"
stack_type = "platform"
Expand Down Expand Up @@ -40,7 +40,7 @@ resource "aws_iam_policy" "get_all_secrets" {

module "iam_eks_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-eks-role"
version = "5.32.0"
version = "5.48.0"

role_name_prefix = "${local.app_name}-"

Expand Down

0 comments on commit a5c5de9

Please sign in to comment.