Update base-images for brand-master app

This commit is contained in:
dvirlabs 2026-05-05 07:36:40 +03:00
parent e5ff5114d8
commit e792d1b72e
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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