From 10bde8655f68a107fbe76387e0eed19c624bfcf8 Mon Sep 17 00:00:00 2001 From: Nick <148735107+nick-bisonai@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:23:45 +0900 Subject: [PATCH] feat: deploy v0.0.1.20240423.0248.2536379 (#316) Co-authored-by: orakl-bot --- api/Chart.yaml | 2 +- api/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Chart.yaml b/api/Chart.yaml index c0f943ac..56d68e30 100644 --- a/api/Chart.yaml +++ b/api/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # 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.20240315.0618.c907cbb" +appVersion: "v0.0.1.20240423.0248.2536379" diff --git a/api/values.yaml b/api/values.yaml index 6b0262a5..59044560 100644 --- a/api/values.yaml +++ b/api/values.yaml @@ -6,7 +6,7 @@ global: image: repository: public.ecr.aws/bisonai/orakl-api pullPolicy: IfNotPresent - tag: "v0.0.1.20240315.0618.c907cbb" + tag: "v0.0.1.20240423.0248.2536379" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []