From ecd527aa58df4a9d281abd5ee0592fe0b549091e Mon Sep 17 00:00:00 2001 From: msm1984 Date: Sun, 1 Sep 2024 06:27:28 +0000 Subject: [PATCH] Update webapp and migration image tag to v0.15.1-dev.1 --- mychart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mychart/values.yaml b/mychart/values.yaml index 37d970e..9682355 100644 --- a/mychart/values.yaml +++ b/mychart/values.yaml @@ -61,12 +61,12 @@ webApp: replicaCount: 1 container: name: web-app - image: mohammadsadeghmontazeri/starback:v0.15.1-dev.0 + image: mohammadsadeghmontazeri/starback:v0.15.1-dev.1 imagePullPolicy: IfNotPresent port: 80 initContainer: name: migrate-db - image: mohammadsadeghmontazeri/migratestar:v0.15.1-dev.0 + image: mohammadsadeghmontazeri/migratestar:v0.15.1-dev.1 imagePullPolicy: IfNotPresent resources: limits: