From 8f18df57ae992ecaad1cb10507760e56d6499f5d Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 18 Apr 2024 18:25:52 +0900 Subject: [PATCH] fix: update syncedTime property from aggregator --- node/Chart.yaml | 2 +- node/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/Chart.yaml b/node/Chart.yaml index e40d6909..6c4c5d71 100644 --- a/node/Chart.yaml +++ b/node/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.20240418.0913.0bf67d2" +appVersion: "v0.0.1.20240418.0922.722fe2e" diff --git a/node/values.yaml b/node/values.yaml index 5abe93b2..44e30101 100644 --- a/node/values.yaml +++ b/node/values.yaml @@ -6,7 +6,7 @@ global: image: repository: public.ecr.aws/bisonai/orakl-node pullPolicy: IfNotPresent - tag: "v0.0.1.20240418.0913.0bf67d2" + tag: "v0.0.1.20240418.0922.722fe2e" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []