Prepare v4.36.0 (#13364)

This commit is contained in:
Luke Heath
2023-08-17 16:11:19 -05:00
committed by GitHub
parent 4a72afdfd0
commit 1260db9360
32 changed files with 58 additions and 33 deletions
@@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.35.2"
default = "fleetdm/fleet:v4.36.0"
}
variable "software_inventory" {
@@ -68,5 +68,5 @@ variable "redis_mem" {
}
variable "image" {
default = "fleet:v4.35.2"
default = "fleet:v4.36.0"
}
@@ -206,7 +206,7 @@ resource "random_uuid" "jitprovisioner" {
# Use the local to make the trigger work.
locals {
fleet_tag = "v4.35.2"
fleet_tag = "v4.36.0"
}
resource "null_resource" "standard-query-library" {
@@ -165,7 +165,7 @@ resource "helm_release" "main" {
set {
name = "imageTag"
value = "v4.35.2"
value = "v4.36.0"
}
set {