Update base-images for brand-master app
This commit is contained in:
parent
e5ff5114d8
commit
e792d1b72e
@ -30,7 +30,7 @@ spec:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
initContainers:
|
||||
- name: wait-for-postgres
|
||||
image: harbor.dvirlabs.com/dockerhub/busybox:1.35
|
||||
image: harbor.dvirlabs.com/base-images/busybox:1.35
|
||||
command: ['sh', '-c', 'until nc -z {{ include "brand-master.fullname" . }}-db-headless {{ .Values.postgres.port | default 5432 }}; do echo waiting for postgres; sleep 2; done;']
|
||||
containers:
|
||||
- name: backend
|
||||
|
||||
@ -22,7 +22,7 @@ spec:
|
||||
fsGroup: 999
|
||||
initContainers:
|
||||
- name: fix-permissions
|
||||
image: harbor.dvirlabs.com/dockerhub/busybox:latest
|
||||
image: harbor.dvirlabs.com/base-images/busybox:latest
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
@ -105,7 +105,7 @@ frontend:
|
||||
postgres:
|
||||
name: db
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/dockerhub/postgres
|
||||
repository: harbor.dvirlabs.com/base-images/postgres
|
||||
tag: "16-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@ frontend:
|
||||
postgres:
|
||||
name: db
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/dockerhub/postgres
|
||||
repository: harbor.dvirlabs.com/base-images/postgres
|
||||
tag: "16-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
user: brand_master_user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user