From 17d929bcfd593ba590b60fa01ee509405dd641fc Mon Sep 17 00:00:00 2001 From: orakl-bot Date: Tue, 23 Apr 2024 02:45:01 +0000 Subject: [PATCH] feat: deploy v0.0.1.20240423.0242.98e26da --- delegator/Chart.yaml | 2 +- delegator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delegator/Chart.yaml b/delegator/Chart.yaml index 7d1cce5a..3b98af28 100644 --- a/delegator/Chart.yaml +++ b/delegator/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.20240417.0530.b0fb8a3" +appVersion: "v0.0.1.20240423.0242.98e26da" diff --git a/delegator/values.yaml b/delegator/values.yaml index 3c358014..4c0b511a 100644 --- a/delegator/values.yaml +++ b/delegator/values.yaml @@ -4,7 +4,7 @@ global: image: repository: public.ecr.aws/bisonai/orakl-delegator #repository url pullPolicy: IfNotPresent - tag: "v0.0.1.20240417.0530.b0fb8a3" + tag: "v0.0.1.20240423.0242.98e26da" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []