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 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-postgres
|
- 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;']
|
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:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
fsGroup: 999
|
fsGroup: 999
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: fix-permissions
|
- name: fix-permissions
|
||||||
image: harbor.dvirlabs.com/dockerhub/busybox:latest
|
image: harbor.dvirlabs.com/base-images/busybox:latest
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@ -105,7 +105,7 @@ frontend:
|
|||||||
postgres:
|
postgres:
|
||||||
name: db
|
name: db
|
||||||
image:
|
image:
|
||||||
repository: harbor.dvirlabs.com/dockerhub/postgres
|
repository: harbor.dvirlabs.com/base-images/postgres
|
||||||
tag: "16-alpine"
|
tag: "16-alpine"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@ frontend:
|
|||||||
postgres:
|
postgres:
|
||||||
name: db
|
name: db
|
||||||
image:
|
image:
|
||||||
repository: harbor.dvirlabs.com/dockerhub/postgres
|
repository: harbor.dvirlabs.com/base-images/postgres
|
||||||
tag: "16-alpine"
|
tag: "16-alpine"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
user: brand_master_user
|
user: brand_master_user
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user