mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
mark ecr as immutable in preperation for 4.19.0 release (#7324)
This commit is contained in:
parent
5c81667c8a
commit
0b5a047da6
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ module "aws-eks-accelerator-for-terraform" {
|
|||
rolearn = i.arn
|
||||
username = i.id
|
||||
groups = ["system:masters"]
|
||||
}]
|
||||
}]
|
||||
|
||||
fargate_profiles = {
|
||||
default = {
|
||||
|
|
@ -370,7 +370,7 @@ data "aws_iam_policy_document" "ecr" {
|
|||
|
||||
resource "aws_ecr_repository" "main" {
|
||||
name = "${var.prefix}-eks"
|
||||
image_tag_mutability = "MUTABLE"
|
||||
image_tag_mutability = "IMMUTABLE"
|
||||
|
||||
image_scanning_configuration {
|
||||
scan_on_push = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue