From 7a3598262adea1678b5521d6f3ab4077723a905a Mon Sep 17 00:00:00 2001 From: msm1984 Date: Sat, 7 Sep 2024 13:31:16 +0000 Subject: [PATCH] Update webapp and migration image tag to v0.16.0-dev.0 --- mychart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mychart/values.yaml b/mychart/values.yaml index 381e5d7..e8b0c60 100644 --- a/mychart/values.yaml +++ b/mychart/values.yaml @@ -66,12 +66,12 @@ webApp: replicaCount: 1 container: name: web-app - image: mohammadsadeghmontazeri/starback:v0.15.3-dev.0 + image: mohammadsadeghmontazeri/starback:v0.16.0-dev.0 imagePullPolicy: IfNotPresent port: 80 initContainer: name: migrate-db - image: mohammadsadeghmontazeri/migratestar:v0.15.3-dev.0 + image: mohammadsadeghmontazeri/migratestar:v0.16.0-dev.0 imagePullPolicy: IfNotPresent resources: limits: