Prepare new patch version 4.43.1 (#16087)

This commit is contained in:
George Karr
2024-01-12 16:54:42 -06:00
committed by GitHub
parent 8aaa4600ed
commit 48ef8f3933
15 changed files with 24 additions and 16 deletions
@@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.43.0"
default = "fleetdm/fleet:v4.43.1"
}
variable "software_inventory" {
@@ -68,5 +68,5 @@ variable "redis_mem" {
}
variable "image" {
default = "fleet:v4.43.0"
default = "fleet:v4.43.1"
}
@@ -206,7 +206,7 @@ resource "random_uuid" "jitprovisioner" {
# Use the local to make the trigger work.
locals {
fleet_tag = "v4.43.0"
fleet_tag = "v4.43.1"
}
resource "null_resource" "standard-query-library" {
@@ -165,7 +165,7 @@ resource "helm_release" "main" {
set {
name = "imageTag"
value = "v4.43.0"
value = "v4.43.1"
}
set {