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

View File

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

View File

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

View File

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