Adding changes for Fleet v4.74.1 (#34227)

This commit is contained in:
George Karr
2025-10-15 10:00:27 -05:00
committed by GitHub
parent 304c53c480
commit dcefbc4efa
7 changed files with 19 additions and 10 deletions
@@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.74.0"
default = "fleetdm/fleet:v4.74.1"
}
variable "software_inventory" {
@@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.74.0"
default = "fleetdm/fleet:v4.74.1"
variable "software_installers_bucket_name" {
default = "fleet-software-installers"