From 224f3c7d3c4faf12e98dac23c383924765ed3aef Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Wed, 3 Dec 2025 02:08:56 +0000 Subject: [PATCH] backend: update tag to master-3b9f420 --- manifests/my-recipes/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 4004d9e..75aa1ee 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -5,7 +5,7 @@ backend: tag: master-35e1584 pullPolicy: IfNotPresent replicas: 1 - + tag: master-3b9f420 # Frontend image frontend: image: @@ -13,12 +13,11 @@ frontend: tag: v1.0.0 pullPolicy: IfNotPresent replicas: 1 - # Postgres DB postgres: image: postgres:16 user: recipes_user - password: recipes_password # POC only – later use Secret/ExternalSecret + password: recipes_password # POC only – later use Secret/ExternalSecret database: recipes_db port: 5432 persistence: