backend: update tag to master-3b9f420

This commit is contained in:
woodpecker-bot 2025-12-03 02:08:56 +00:00
parent 7b25ef7e82
commit 224f3c7d3c

View File

@ -5,7 +5,7 @@ backend:
tag: master-35e1584 tag: master-35e1584
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
replicas: 1 replicas: 1
tag: master-3b9f420
# Frontend image # Frontend image
frontend: frontend:
image: image:
@ -13,12 +13,11 @@ frontend:
tag: v1.0.0 tag: v1.0.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
replicas: 1 replicas: 1
# Postgres DB # Postgres DB
postgres: postgres:
image: postgres:16 image: postgres:16
user: recipes_user user: recipes_user
password: recipes_password # POC only later use Secret/ExternalSecret password: recipes_password # POC only later use Secret/ExternalSecret
database: recipes_db database: recipes_db
port: 5432 port: 5432
persistence: persistence: