From a175d917986c05a4118d163a835985ea935dea80 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 23 Apr 2024 16:00:01 +0900 Subject: [PATCH] feat: update image version for db migration update --- boot-api/Chart.yaml | 2 +- boot-api/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot-api/Chart.yaml b/boot-api/Chart.yaml index 01cea852..a4e7a0a8 100644 --- a/boot-api/Chart.yaml +++ b/boot-api/Chart.yaml @@ -18,4 +18,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.1.20240423.0606.fc88b60" +appVersion: "v0.0.1.20240423.0657.253c8a3" diff --git a/boot-api/values.yaml b/boot-api/values.yaml index a5bcdc1e..b4470607 100644 --- a/boot-api/values.yaml +++ b/boot-api/values.yaml @@ -7,7 +7,7 @@ global: image: repository: public.ecr.aws/bisonai/orakl-boot-api #repository url pullPolicy: IfNotPresent - tag: "v0.0.1.20240423.0606.fc88b60" + tag: "v0.0.1.20240423.0657.253c8a3" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []