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:
Luke Heath 2022-07-26 09:44:38 -07:00 committed by GitHub
parent 780db937de
commit 6804cc2a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ spec:
spec:
containers:
- name: {{ .Values.fleetName }}
imagePullPolicy: always
command: [/usr/bin/fleet]
args: ["serve"]
image: fleetdm/fleet:{{ .Values.imageTag }}

View File

@ -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 }}

View File

@ -150,7 +150,7 @@ resource "helm_release" "main" {
set {
name = "imageTag"
value = "v4.17.0"
value = "main"
}
}