Skip to content

Commit

Permalink
Specify imagePullPolicy: Always
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Sep 20, 2022
2 parents a5935db + 986f825 commit 460ecaf
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authgear/templates/analytic-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
containers:
- name: authgear-analytic-cronjob-weekly
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
command:
- sh
- /bin/entrypoint.sh
Expand Down Expand Up @@ -119,6 +120,7 @@ spec:
containers:
- name: authgear-analytic-cronjob-monthly
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
command:
- sh
- /bin/entrypoint.sh
Expand Down Expand Up @@ -182,6 +184,7 @@ spec:
containers:
- name: authgear-analytic-cronjob-daily
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
command:
- sh
- /bin/entrypoint.sh
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/audit-log-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
containers:
- name: authgear-audit-log-cronjob
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "audit", "database", "maintain"]
env:
- name: DATABASE_URL
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-admin-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
containers:
- name: authgear-admin-server
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "start", "admin"]
{{ if .Values.authgear.appCustomResources.path }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-background.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
containers:
- name: authgear-background
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "background"]
{{ if .Values.authgear.appCustomResources.path }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-images-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ spec:
containers:
- name: authgear-images-server
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "images", "start"]
{{- if $has_volumes }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-main-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
containers:
- name: authgear-main-server
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "start", "main"]
{{ if .Values.authgear.appCustomResources.path }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-portal-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ spec:
protocol: TCP
- name: authgear-portal-server
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
volumeMounts:
- name: volume-ingress-template
mountPath: /app/configmap/ingress-template
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/authgear-resolver-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
containers:
- name: authgear-resolver-server
image: {{ .Values.authgear.mainServer.image | quote }}
imagePullPolicy: Always
args: ["authgear", "start", "resolver"]
{{ if .Values.authgear.appCustomResources.path }}
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/upload-stripe-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
containers:
- name: authgear-upload-stripe-cronjob
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
args: ["authgear-portal", "pricing", "upload-usage-to-stripe", "--all"]
env:
- name: DATABASE_URL
Expand Down
1 change: 1 addition & 0 deletions authgear/templates/usage-record-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
containers:
- name: authgear-usage-record-cronjob
image: {{ .Values.authgear.portalServer.image | quote }}
imagePullPolicy: Always
command:
- sh
- /bin/entrypoint.sh
Expand Down

0 comments on commit 460ecaf

Please sign in to comment.