Skip to content

Commit

Permalink
Merge pull request #806 from OWASP/renovate/kubernetes-sigs-aws-alb-i…
Browse files Browse the repository at this point in the history
…ngress-controller-2.x

chore(deps): update dependency kubernetes-sigs/aws-alb-ingress-controller to v2.11.0
  • Loading branch information
commjoen authored Dec 16, 2024
2 parents 62cec40 + 616fd50 commit efbb172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/k8s-aws-alb-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
ACCOUNT_ID=$(aws sts get-caller-identity | jq '.Account' -r)
echo "ACCOUNT_ID=${ACCOUNT_ID}"

LBC_VERSION="v2.10.1"
LBC_VERSION="v2.11.0"
echo "LBC_VERSION=$LBC_VERSION"

echo "setting up kubectl"
Expand Down

0 comments on commit efbb172

Please sign in to comment.