Skip to content

Commit

Permalink
Merge pull request #11 from kabisa/fix/renovatebot-version-read
Browse files Browse the repository at this point in the history
Put comment on another line
  • Loading branch information
Glaaj authored Jul 29, 2022
2 parents 88ffb95 + 0b3f658 commit c02ec21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ resource "helm_release" "aws-load-balancer-controller" {
namespace = "kube-system"
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
version = "1.4.1" # appVersion: v2.4.1
version = "1.4.1"
# appVersion: v2.4.1
#This defaults to false, recreation is required when upgrading the module from version 2.1 and lower
force_update = var.force_update

Expand Down

0 comments on commit c02ec21

Please sign in to comment.