mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Change terraform sandbox deploy tag to main (#6880)
* Change terraform sandbox deploy tag to main * Add image pull policy Co-authored-by: zwinnerman-fleetdm <zwinnerman@fleetdm.com>
This commit is contained in:
parent
780db937de
commit
6804cc2a1f
@ -34,6 +34,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Values.fleetName }}
|
||||
imagePullPolicy: always
|
||||
command: [/usr/bin/fleet]
|
||||
args: ["serve"]
|
||||
image: fleetdm/fleet:{{ .Values.imageTag }}
|
||||
|
@ -28,6 +28,7 @@ spec:
|
||||
command: [/usr/bin/fleet]
|
||||
args: ["prepare","db","--no-prompt"]
|
||||
image: fleetdm/fleet:{{ .Values.imageTag }}
|
||||
imagePullPolicy: always
|
||||
resources:
|
||||
limits:
|
||||
cpu: {{ .Values.resources.limits.cpu }}
|
||||
|
@ -150,7 +150,7 @@ resource "helm_release" "main" {
|
||||
|
||||
set {
|
||||
name = "imageTag"
|
||||
value = "v4.17.0"
|
||||
value = "main"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user