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: