Adding changes for Fleet v4.78.1 (#37874)

Co-authored-by: Luke Heath <luke@fleetdm.com>
This commit is contained in:
George Karr
2026-01-06 16:54:45 -06:00
committed by GitHub
co-authored by Luke Heath
parent e113f24084
commit dc5f1cb753
6 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.7.5
version: v6.7.6
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.78.0
appVersion: v4.78.1
dependencies:
- name: mysql
condition: mysql.enabled
+1 -1
View File
@@ -4,7 +4,7 @@ hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
revisionHistoryLimit: 10 # Number of old ReplicaSets for Fleet deployment to retain for rollback (set to 0 for unlimited)
imageRepository: fleetdm/fleet
imageTag: v4.78.0 # Version of Fleet to deploy
imageTag: v4.78.1 # Version of Fleet to deploy
# imagePullSecrets is optional.
# imagePullSecrets:
# - name: docker