1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

adding image tag to worker and app services

This commit is contained in:
Martin McKeaveney 2021-12-08 08:27:04 +00:00
parent 939251ebdf
commit fd9ee21e69
3 changed files with 3 additions and 4 deletions

View file

@ -110,7 +110,7 @@ spec:
value: {{ .Values.globals.accountPortalApiKey | quote }}
- name: COOKIE_DOMAIN
value: {{ .Values.globals.cookieDomain | quote }}
image: budibase/apps
image: budibase/apps:{{ .Values.services.budibaseVersion }}
imagePullPolicy: Always
name: bbapps
ports:

View file

@ -115,7 +115,7 @@ spec:
value: {{ .Values.globals.smtp.from | quote }}
- name: APPS_URL
value: http://app-service:{{ .Values.services.apps.port }}
image: budibase/worker
image: budibase/worker:{{ .Values.services.budibaseVersion }}
imagePullPolicy: Always
name: bbworker
ports:

View file

@ -2,8 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
@ -109,6 +107,7 @@ globals:
enabled: false
services:
budibaseVersion: latest
dns: cluster.local
proxy: