From 5c8fb8f62aab550e5f230efe5f89868e5796efcb Mon Sep 17 00:00:00 2001 From: Nick <148735107+nick-bisonai@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:00:42 +0900 Subject: [PATCH] (Baobab) Deploy oraklNode (#302) * feat: deploy oraklNode * fix: use new submissionProxy contract addr --- node/Chart.yaml | 2 +- node/templates/deployment.yaml | 2 +- node/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/Chart.yaml b/node/Chart.yaml index 83d31b8a..541b907a 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.20240415.0253.8796e56" +appVersion: "v0.0.1.20240418.0657.5f10033" diff --git a/node/templates/deployment.yaml b/node/templates/deployment.yaml index 77423503..2a14a7d1 100644 --- a/node/templates/deployment.yaml +++ b/node/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: - name: KLAYTN_PROVIDER_URL value: "https://public-en.klaytnfinder.io/v1/baobab" - name: SUBMISSION_PROXY_CONTRACT - value: "0xF354E330Dd677E45FB8328E50f07fdcc77d75465" + value: "0x15e66314bDb4CEEA7130C3B47df4DcB440c9874C" - name: DELEGATOR_URL value: "http://orakl-delegator.orakl.svc.cluster.local:5050" - name: CHAIN diff --git a/node/values.yaml b/node/values.yaml index 4685bc8f..ed67838f 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.20240415.0253.8796e56" + tag: "v0.0.1.20240418.0657.5f10033" imagePullPolicy: IfNotPresent # -- If defined, uses a Secret to pull an image from a private Docker registry or repository imagePullSecrets: []